You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.mdx
+142Lines changed: 142 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,148 @@ rss: true
5
5
noindex: true
6
6
---
7
7
8
+
<Updatelabel="November 21"tags={["New releases", "Improvements"]}rss={{ title: "Weekly Updates", description: "Standard Markdown support, custom syntax highlighting, API playground enhancements, and web editor improvements" }}>
9
+
## New features
10
+
11
+
-**Standard Markdown file support**: You can now use standard `.md` files in addition to `.mdx` files in your documentation, making it easier to migrate existing Markdown content without conversion
12
+
-**Custom syntax highlighting**: Add support for custom programming languages in code blocks through the `styling.codeblocks.customLanguages` field in `docs.json`, enabling syntax highlighting for domain-specific languages with custom Shiki grammars
13
+
-**PowerShell and Swift code examples**: API playground now generates code examples in PowerShell and Swift, expanding language support for API testing and integration
14
+
-**View component**: New `<View>` component for conditional rendering based on screen size or other display properties
15
+
16
+
## API playground improvements
17
+
18
+
- Fixed issue where switching between response examples with different indices would fail to render the response section
19
+
- Resolved double Authorization header bug that was causing authentication issues in API requests
20
+
- Fixed oneOf schema rendering issues that were causing incorrect field displays in complex API schemas
21
+
- Improved response example generation to properly merge and display all required properties
22
+
- Fixed missing path parameters on certain API documentation pages
23
+
- Fixed extra separator appearing in array item schemas with no contents
24
+
- Fixed missing prefill examples in object arrays
25
+
- Improved handling of primitive parameters to ensure they're properly displayed
26
+
- Fixed description padding and layout issues in API playground modals
27
+
- Enhanced request body type and response body type synchronization with code examples
28
+
- Fixed missing query parameter descriptions in API documentation
29
+
- Improved performance of API playground inputs to reduce lag during typing
30
+
- Object fields now properly respect the `expanded` setting from `docs.json` configuration
31
+
- Fixed prefilling from `schema.example` to properly populate example values
32
+
- Fixed request example generation for top-level oneOf types
33
+
- Fixed type labels to display more accurate information about field types
34
+
- Fixed Coinbase playground issues for specific endpoints
35
+
- Improved handling of circular schema references to properly render descriptions
36
+
- Fixed various API page rendering issues including missing fields and incorrect layouts
37
+
38
+
## Web editor enhancements
39
+
40
+
- Branch switching is now fully integrated into the editor UI with improved navigation and state management
41
+
- Fixed race condition when committing changes that could cause branch SHA mismatches
42
+
- Removed implicit folder directory logic for cleaner file organization
43
+
- Fixed file creation and renaming to properly match original file locations in MDX frontmatter
44
+
- Improved folder state persistence across editor sessions
45
+
- Fixed branch navigation where changing URL to specific branch would redirect incorrectly
0 commit comments