File tree Expand file tree Collapse file tree 8 files changed +28
-10
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 8 files changed +28
-10
lines changed Original file line number Diff line number Diff line change 1+ ## 2.1.0 (Mar 15, 2024)
2+
3+ High level enhancements
4+
5+ - Adds support for generating sidebar using x-tagGroup
6+ - Adds support for generating schemas
7+ - Improved x-codeSamples support
8+
9+ Other enhancements and bug fixes
10+
11+ - Upgrade dependencies ([ #741 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/741 ) )
12+ - update compatibility matrix ([ #739 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/739 ) )
13+ - feat: implement x-tagGroup feature ([ #737 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/737 ) )
14+ - feat: Implement schema pages behind a config option ` showSchemas ` ([ #736 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/736 ) )
15+ - fix: Guard only undefined and empty strings ([ #725 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/725 ) )
16+ - Conditional display of header Request ([ #719 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/719 ) )
17+ - Fix x-codeSamples load when switching language tabs ([ #707 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/707 ) )
18+
119## 2.0.4 (Jan 18, 2024)
220
321High level enhancements
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Key Features:
4141
4242| Docusaurus OpenAPI Docs | Docusaurus |
4343| ----------------------- | --------------- |
44- | 3.0.0-beta.x (beta) | ` 3.0.1 ` |
44+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
4545| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
4646| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
4747
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Key Features:
5858
5959| Docusaurus OpenAPI Docs | Docusaurus |
6060| ----------------------- | --------------- |
61- | 3.0.0-beta.x (beta) | ` 3.0.1 ` |
61+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
6262| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
6363| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
6464
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 2.0.4 " ,
3+ "version" : " 2.1.0 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
2626 "@docusaurus/preset-classic" : " 2.4.3" ,
2727 "@mdx-js/react" : " ^1.6.22" ,
2828 "clsx" : " ^1.1.1" ,
29- "docusaurus-plugin-openapi-docs" : " ^2.0.4 " ,
30- "docusaurus-theme-openapi-docs" : " ^2.0.4 " ,
29+ "docusaurus-plugin-openapi-docs" : " ^2.1.0 " ,
30+ "docusaurus-theme-openapi-docs" : " ^2.1.0 " ,
3131 "prism-react-renderer" : " ^1.3.1" ,
3232 "react" : " ^18.2.0" ,
3333 "react-dom" : " ^18.2.0"
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.0.4 " ,
2+ "version" : " 2.1.0 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Key Features:
3131
3232| Docusaurus OpenAPI Docs | Docusaurus |
3333| ----------------------- | --------------- |
34- | 3.0.0-beta.x (beta) | ` 3.0.1 ` |
34+ | 3.0.0-beta.x (beta) | ` 3.0.1 - 3.1.1 ` |
3535| 2.0.x (current) | ` 2.4.1 - 2.4.3 ` |
3636| 1.7.3 (legacy) | ` 2.0.1 - 2.2.0 ` |
3737
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-plugin-openapi-docs" ,
33 "description" : " OpenAPI plugin for Docusaurus." ,
4- "version" : " 2.0.4 " ,
4+ "version" : " 2.1.0 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-theme-openapi-docs" ,
33 "description" : " OpenAPI theme for Docusaurus." ,
4- "version" : " 2.0.4 " ,
4+ "version" : " 2.1.0 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
4343 "clsx" : " ^1.1.1" ,
4444 "copy-text-to-clipboard" : " ^3.1.0" ,
4545 "crypto-js" : " ^4.1.1" ,
46- "docusaurus-plugin-openapi-docs" : " ^2.0.4 " ,
46+ "docusaurus-plugin-openapi-docs" : " ^2.1.0 " ,
4747 "docusaurus-plugin-sass" : " ^0.2.3" ,
4848 "file-saver" : " ^2.0.5" ,
4949 "lodash" : " ^4.17.20" ,
You can’t perform that action at this time.
0 commit comments