Skip to content

Commit a65bf71

Browse files
Add November 15, 2024 changelog entry (#1784)
* 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 9e1a2ba commit a65bf71

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

changelog.mdx

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

8+
<Update label="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 <Badge color="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
66+
67+
</Update>
68+
869
<Update label="October 31" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "API playground enhancements, table improvements, performance optimizations, and bug fixes" }}>
970
## Assistant improvements
1071

0 commit comments

Comments
 (0)