File tree Expand file tree Collapse file tree 5 files changed +22
-10
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +22
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.3.5 (Feb 20, 2025)
2
+
3
+ High level enhancements
4
+
5
+ - Bug fixes
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - add missing buffer and url modules ([ #1089 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1089 ) )
10
+ - correct check null/undefined for minimum and maximum ([ #1087 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1087 ) )
11
+ - fix: remove node.js dependency in browser ([ #1081 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1081 ) )
12
+
1
13
## 4.3.4 (Feb 12, 2025)
2
14
3
15
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 4.3.4 " ,
3
+ "version" : " 4.3.5 " ,
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.3 " ,
30
- "docusaurus-theme-openapi-docs" : " ^4.3.4 " ,
29
+ "docusaurus-plugin-openapi-docs" : " ^4.3.5 " ,
30
+ "docusaurus-theme-openapi-docs" : " ^4.3.5 " ,
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.4 " ,
2
+ "version" : " 4.3.5 " ,
3
3
"npmClient" : " yarn"
4
4
}
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.4 " ,
4
+ "version" : " 4.3.5 " ,
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.4 " ,
4
+ "version" : " 4.3.5 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
35
35
"@types/lodash" : " ^4.14.176" ,
36
36
"@types/pako" : " ^2.0.3" ,
37
37
"concurrently" : " ^5.2.0" ,
38
- "docusaurus-plugin-openapi-docs" : " ^4.3.3 " ,
38
+ "docusaurus-plugin-openapi-docs" : " ^4.3.5 " ,
39
39
"docusaurus-plugin-sass" : " ^0.2.3" ,
40
40
"eslint-plugin-prettier" : " ^5.0.1"
41
41
},
42
42
"dependencies" : {
43
43
"@hookform/error-message" : " ^2.0.1" ,
44
44
"@reduxjs/toolkit" : " ^1.7.1" ,
45
45
"allof-merge" : " ^0.6.6" ,
46
+ "buffer" : " ^6.0.3" ,
46
47
"clsx" : " ^1.1.1" ,
47
48
"copy-text-to-clipboard" : " ^3.1.0" ,
48
49
"crypto-js" : " ^4.1.1" ,
64
65
"sass" : " ^1.80.4" ,
65
66
"sass-loader" : " ^16.0.2" ,
66
67
"unist-util-visit" : " ^5.0.0" ,
67
- "xml-formatter" : " ^2.6.1" ,
68
- "buffer" : " ^6.0.3" ,
69
- "url" : " ^0.11.1"
68
+ "url" : " ^0.11.1" ,
69
+ "xml-formatter" : " ^2.6.1"
70
70
},
71
71
"peerDependencies" : {
72
72
"@docusaurus/theme-common" : " ^3.5.0" ,
You can’t perform that action at this time.
0 commit comments