File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.6.1 (Feb 28, 2023)
2
+
3
+ High level enhancements
4
+
5
+ - Add support for rendering additionalProperties schemas ([ #465 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/465 ) )
6
+ - Add response status class name to response tab item ([ #461 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/461 ) )
7
+ - Update usage docs ([ #463 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/463 ) )
8
+ - Allow "none" option for categoryLinkSource ([ #462 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/462 ) )
9
+ - Add code, thead and tbody to greaterThan regex ([ #459 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/459 ) )
10
+
11
+ Other enhancements and bug fixes
12
+
13
+ - Eval guard value as double not ([ #468 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/468 ) )
14
+ - Remove code tab test styling ([ #469 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/469 ) )
15
+
1
16
## 1.6.0 (Feb 24, 2023)
2
17
3
18
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 1.6.0 " ,
3
+ "version" : " 1.6.1 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
27
27
"@docusaurus/preset-classic" : " >=2.0.1 <2.3.0" ,
28
28
"@mdx-js/react" : " ^1.6.22" ,
29
29
"clsx" : " ^1.1.1" ,
30
- "docusaurus-plugin-openapi-docs" : " ^1.6.0 " ,
31
- "docusaurus-theme-openapi-docs" : " ^1.6.0 " ,
30
+ "docusaurus-plugin-openapi-docs" : " ^1.6.1 " ,
31
+ "docusaurus-theme-openapi-docs" : " ^1.6.1 " ,
32
32
"prism-react-renderer" : " ^1.3.1" ,
33
33
"react" : " ^17.0.2" ,
34
34
"react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.6.0 " ,
2
+ "version" : " 1.6.1 " ,
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" : " 1.6.0 " ,
4
+ "version" : " 1.6.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" : " 1.6.0 " ,
4
+ "version" : " 1.6.1 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
51
51
"buffer" : " ^6.0.3" ,
52
52
"clsx" : " ^1.1.1" ,
53
53
"crypto-js" : " ^4.1.1" ,
54
- "docusaurus-plugin-openapi-docs" : " ^1.6.0 " ,
54
+ "docusaurus-plugin-openapi-docs" : " ^1.6.1 " ,
55
55
"file-saver" : " ^2.0.5" ,
56
56
"immer" : " ^9.0.7" ,
57
57
"lodash" : " ^4.17.20" ,
You can’t perform that action at this time.
0 commit comments