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
+
1
17
## 3.0.0-beta.5 (Jan 18, 2024)
2
18
3
19
High level enhancements
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ Key Features:
41
41
42
42
| Docusaurus OpenAPI Docs | Docusaurus |
43
43
| ----------------------- | --------------- |
44
+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
44
45
| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
45
46
| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
46
47
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Key Features:
58
58
59
59
| Docusaurus OpenAPI Docs | Docusaurus |
60
60
| ----------------------- | --------------- |
61
+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
61
62
| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
62
63
| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
63
64
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 3.0.0-beta.5 " ,
3
+ "version" : " 3.0.0-beta.6 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
25
25
"@docusaurus/plugin-google-gtag" : " 3.1.1" ,
26
26
"@docusaurus/preset-classic" : " 3.1.1" ,
27
27
"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 " ,
30
30
"prism-react-renderer" : " ^2.3.0" ,
31
31
"react" : " ^18.2.0" ,
32
32
"react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.0.0-beta.5 " ,
2
+ "version" : " 3.0.0-beta.6 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Key Features:
31
31
32
32
| Docusaurus OpenAPI Docs | Docusaurus |
33
33
| ----------------------- | --------------- |
34
+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
34
35
| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
35
36
| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
36
37
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-plugin-openapi-docs" ,
3
3
"description" : " OpenAPI plugin for Docusaurus." ,
4
- "version" : " 3.0.0-beta.5 " ,
4
+ "version" : " 3.0.0-beta.6 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docusaurus-theme-openapi-docs" ,
3
3
"description" : " OpenAPI theme for Docusaurus." ,
4
- "version" : " 3.0.0-beta.5 " ,
4
+ "version" : " 3.0.0-beta.6 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
44
44
"clsx" : " ^1.1.1" ,
45
45
"copy-text-to-clipboard" : " ^3.1.0" ,
46
46
"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 " ,
48
48
"docusaurus-plugin-sass" : " ^0.2.3" ,
49
49
"file-saver" : " ^2.0.5" ,
50
50
"lodash" : " ^4.17.20" ,
You can’t perform that action at this time.
0 commit comments