File tree Expand file tree Collapse file tree 8 files changed +26
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 8 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 1+ ## 3.0.0-beta.6 (Mar 15, 2024)
2+
3+ High level enhancements
4+
5+ - Improve x-codeSamples support
6+ - Add support for generating schemas
7+ - Add support for using x-tagGroup to generate sidebar
8+
9+ Other enhancements and bug fixes
10+
11+ - upgrade prettier
12+ - V2 feature parity ([ #742 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/742 ) )
13+ - upgrade to docusaurus 3.1.1 ([ #740 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/740 ) )
14+ - fix: markdown pages heading creation ([ #716 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/716 ) )
15+ - Fix x-codeSamples load when switching language tabs in V3 ([ #706 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/706 ) )
16+
117## 3.0.0-beta.5 (Jan 18, 2024)
218
319High level enhancements
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Key Features:
4141
4242| Docusaurus OpenAPI Docs | Docusaurus |
4343| ----------------------- | --------------- |
44+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
4445| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
4546| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
4647
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Key Features:
5858
5959| Docusaurus OpenAPI Docs | Docusaurus |
6060| ----------------------- | --------------- |
61+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
6162| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
6263| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
6364
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 3.0.0-beta.5 " ,
3+ "version" : " 3.0.0-beta.6 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
2525 "@docusaurus/plugin-google-gtag" : " 3.1.1" ,
2626 "@docusaurus/preset-classic" : " 3.1.1" ,
2727 "clsx" : " ^1.1.1" ,
28- "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.5 " ,
29- "docusaurus-theme-openapi-docs" : " ^3.0.0-beta.5 " ,
28+ "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.6 " ,
29+ "docusaurus-theme-openapi-docs" : " ^3.0.0-beta.6 " ,
3030 "prism-react-renderer" : " ^2.3.0" ,
3131 "react" : " ^18.2.0" ,
3232 "react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change 11{
2- "version" : " 3.0.0-beta.5 " ,
2+ "version" : " 3.0.0-beta.6 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Key Features:
3131
3232| Docusaurus OpenAPI Docs | Docusaurus |
3333| ----------------------- | --------------- |
34+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
3435| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
3536| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
3637
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-plugin-openapi-docs" ,
33 "description" : " OpenAPI plugin for Docusaurus." ,
4- "version" : " 3.0.0-beta.5 " ,
4+ "version" : " 3.0.0-beta.6 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-theme-openapi-docs" ,
33 "description" : " OpenAPI theme for Docusaurus." ,
4- "version" : " 3.0.0-beta.5 " ,
4+ "version" : " 3.0.0-beta.6 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
4444 "clsx" : " ^1.1.1" ,
4545 "copy-text-to-clipboard" : " ^3.1.0" ,
4646 "crypto-js" : " ^4.1.1" ,
47- "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.5 " ,
47+ "docusaurus-plugin-openapi-docs" : " ^3.0.0-beta.6 " ,
4848 "docusaurus-plugin-sass" : " ^0.2.3" ,
4949 "file-saver" : " ^2.0.5" ,
5050 "lodash" : " ^4.17.20" ,
You can’t perform that action at this time.
0 commit comments