From a849bdd647ce291628344a9946656de3e001f978 Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Fri, 3 Oct 2025 16:11:46 -0700
Subject: [PATCH 1/2] oct 3 changelog
---
changelog.mdx | 41 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index e0b08715b..846161ac4 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,47 @@ rss: true
noindex: true
---
+
+
+## New features
+
+- **Products navigation**: Organize documentation for multiple products with the product switcher navigation
+- **Accessibility CLI command**: Run `mint a11y` to test your docs for accessibility issues
+- **Video responses in API playground**: API playground now supports displaying video response types
+- **API playground prefill**: New option to prefill API playground examples for faster testing
+- **Unauthenticated feedback**: For sites using partial authentication, users can now submit feedback without being authenticated
+
+## Accessibility improvements
+
+- Added comprehensive ARIA attributes across components for better screen reader support
+- New "skip to main content" button for keyboard navigation
+- Arrow key navigation support in tab components
+- Enhanced tooltips, nested lists, and code group accessibility
+- Improved focus states and keyboard interaction patterns throughout the UI
+
+## Assistant and analytics enhancements
+
+- Added bar chart visualization for assistant query analytics
+- Unified date range picker in assistant analytics page
+- Zoom controls for assistant analytics charts
+- Better assistant history management with hotkeys and chat sheet improvements
+
+## Bug fixes and reliability
+
+- Fixed z-index issues with side panel overlays
+- Fixed light mode color fallbacks and theme-related styling bugs
+- Fixed API playground expandables not working with anchor links
+- Fixed `.md` link accessibility for ChatGPT and other LLM agents
+- Fixed image dimension handling for percentage-based widths and heights
+- Fixed code block rendering issues with language tags and custom themes
+- Fixed accordion link formatting and styling
+- Fixed footer spacing when assistant configuration is empty
+- Fixed card icon rendering for local repository images
+- Fixed audio file handling in API playground (prevented UTF-8 decoding)
+- Improved PR publish state management in web editor
+
+
+
## Language support expansion
From e195784c2504f0bbbc8f2c4decfcf9ff3204dc3c Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Fri, 3 Oct 2025 17:30:18 -0700
Subject: [PATCH 2/2] twoslash/Shiki
---
changelog.mdx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index 846161ac4..6aeab1185 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -14,6 +14,8 @@ noindex: true
- **Video responses in API playground**: API playground now supports displaying video response types
- **API playground prefill**: New option to prefill API playground examples for faster testing
- **Unauthenticated feedback**: For sites using partial authentication, users can now submit feedback without being authenticated
+- **Shiki theme support**: Shiki themes are now supported for code block styling
+- **Twoslash for code blocks**: TypeScript and JavaScript code blocks now support Twoslash for inline type information
## Accessibility improvements