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
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,67 @@ rss: true
5
5
noindex: true
6
6
---
7
7
8
+
<Updatelabel="November 15"tags={["New releases", "Improvements"]}rss={{ title: "Weekly Updates", description: "Badge component, API playground improvements, custom language support, and performance enhancements" }}>
9
+
## New features
10
+
11
+
-**Badge component**: New <Badgecolor="green">Badge</Badge> component for displaying status indicators, labels, and tags
12
+
-**Custom Shiki languages**: Add support for custom programming languages in code blocks through `docs.json` configuration, enabling syntax highlighting for domain-specific languages
13
+
-**Clarity analytics integration**: Microsoft Clarity is now available as an analytics integration for session recording and heatmap tracking
14
+
15
+
## API playground improvements
16
+
17
+
- Authentication keys now persist in the API playground across page navigation and browser sessions, eliminating the need to re-enter credentials when testing multiple endpoints
18
+
- Authentication keys are automatically prefilled from your configuration, making it faster to start testing authenticated endpoints
19
+
- Fixed authentication header names for Bearer auth and OAuth to use correct HTTP standards
20
+
- Security inputs defined at the operation level in OpenAPI specs now properly override top-level security definitions
21
+
- Fixed issue where header inputs marked as security parameters were incorrectly included in generated code examples
22
+
- Improved handling of `deepObject` style parameters in API field displays
23
+
- Better error messages when invalid URLs are provided in API configurations
24
+
- Improved UI for API playground with better spacing, layout, and loading
25
+
26
+
## Navigation and UI enhancements
27
+
28
+
- Tab hover indicators now have improved styling for better visual feedback
29
+
- Long words now wrap properly to prevent horizontal scrolling
30
+
- Step component now handles cases where no step title is provided
31
+
- Logo section spacing improved with better padding
32
+
- Fixed heading IDs to properly handle question marks and special characters for anchor links
33
+
- Icon component now accepts `className` prop for custom styling
34
+
- Fixed theme toggle colors for better visibility in both light and dark modes
35
+
36
+
## Web editor improvements
37
+
38
+
- Branch switching is now integrated directly into the editor UI for easier navigation between branches
39
+
- Fixed file creation and renaming to properly match original file locations in MDX frontmatter
40
+
- Fixed handling of moving files to previously deleted paths
41
+
- Folder state now persists in the editor across sessions
42
+
43
+
## Component and styling enhancements
44
+
45
+
- Images can now be zoomed with improved overlay styling for both light and dark modes
46
+
- Fixed keyboard shortcut styles inside callouts for dark mode
47
+
- Improved OG image generation with Google Fonts support and better truncation logic
48
+
- Improved UI for tables with better alignment, spacing, and readability
49
+
- Fixed scroll behavior for tables inside tabs and steps inside tabs
50
+
- Improved sidebar styling for Palm theme
51
+
52
+
## Performance and infrastructure
53
+
54
+
- Shiki themes are now lazy loaded for improved initial page load performance
55
+
- Reduced navigation lag by optimizing prefetching behavior
56
+
57
+
## Bug fixes and reliability
58
+
59
+
- Properly clear added values on object and array inputs in API playground
60
+
- Fixed table of contents rendering issues
61
+
- Fixed favicon isolation to prevent conflicts between different documentation sites
62
+
- Fixed sidebar display on non-API pages
63
+
- Fixed outline blinking on image zoom modal open/close
64
+
- External links now properly open in new tabs
65
+
- Fixed dashboard design inconsistencies and improved spacing
0 commit comments