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+ ## 1.1.9 (Aug 30, 2022)
2+
3+ High level enhancements
4+
5+ - Introduced PWA support to demo/doc site.
6+ - Improvements to how request/response schemas used to create examples.
7+
8+ Other enhancements and bug fixes
9+
10+ - [ Bug] Ignore additional props in mergeAllOf ([ #228 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/228 ) )
11+ - [ Bug] Various fixes to how request and response schemas are handled ([ #224 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/224 ) )
12+ - [ Experimental] Introduce PWA support ([ #216 ] ( https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/216 ) )
13+
114## 1.1.8 (Aug 17, 2022)
215
316High level enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 1.1.8 " ,
3+ "version" : " 1.1.9 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
2626 "@docusaurus/preset-classic" : " 2.0.1" ,
2727 "@mdx-js/react" : " ^1.6.22" ,
2828 "clsx" : " ^1.1.1" ,
29- "docusaurus-plugin-openapi-docs" : " ^1.1.8 " ,
30- "docusaurus-theme-openapi-docs" : " ^1.1.8 " ,
29+ "docusaurus-plugin-openapi-docs" : " ^1.1.9 " ,
30+ "docusaurus-theme-openapi-docs" : " ^1.1.9 " ,
3131 "prism-react-renderer" : " ^1.3.1" ,
3232 "react" : " ^17.0.2" ,
3333 "react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.8 " ,
2+ "version" : " 1.1.9 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
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" : " 1.1.8 " ,
4+ "version" : " 1.1.9 " ,
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" : " 1.1.8 " ,
4+ "version" : " 1.1.9 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
5050 "buffer" : " ^6.0.3" ,
5151 "clsx" : " ^1.1.1" ,
5252 "crypto-js" : " ^4.1.1" ,
53- "docusaurus-plugin-openapi-docs" : " ^1.1.8 " ,
53+ "docusaurus-plugin-openapi-docs" : " ^1.1.9 " ,
5454 "immer" : " ^9.0.7" ,
5555 "lodash" : " ^4.17.20" ,
5656 "process" : " ^0.11.10" ,
You can’t perform that action at this time.
0 commit comments