Skip to content

Commit 9ba846c

Browse files
committed
docs: add changelog for aud31-sep13 (#1130)
* docs: add changelog for aud31-sep13 * docs: update navigation groups documentation to include link for expanded field * fix: correct typos in changelog for MCP server name and assistant analytics exports
1 parent 182dc41 commit 9ba846c

File tree

1 file changed

+7
-100
lines changed

1 file changed

+7
-100
lines changed

changelog.mdx

Lines changed: 7 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -5,98 +5,6 @@ rss: true
55
noindex: true
66
---
77

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-
51-
<Update label="September 20 - September 26" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Language support expansion, UI improvements, and infrastructure enhancements" }}>
52-
53-
## Language support expansion
54-
55-
- Added support for Romanian and Czech languages in the documentation interface
56-
- Enhanced localization capabilities with complete translation coverage for new languages
57-
- Improved language selector functionality across all themes
58-
59-
## UI and user experience improvements
60-
61-
- Fixed tab visibility issues on 404 pages to prevent incorrect active tab highlighting
62-
- Enhanced image handling with proper width and height attribute passing for non-optimized images
63-
- Improved 404 page layout and styling consistency
64-
65-
## Infrastructure and performance enhancements
66-
67-
- Enhanced GIF image processing by skipping costly Imgix auto-formatting to reduce processing time and bandwidth usage
68-
- Optimized image serving performance with special handling for animated content
69-
70-
## Bug fixes and reliability
71-
72-
- Fixed contact email routing in dashboard settings for Assistant add-on requests
73-
- Enhanced database schema updates for better user management
74-
75-
</Update>
76-
77-
<Update label="September 14 - September 19" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "GitLab integration enhancements, app router migration progress, authentication improvements, and bug fixes" }}>
78-
79-
## GitLab integration enhancements
80-
81-
- Enhanced GitLab connection UI in dashboard settings for easier repository management
82-
- Added webhook support for automatic documentation updates on GitLab commits
83-
84-
## Web editor and authentication improvements
85-
86-
- Continued app router migration for the web editor, removing blockers and improving performance
87-
- Enhanced login error handling with explicit email validation messages
88-
- Fixed whitespace handling in email address validation
89-
90-
## Bug fixes and reliability
91-
92-
- Fixed app router socket update functionality for real-time features
93-
- Fixed SVG path rendering issues in documentation
94-
- Fixed keyboard navigation in search and chat functionality
95-
- Fixed history status endpoint reliability
96-
- Resolved middleware edge cases and onClick event handling issues
97-
98-
</Update>
99-
1008
<Update label="August 31 - September 13" tags={["New releases", "Improvements"]} rss={{ title: "Weekly Updates", description: "AI 404 suggestions, assistant web search with external sources, security enhancement, and reliability fixes" }}>
1019

10210
## Major releases
@@ -115,7 +23,6 @@ noindex: true
11523

11624
## Web editor and deployments
11725

118-
- Security enhancement added to editor such that only users with `write permissions` for the connected git hosting repository can make changes
11926
- Fixed a bug where preview deployments wouldn't work for branches with `=` in the name
12027
- Fixed a bug where long branch names would overflow modals on preview deployment creations
12128
- Quality of life improvement where email query parameter will prefill the input on signup invitations
@@ -243,7 +150,7 @@ noindex: true
243150

244151
- Support for custom classnames in `h{1-4}` tags for applying custom heading styles
245152
- Fixed `h{1-4}` tags rendering as `Heading` components with chips in custom page mode
246-
- Added CSS selectors to [breadcrumbs](/organize/navigation#breadcrumbs) for custom CSS targeting
153+
- Added CSS selectors to [breadcrumbs](/navigation#breadcrumbs) for custom CSS targeting
247154
- Fixed stretched open-graph images by analyzing dimensions to maintain proportions at 56px height
248155
- Corrected `VSCode` to `VS Code` in contextual menu when enabled
249156
- Fixed headings within custom components appearing in table of contents alongside semantic headings
@@ -276,7 +183,7 @@ noindex: true
276183
## API playground enhancements
277184

278185
- New [Search API endpoint](https://mintlify.com/docs/api-reference/assistant/search) so you can build agents and MCP servers on top of your docs
279-
- `openapi` and `asyncapi` files are now served at their specified paths (for example, `https://mydocsurl.extension/{openapi-or-file-name}.json`)
186+
- `openapi` and `asyncapi` files are now served at their specified paths (e.g. `https://mydocsurl.extension/{openapi-or-file-name}.json`)
280187
- You can now use the [`x-mint` field in your openapi files](https://mintlify.com/docs/api-playground/openapi-setup#x-mint-extension) to override generated fields, customize preface content, or change endpoint URLs in code samples
281188
- [`x-mcp` is now `x-mint.mcp`](https://mintlify.com/docs/api-playground/openapi-setup#mcp) in OpenAPI configurations to control which routes are exposed as MCP tools
282189

@@ -370,13 +277,13 @@ noindex: true
370277
- Copy shortcut for code examples generated by assistant
371278
- "Ask AI" shortcut on code blocks in documentation to generate explanations from the assistant
372279

373-
Learn more in the [assistant docs](/ai/assistant).
280+
Learn more in the [assistant docs](/guides/assistant).
374281

375282
## Subscribable changelogs
376283
- Automatically generate an RSS feed from changelog pages
377284
- Integrate RSS-enabled updates with Slack, email, and other tools
378285

379-
Learn more in our new [Changelog guide](/create/changelogs)
286+
Learn more in our new [Changelog guide](/guides/changelogs)
380287

381288
</Update>
382289

@@ -518,7 +425,7 @@ noindex: true
518425
## AI Assistant Improvements
519426

520427
- New UI with dedicated chat page & pre-filled prompts
521-
- Stability improvements. For example, bug fixes of editing the wrong file or no files at all
428+
- Stability improvements, e.g. bug fixes of editing the wrong file or no files at all
522429
- More robust knowledge for adding & editing components
523430
- Improved `docs.json` file editing
524431

@@ -531,7 +438,7 @@ noindex: true
531438
We’ve overhauled the design and performance of the [API Playground](/api-playground/). Updates include:
532439

533440
- Easier detail expansion for an overview of a field
534-
- More intuitive nested design. For example, adding or deleting items
441+
- More intuitive nested design, e.g. adding or deleting items
535442
- Faster response times
536443

537444
## Quality Improvements
@@ -558,7 +465,7 @@ noindex: true
558465

559466
## GitLab Integration Upgrade
560467

561-
We've improved our support for syncing with GitLab, such as enabling automated updates and preview deployments. Check out our [docs on GitLab](/deploy/gitlab) to get started.
468+
We've improved our support for syncing with GitLab, such as enabling automated updates and preview deployments. Check out our [docs on GitLab](/settings/gitlab) to get started.
562469

563470
## Web Editor
564471

0 commit comments

Comments
 (0)