File tree Expand file tree Collapse file tree 7 files changed +26
-11
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 7 files changed +26
-11
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.3.2 (Jan 24, 2025)
2
+
3
+ High level enhancements
4
+
5
+ - Add support for JSON Schema ` null ` type
6
+ - Improve handling of required fields in request bodies
7
+ - Normalize response body arrays to improve consistency
8
+
9
+ Other enhancements and bug fixes
10
+
11
+ - add support for json schema null type ([ #1068 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1068 ) )
12
+ - allow default body to satisfy required ([ #1067 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1067 ) )
13
+ - normalize body array instead of returning literal ([ #1066 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1066 ) )
14
+ - Upgrade demo and packages to support 3.7.0 ([ #1064 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1064 ) )
15
+
1
16
## 4.3.1 (Dec 17, 2024)
2
17
3
18
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
- | 4.x.x (current) | ` 3.5.0 - 3.6 .x ` |
44
+ | 4.x.x (current) | ` 3.5.0 - 3.7 .x ` |
45
45
| 3.0.x (end-of-support) | ` 3.0.1 - 3.4.0 ` |
46
46
| 2.2.3 (legacy) | ` 2.4.1 - 2.4.3 ` |
47
47
| 1.7.3 (end-of-support) | ` 2.0.1 - 2.2.0 ` |
@@ -51,7 +51,7 @@ Key Features:
51
51
Run the following to bootstrap a Docsaurus v3 site (classic theme) with ` docusaurus-openapi-docs ` :
52
52
53
53
``` bash
54
- npx create-docusaurus@3.6.3 my-website --package-manager yarn
54
+ npx create-docusaurus@3.7.0 my-website --package-manager yarn
55
55
```
56
56
57
57
> When prompted to select a template choose ` Git repository ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 4.3.1 " ,
3
+ "version" : " 4.3.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
26
26
"@docusaurus/plugin-google-gtag" : " 3.7.0" ,
27
27
"@docusaurus/preset-classic" : " 3.7.0" ,
28
28
"clsx" : " ^1.1.1" ,
29
- "docusaurus-plugin-openapi-docs" : " ^4.3.1 " ,
30
- "docusaurus-theme-openapi-docs" : " ^4.3.1 " ,
29
+ "docusaurus-plugin-openapi-docs" : " ^4.3.2 " ,
30
+ "docusaurus-theme-openapi-docs" : " ^4.3.2 " ,
31
31
"prism-react-renderer" : " ^2.3.0" ,
32
32
"react" : " ^19.0.0" ,
33
33
"react-dom" : " ^19.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 4.3.1 " ,
2
+ "version" : " 4.3.2 " ,
3
3
"npmClient" : " yarn"
4
4
}
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
- | 4.0.x (current) | ` 3.5.0 - 3.6 .x ` |
44
+ | 4.0.x (current) | ` 3.5.0 - 3.7 .x ` |
45
45
| 3.0.x (end-of-support) | ` 3.0.1 - 3.4.0 ` |
46
46
| 2.2.3 (legacy) | ` 2.4.1 - 2.4.3 ` |
47
47
| 1.7.3 (end-of-support) | ` 2.0.1 - 2.2.0 ` |
@@ -51,7 +51,7 @@ Key Features:
51
51
Run the following to bootstrap a Docsaurus v3 site (classic theme) with ` docusaurus-openapi-docs ` :
52
52
53
53
``` bash
54
- npx create-docusaurus@3.6.3 my-website --package-manager yarn
54
+ npx create-docusaurus@3.7.0 my-website --package-manager yarn
55
55
```
56
56
57
57
> When prompted to select a template choose ` Git repository ` .
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" : " 4.3.1 " ,
4
+ "version" : " 4.3.2 " ,
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" : " 4.3.1 " ,
4
+ "version" : " 4.3.2 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
34
34
"@types/file-saver" : " ^2.0.5" ,
35
35
"@types/lodash" : " ^4.14.176" ,
36
36
"concurrently" : " ^5.2.0" ,
37
- "docusaurus-plugin-openapi-docs" : " ^4.3.1 " ,
37
+ "docusaurus-plugin-openapi-docs" : " ^4.3.2 " ,
38
38
"docusaurus-plugin-sass" : " ^0.2.3" ,
39
39
"eslint-plugin-prettier" : " ^5.0.1"
40
40
},
You can’t perform that action at this time.
0 commit comments