File tree Expand file tree Collapse file tree 5 files changed +28
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +28
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.0-beta.2 (Mar 20, 2023)
2
+
3
+ High level enhancements
4
+
5
+ - Added support for powershell
6
+ - Added ` categorySourceLink ` "auto" option
7
+ - Restyled tree lines to match toc-border-color
8
+
9
+ Other enhancements and bug fixes
10
+
11
+ - Add powershell styles
12
+ - Remove old styles.css
13
+ - [ Enhancement] Add support for powershell ([ #507 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/507 ) )
14
+ - Resolve conflicts
15
+ - Bump webpack from 5.75.0 to 5.76.0 ([ #498 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/498 ) )
16
+ - Breaking: Default categoryLinkSource to none, add ` auto ` option ([ #495 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/495 ) )
17
+ - Hide details marker ([ #497 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/497 ) )
18
+ - Set ignoreAdditionalProperties back to true ([ #493 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/493 ) )
19
+ - [ UI Enhancement] Restyle tree lines ([ #489 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/489 ) )
20
+ - Update banner and badges
21
+
1
22
## 2.0.0-beta.1 (Mar 10, 2023)
2
23
3
24
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 2.0.0-beta.1 " ,
3
+ "version" : " 2.0.0-beta.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
27
27
"@docusaurus/preset-classic" : " ^2.3.0" ,
28
28
"@mdx-js/react" : " ^1.6.22" ,
29
29
"clsx" : " ^1.1.1" ,
30
- "docusaurus-plugin-openapi-docs" : " ^2.0.0-beta.1 " ,
31
- "docusaurus-theme-openapi-docs" : " ^2.0.0-beta.1 " ,
30
+ "docusaurus-plugin-openapi-docs" : " ^2.0.0-beta.2 " ,
31
+ "docusaurus-theme-openapi-docs" : " ^2.0.0-beta.2 " ,
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" : " 2.0.0-beta.1 " ,
2
+ "version" : " 2.0.0-beta.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.0.0-beta.1 " ,
4
+ "version" : " 2.0.0-beta.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.0.0-beta.1 " ,
4
+ "version" : " 2.0.0-beta.2 " ,
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" : " ^2.0.0-beta.1 " ,
54
+ "docusaurus-plugin-openapi-docs" : " ^2.0.0-beta.2 " ,
55
55
"docusaurus-plugin-sass" : " ^0.2.3" ,
56
56
"file-saver" : " ^2.0.5" ,
57
57
"immer" : " ^9.0.7" ,
You can’t perform that action at this time.
0 commit comments