Skip to content

Commit 43e448e

Browse files
Add November 21 changelog entry (#1827)
* Update changelog.mdx * copyedit --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <[email protected]>
1 parent 8755e28 commit 43e448e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

changelog.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ rss: true
55
noindex: true
66
---
77

8+
<Update label="November 21" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "API playground enhancements, localization updates, and CLI improvements" }}>
9+
## API playground improvements
10+
11+
- Fixed issue where response section would disappear when switching between endpoints with different response codes. The playground now properly resets to the first available response code when navigating to a new endpoint.
12+
- Fixed double "Authorization" header display in HTTP Basic authentication schemes. The authentication section now shows a cleaner interface with proper field labels and descriptions.
13+
- Improved handling of `oneOf` schemas in nested objects and arrays. Complex API schemas with multiple type options now render correctly as dropdowns instead of tabs in appropriate contexts.
14+
- Fixed missing path parameters that were defined at the endpoint level in OpenAPI specs. Parameters specified above individual operations are now properly included in both the main page and playground.
15+
- Enhanced response example generation to include all required properties, even when examples only specify some fields. This ensures response examples are complete and accurate.
16+
- Fixed missing prefill examples in object arrays. Array items with example data now properly populate in the playground with correct indexing.
17+
- Improved description padding and spacing throughout the API playground for better readability and visual consistency.
18+
19+
## Localization improvements
20+
21+
- Enhanced translations in contextual menu options and assistant status messages for all supported languages.
22+
23+
## CLI improvements
24+
25+
- Added error message for users running `mint dev` on Node.js versions below 20.17. Users are guided to upgrade to an LTS version.
26+
27+
</Update>
28+
829
<Update label="November 15" tags={["New releases", "Improvements"]} rss={{ title: "Weekly Updates", description: "Badge component, API playground improvements, custom language support, and performance enhancements" }}>
930
## New features
1031

0 commit comments

Comments
 (0)