File tree Expand file tree Collapse file tree 5 files changed +26
-7
lines changed
docusaurus-plugin-openapi-docs
docusaurus-theme-openapi-docs Expand file tree Collapse file tree 5 files changed +26
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.2.0 (Sep 21, 2022)
2
+
3
+ High level enhancements
4
+
5
+ - Re-introduced ability to send API request from browser.
6
+
7
+ Other enhancements and bug fixes
8
+
9
+ - Ensure docPath corresponds to docsPluginId when pluginId is passed ([ #277 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/277 ) )
10
+ - Upgrade lerna
11
+ - Allow grouping by operation tag if global tag not defined ([ #276 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/276 ) )
12
+ - Throw exception when operationId and summary not defined ([ #274 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/274 ) )
13
+ - [ Enhancement] Set title in mustache templates ([ #273 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/273 ) )
14
+ - Check for mapping object before attempting to resolve discriminators ([ #269 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/269 ) )
15
+ - Handle both items and non-items schemas in renderDefaultValue ([ #268 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/268 ) )
16
+ - [ Enhancement] Re-introduce ability to send API requests from browser ([ #264 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/264 ) )
17
+ - [ Enhancement] Use operation description as frontmatter description ([ #262 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/262 ) )
18
+ - Upgrade postman-code-generators ([ #261 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/261 ) )
19
+
1
20
## 1.1.12 (Sep 12, 2022)
2
21
3
22
High level enhancements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " demo" ,
3
- "version" : " 1.1.12 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
27
27
"@docusaurus/preset-classic" : " ^2.0.1" ,
28
28
"@mdx-js/react" : " ^1.6.22" ,
29
29
"clsx" : " ^1.1.1" ,
30
- "docusaurus-plugin-openapi-docs" : " ^1.1.12 " ,
31
- "docusaurus-theme-openapi-docs" : " ^1.1.12 " ,
30
+ "docusaurus-plugin-openapi-docs" : " ^1.2.0 " ,
31
+ "docusaurus-theme-openapi-docs" : " ^1.2.0 " ,
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.1.12 " ,
2
+ "version" : " 1.2.0 " ,
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.1.12 " ,
4
+ "version" : " 1.2.0 " ,
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.1.12 " ,
4
+ "version" : " 1.2.0 " ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
7
7
" openapi" ,
50
50
"buffer" : " ^6.0.3" ,
51
51
"clsx" : " ^1.1.1" ,
52
52
"crypto-js" : " ^4.1.1" ,
53
- "docusaurus-plugin-openapi-docs" : " ^1.1.12 " ,
53
+ "docusaurus-plugin-openapi-docs" : " ^1.2.0 " ,
54
54
"immer" : " ^9.0.7" ,
55
55
"lodash" : " ^4.17.20" ,
56
56
"process" : " ^0.11.10" ,
You can’t perform that action at this time.
0 commit comments