File tree Expand file tree Collapse file tree 8 files changed +28
-10
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 8 files changed +28
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.0 (Mar 15, 2024)
2
+
3
+ High level enhancements
4
+
5
+ - Adds support for generating sidebar using x-tagGroup
6
+ - Adds support for generating schemas
7
+ - Improved x-codeSamples support
8
+
9
+ Other enhancements and bug fixes
10
+
11
+ - Upgrade dependencies ([ #741 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/741 ) )
12
+ - update compatibility matrix ([ #739 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/739 ) )
13
+ - feat: implement x-tagGroup feature ([ #737 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/737 ) )
14
+ - feat: Implement schema pages behind a config option ` showSchemas ` ([ #736 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/736 ) )
15
+ - fix: Guard only undefined and empty strings ([ #725 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/725 ) )
16
+ - Conditional display of header Request ([ #719 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/719 ) )
17
+ - Fix x-codeSamples load when switching language tabs ([ #707 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/707 ) )
18
+
1
19
## 2.0.4 (Jan 18, 2024)
2
20
3
21
High level enhancements
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Key Features:
41
41
42
42
| Docusaurus OpenAPI Docs | Docusaurus |
43
43
| ----------------------- | --------------- |
44
- | 3.0.0-beta.x (beta) | ` 3.0.1 ` |
44
+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
45
45
| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
46
46
| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
47
47
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Key Features:
58
58
59
59
| Docusaurus OpenAPI Docs | Docusaurus |
60
60
| ----------------------- | --------------- |
61
- | 3.0.0-beta.x (beta) | ` 3.0.1 ` |
61
+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
62
62
| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
63
63
| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
64
64
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
26
26
"@docusaurus/preset-classic" : " 2.4.3" ,
27
27
"@mdx-js/react" : " ^1.6.22" ,
28
28
"clsx" : " ^1.1.1" ,
29
- "docusaurus-plugin-openapi-docs" : " ^2.0.4 " ,
30
- "docusaurus-theme-openapi-docs" : " ^2.0.4 " ,
29
+ "docusaurus-plugin-openapi-docs" : " ^2.1.0 " ,
30
+ "docusaurus-theme-openapi-docs" : " ^2.1.0 " ,
31
31
"prism-react-renderer" : " ^1.3.1" ,
32
32
"react" : " ^18.2.0" ,
33
33
"react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.4 " ,
2
+ "version" : " 2.1.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Key Features:
31
31
32
32
| Docusaurus OpenAPI Docs | Docusaurus |
33
33
| ----------------------- | --------------- |
34
- | 3.0.0-beta.x (beta) | ` 3.0.1 ` |
34
+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
35
35
| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
36
36
| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
37
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" : " 2.0.4 " ,
4
+ "version" : " 2.1.0 " ,
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" : " 2.0.4 " ,
4
+ "version" : " 2.1.0 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
43
43
"clsx" : " ^1.1.1" ,
44
44
"copy-text-to-clipboard" : " ^3.1.0" ,
45
45
"crypto-js" : " ^4.1.1" ,
46
- "docusaurus-plugin-openapi-docs" : " ^2.0.4 " ,
46
+ "docusaurus-plugin-openapi-docs" : " ^2.1.0 " ,
47
47
"docusaurus-plugin-sass" : " ^0.2.3" ,
48
48
"file-saver" : " ^2.0.5" ,
49
49
"lodash" : " ^4.17.20" ,
You can’t perform that action at this time.
0 commit comments