Skip to content

Commit c7f7232

Browse files
committed
changelog: update for August 24 - August 30 with major improvements and bug fixes
1 parent dd54934 commit c7f7232

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

changelog.mdx

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

8+
<Update label="August 24 - August 30" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Enhanced feedback collection, navigation improvements, and authentication bug fixes" }}>
9+
10+
## Major release: Enhanced feedback collection
11+
12+
- **Major improvement**: Readers can now give more detailed feedback after selecting *thumbs up/down*, including options and written comments. You can also collect feedback on code blocks and view all responses in your dashboard analytics.
13+
_Note: Contact us to enable this feature for your site._
14+
15+
## Navigation and quality of life improvements
16+
17+
- Quality of life improvement to ignore trailing slashes and double slashes so you don't have to worry about getting them exactly right in your docs.json
18+
- You can now add a `noAnchor` attribute to your `h{1-6}` tags to avoid them having an anchor link
19+
- The Palm theme now has a floating language selector in the bottom left similar to Stripe's approach
20+
- Added a new field to the docs.json called [`drilldown`](https://mintlify.com/docs/navigation#enable-auto-navigation-for-groups) which allows you to control whether or not you should navigate the first page in a navbar group when its expanded
21+
- Quality of life improvement to make nested ordered lists alternate styles from decimal/roman to alpha
22+
23+
## Bug fixes and reliability
24+
25+
- Fixed a bug where scroll position anchor links weren't working correctly when there were JS components on a page
26+
- Fixed a bug where Google was indexing raw `*.md` files because they were missing a `x-robots-tag noindex` header
27+
- Fixed a bug with OAuth on protected docs where it wouldn't redirect you back to your starting page once you completed the flow successfully
28+
- Fixed a bug on previews of auth protected docs where you weren't able to see the entire navigation bar
29+
- Bugfixes to how SVGs are handled with our new image CDN
30+
31+
## Component and styling enhancements
32+
33+
- Added a new CSS selector you can target for custom styles on `SideNavGroups` if you so desire
34+
- New regression tests for MDX defined API pages that have security defined on them will ensure a greater degree of stability
35+
36+
## Performance improvements
37+
38+
- Performance improvement by moving the KaTeX CSS from cdnjs to our own CDN on Cloudfront for reduced latency
39+
40+
</Update>
41+
842
<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" }}>
943

1044
## Image handling improvements

0 commit comments

Comments
 (0)