File tree Expand file tree Collapse file tree 5 files changed +18
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +18
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 4.3.1 (Dec 17, 2024)
2
+
3
+ High level enhancements
4
+
5
+ - Mask credentials in API Explorer generated code snippets.
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - Handle case where auth options are combined ([ #1051 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1051 ) )
10
+ - Hide credentials from generated code snippets ([ #1050 ] (https://github.com/PaloAltoNetworks/
11
+
1
12
## 4.3.0 (Dec 10, 2024)
2
13
3
14
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 4.3.0 " ,
3
+ "version" : " 4.3.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
26
26
"@docusaurus/plugin-google-gtag" : " 3.6.3" ,
27
27
"@docusaurus/preset-classic" : " 3.6.3" ,
28
28
"clsx" : " ^1.1.1" ,
29
- "docusaurus-plugin-openapi-docs" : " ^4.3.0 " ,
30
- "docusaurus-theme-openapi-docs" : " ^4.3.0 " ,
29
+ "docusaurus-plugin-openapi-docs" : " ^4.3.1 " ,
30
+ "docusaurus-theme-openapi-docs" : " ^4.3.1 " ,
31
31
"prism-react-renderer" : " ^2.3.0" ,
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" : " 4.3.0 " ,
2
+ "version" : " 4.3.1 " ,
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.0 " ,
4
+ "version" : " 4.3.1 " ,
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.0 " ,
4
+ "version" : " 4.3.1 " ,
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.0 " ,
37
+ "docusaurus-plugin-openapi-docs" : " ^4.3.1 " ,
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