Skip to content

Commit 6fe8b73

Browse files
authored
Add changelog 2024-09
1 parent f7052c6 commit 6fe8b73

File tree

4 files changed

+57
-30
lines changed

4 files changed

+57
-30
lines changed

changelog/2024-07.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: 'July 2024'
3+
description: 'Introducing the Mintlify Widget and the Pro plan'
4+
---
5+
6+
## Mintlify Widget
7+
8+
For `Pro` users, we introduced Mintlify Widget, an extension of your docs to answer your users' questions when and where they asked. You can add this AI-powered chatbot to any web page: your landing page, inside your product, or on your existing documentation pages.
9+
10+
- [Read the blog announcement](https://mintlify.com/blog/widget)
11+
- [Learn how to install the Widget](/advanced/widget/chat#getting-started)
12+
13+
## Pro Plan
14+
15+
We also updated our pricing plans for better customizability and scale.
16+
17+
- [Read the blog announcement](https://mintlify.com/blog/pro-plan)
18+
19+
## API Playground Update
20+
21+
When you browse API docs, the selected code example now syncs across your pages.
22+
23+
## Insights
24+
25+
Currently in beta, this feature summarizes common user questions and patterns into easy-to-digest reports with AI-powered suggestions on how to improve your product.

changelog/2024-08.mdx

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
---
22
title: 'August 2024'
3-
description: 'Introducing the Mintlify Widget and the Pro plan'
3+
description: 'Web Editor UI, API Playground Update, and AI Chat'
44
---
55

6-
## Mintlify Widget
6+
## Speed Performances
77

8-
We introduced Mintlify Widget, an extension of your docs to answer your users' questions when and where they asked. You can add this AI-powered chatbot to any web page: your landing page, inside your product, or on your existing documentation pages.
8+
We made many updates to improve the overall speed for your OpenAPI pages and update workflows.
99

10-
- [Read the blog announcement](https://mintlify.com/blog/widget)
11-
- [Learn how to install the Widget](/advanced/widget/chat#getting-started)
10+
## Web Editor UI
1211

13-
## Pro Plan
12+
We polished the UI with new icons and a new layout.
1413

15-
We also updated our pricing plans for better customizability and scale.
14+
## File Uploads in API Playground
1615

17-
- [Read the blog announcement](https://mintlify.com/blog/pro-plan)
16+
By default, API playground requests are proxied by Mintlify. Now you can use `disableProxy` to disable this behavior and support request types like file uploads.
1817

19-
## API Playground Update
18+
- [Learn more about API configurations](/settings/global#api-configurations)
2019

21-
When you browse API docs, the selected code example now syncs across your pages.
20+
## AI Chat
2221

23-
## Insights
22+
We kept iterating on improving the search experience with more accurate results.
2423

25-
Currently in beta, this feature summarizes common user questions and patterns into easy-to-digest reports with AI-powered suggestions on how to improve your product.
24+
## More
25+
26+
- **Overall UX**: We polished multiple little big UX/UI details.
27+
- **Search Layout**: The search box is now pixel-perfect on every screen.
28+
- **Anchor Links**: We updated the anchor generation code to support edge cases.
29+
- **API Playground UI**: We fixed a UI bug on the API Playground when switching tabs.
30+
- **Sidebar**: We also squashed a bug with sidebar items.
31+
- **Code Groups**: We fixed how the component behaves.

changelog/2024-09.mdx

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,26 @@
11
---
22
title: 'September 2024'
3-
description: 'Speed improvements, Web Editor UI, and AI Chat'
3+
description: 'Speed improvements and JWT Auth'
44
---
55

6-
## Speed Performances
7-
8-
We made many updates to improve the overall speed for your OpenAPI pages and update workflows.
6+
<Info>
7+
Last updated on: **2024-09-11**
8+
</Info>
99

10-
## Web Editor UI
10+
## Speed Performances
1111

12-
We polished the UI with new icons and a new layout.
12+
We made many updates to improve the overall speed for your OpenAPI pages and update workflows:
1313

14-
## File Uploads in API Playground
14+
- For large projects (~3,000 files), the download step for docs updates is now ~440x faster - a 99.8% time reduction. Across the board, file downloads during updates are now ~5.5x faster - an 81.8% time reduction.
1515

16-
By default, API playground requests are proxied by Mintlify. Now you can use `disableProxy` to disable this behavior and support request types like file uploads.
16+
- For API reference pages with complex data types, we've drastically reduced the size of the page. For customers with complex, recursive OpenAPI data types, this means a size reduction of up to 98%.
1717

18-
- [Learn more about API configurations](/settings/global#api-configurations)
18+
## JWT Auth
1919

20-
## AI Chat
20+
For `Enterprise` customers, you can now use your own login flow to send user info to your docs via a JWT in the URL.
2121

22-
We kept iterating on improving the search experience with more accurate results.
22+
- [Learn more about JWT Auth](/advanced/user-auth/jwt)
2323

2424
## More
2525

26-
- **Overall UX**: We polished multiple little big UX/UI details.
27-
- **Search Layout**: The search box is now pixel-perfect on every screen.
28-
- **Anchor Links**: We updated the anchor generation code to support edge cases.
29-
- **API Playground UI**: We fixed a UI bug on the API Playground when switching tabs.
30-
- **Sidebar**: We also squashed a bug with sidebar items.
31-
- **Code Groups**: We fixed how the component behaves.
26+
- **Troubleshooting for API pages**: API pages could be complicated so we listed common issues to help you sort them out quickly — [Read the docs](/api-playground/troubleshooting)

mint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@
219219
"group": "Product Updates",
220220
"pages": [
221221
"changelog/2024-09",
222-
"changelog/2024-08"
222+
"changelog/2024-08",
223+
"changelog/2024-07"
223224
]
224225
},
225226
{

0 commit comments

Comments
 (0)