File tree Expand file tree Collapse file tree 5 files changed +20
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +20
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.1.2 (Mar 21, 2024)
2
+
3
+ High level enhancements
4
+
5
+ - Various bug fixes
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - Fix allOf schema qualifier and type ([ #766 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/766 ) )
10
+ - Ensure qualifiers are rendered for polymorphic/primitive properties ([ #765 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/765 ) )
11
+ - uncomment line preventing grouping by operation tags ([ #764 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/764 ) )
12
+ - ensure resize observer is calculated once per frame to avoid loops ([ #763 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/763 ) )
13
+
1
14
## 2.1.1 (Mar 20, 2024)
2
15
3
16
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.1.2 " ,
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.1.1 " ,
30
- "docusaurus-theme-openapi-docs" : " ^2.1.1 " ,
29
+ "docusaurus-plugin-openapi-docs" : " ^2.1.2 " ,
30
+ "docusaurus-theme-openapi-docs" : " ^2.1.2 " ,
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.1.1 " ,
2
+ "version" : " 2.1.2 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
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.1.1 " ,
4
+ "version" : " 2.1.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" : " 2.1.1 " ,
4
+ "version" : " 2.1.2 " ,
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.1.1 " ,
46
+ "docusaurus-plugin-openapi-docs" : " ^2.1.2 " ,
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