Skip to content

Commit 56e6e3b

Browse files
authored
feat: add aug 17 to 23 changelog (#1051)
1 parent 5c0e7ed commit 56e6e3b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

changelog.mdx

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

8+
<Update label="August 17 - August 23" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Image layout fixes, auth enhancements, mobile nav improvements, and web editor stability" }}>
9+
10+
## Image handling improvements
11+
12+
- **Major improvement**: Images no longer cause layout shift by default, even when width and height attributes aren't specified—automatic sizing prevents content jumping during page loads
13+
- All static files in your repository (PDF, TXT, XML, etc.) are now automatically uploaded and served when you deploy, providing complete asset coverage
14+
15+
## Web editor and deployment enhancements
16+
17+
- Fixed branch creation workflow in web editor to correctly navigate to and stay on newly created branches
18+
- Enhanced merge conflict dialog with proper escape functionality, no more page reloads required to dismiss conflicts
19+
- Optimized update workflow performance by cache-invalidating only changed pages during partial updates, reducing deployment times
20+
21+
## Authentication and navigation improvements
22+
23+
- New support for authentication on custom subdirectories, if you serve docs at `https://yourdomain.com/docs`, authentication now works seamlessly
24+
- Fixed sidebar display bug that incorrectly showed when only one link was configured
25+
- Comprehensive mobile navigation overhaul: centered buttons with proper margin/padding, improved spacing in dropdown menus, removed unnecessary dividers and margins for empty sections, and fixed Maple theme gap/padding issues
26+
27+
## Component and styling fixes
28+
29+
- Resolved `<h1-6>` tag conversion issue that was incorrectly transforming them into Heading components and disrupting custom styling
30+
- One-click assistant configuration toggle added to dashboard for easier management
31+
32+
## Technical improvements and reliability
33+
34+
- Enhanced logging system for update workflows enabling faster debugging and issue resolution
35+
- Fixed GitHub rate limiting for customers with 10+ OpenAPI/AsyncAPI specs by switching from individual file fetching to repository cloning
36+
- Improved assistant reliability with backup LLM support, enhanced rate limit error handling, and more robust search tool functionality
37+
38+
</Update>
39+
840
<Update label="August 10 - August 16" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}>
941

1042
## Performance and build optimizations

0 commit comments

Comments
 (0)