@@ -5,6 +5,49 @@ rss: true
5
5
noindex : true
6
6
---
7
7
8
+ <Update label = " September 27 - October 3" tags = { [" New releases" , " Improvements" ]} rss = { { title: " Weekly Updates" , description: " Products navigation, accessibility CLI, API playground enhancements, and extensive accessibility improvements" }} >
9
+
10
+ ## New features
11
+
12
+ - ** Products navigation** : Organize documentation for multiple products with the product switcher navigation
13
+ - ** Accessibility CLI command** : Run ` mint a11y ` to test your docs for accessibility issues
14
+ - ** Video responses in API playground** : API playground now supports displaying video response types
15
+ - ** API playground prefill** : New option to prefill API playground examples for faster testing
16
+ - ** Unauthenticated feedback** : For sites using partial authentication, users can now submit feedback without being authenticated
17
+ - ** Shiki theme support** : Shiki themes are now supported for code block styling
18
+ - ** Twoslash for code blocks** : TypeScript and JavaScript code blocks now support Twoslash for inline type information
19
+
20
+ ## Accessibility improvements
21
+
22
+ - Added comprehensive ARIA attributes across components for better screen reader support
23
+ - New "skip to main content" button for keyboard navigation
24
+ - Arrow key navigation support in tab components
25
+ - Enhanced tooltips, nested lists, and code group accessibility
26
+ - Improved focus states and keyboard interaction patterns throughout the UI
27
+
28
+ ## Assistant and analytics enhancements
29
+
30
+ - Added bar chart visualization for assistant query analytics
31
+ - Unified date range picker in assistant analytics page
32
+ - Zoom controls for assistant analytics charts
33
+ - Better assistant history management with hotkeys and chat sheet improvements
34
+
35
+ ## Bug fixes and reliability
36
+
37
+ - Fixed z-index issues with side panel overlays
38
+ - Fixed light mode color fallbacks and theme-related styling bugs
39
+ - Fixed API playground expandables not working with anchor links
40
+ - Fixed ` .md ` link accessibility for ChatGPT and other LLM agents
41
+ - Fixed image dimension handling for percentage-based widths and heights
42
+ - Fixed code block rendering issues with language tags and custom themes
43
+ - Fixed accordion link formatting and styling
44
+ - Fixed footer spacing when assistant configuration is empty
45
+ - Fixed card icon rendering for local repository images
46
+ - Fixed audio file handling in API playground (prevented UTF-8 decoding)
47
+ - Improved PR publish state management in web editor
48
+
49
+ </Update >
50
+
8
51
<Update label = " September 20 - September 26" tags = { [" Improvements" ]} rss = { { title: " Weekly Updates" , description: " Language support expansion, UI improvements, and infrastructure enhancements" }} >
9
52
10
53
## Language support expansion
0 commit comments