From ff8c32c67ca6faf0e9522677d3e0acc51e74b1ba Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 19:04:02 +0000 Subject: [PATCH 1/2] Update changelog.mdx --- changelog.mdx | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index d6484ff67..a3fb70c21 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,36 @@ rss: true noindex: true --- + + ## API playground improvements + + - 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 + - Fixed double "Authorization" header display in HTTP Basic authentication schemes. The authentication section now shows a cleaner interface with proper field labels and descriptions + - 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 + - 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 + - Enhanced response example generation to include all required properties, even when examples only specify some fields. This ensures response examples are complete and accurate + - Fixed missing prefill examples in object arrays. Array items with example data now properly populate in the playground with correct indexing + - Improved description padding and spacing throughout the API playground for better readability and visual consistency + + ## Localization improvements + + - Enhanced translations for contextual menu and assistant across all supported languages including Arabic, Czech, German, Spanish, French, Hindi, Indonesian, Italian, Japanese, Korean, Latvian, Dutch, Norwegian, Portuguese, Romanian, Russian, Swedish, Turkish, Ukrainian, and Chinese (Simplified and Traditional) + - Added missing translations for "Searching for", "Searched", "Found results for", "Generating", and assistant disclaimer text + - Completed translations for MCP Server and IDE connection options (Cursor and VS Code) across all languages + + ## CLI improvements + + - Added error message for users running `mint dev` on Node.js versions below 20.17, providing clear guidance to upgrade to an LTS version + - Improved error handling to help users quickly identify and resolve Node.js version compatibility issues + + ## Bug fixes and reliability + + - Fixed issue where primitive parameters without content would show unnecessary separators in the API playground + - Improved handling of response section rendering when switching between endpoints with different available response codes + - Enhanced type labels for security scheme parameters to display correct format information + + + ## New features From 0fe901bcf3bf187c14cadc576d5bbe282271ef60 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 21 Nov 2025 12:14:43 -0800 Subject: [PATCH 2/2] copyedit --- changelog.mdx | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index a3fb70c21..5728a6542 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -8,30 +8,21 @@ noindex: true ## API playground improvements - - 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 - - Fixed double "Authorization" header display in HTTP Basic authentication schemes. The authentication section now shows a cleaner interface with proper field labels and descriptions - - 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 - - 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 - - Enhanced response example generation to include all required properties, even when examples only specify some fields. This ensures response examples are complete and accurate - - Fixed missing prefill examples in object arrays. Array items with example data now properly populate in the playground with correct indexing - - Improved description padding and spacing throughout the API playground for better readability and visual consistency + - 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. + - Fixed double "Authorization" header display in HTTP Basic authentication schemes. The authentication section now shows a cleaner interface with proper field labels and descriptions. + - 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. + - 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. + - Enhanced response example generation to include all required properties, even when examples only specify some fields. This ensures response examples are complete and accurate. + - Fixed missing prefill examples in object arrays. Array items with example data now properly populate in the playground with correct indexing. + - Improved description padding and spacing throughout the API playground for better readability and visual consistency. ## Localization improvements - - Enhanced translations for contextual menu and assistant across all supported languages including Arabic, Czech, German, Spanish, French, Hindi, Indonesian, Italian, Japanese, Korean, Latvian, Dutch, Norwegian, Portuguese, Romanian, Russian, Swedish, Turkish, Ukrainian, and Chinese (Simplified and Traditional) - - Added missing translations for "Searching for", "Searched", "Found results for", "Generating", and assistant disclaimer text - - Completed translations for MCP Server and IDE connection options (Cursor and VS Code) across all languages + - Enhanced translations in contextual menu options and assistant status messages for all supported languages. ## CLI improvements - - Added error message for users running `mint dev` on Node.js versions below 20.17, providing clear guidance to upgrade to an LTS version - - Improved error handling to help users quickly identify and resolve Node.js version compatibility issues - - ## Bug fixes and reliability - - - Fixed issue where primitive parameters without content would show unnecessary separators in the API playground - - Improved handling of response section rendering when switching between endpoints with different available response codes - - Enhanced type labels for security scheme parameters to display correct format information + - Added error message for users running `mint dev` on Node.js versions below 20.17. Users are guided to upgrade to an LTS version.