File tree Expand file tree Collapse file tree 9 files changed +30
-12
lines changed
create-docusaurus-openapi
docusaurus-plugin-openapi
docusaurus-preset-openapi
docusaurus-template-openapi Expand file tree Collapse file tree 9 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.4 (Mar 15, 2023)
2+
3+ High level enhancements
4+
5+ - Fixes and enhancements for array query param handling ([ #241 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/241 ) )
6+ - Respect the ` maxItems ` property for array query params
7+ - Add compatibility for ` style ` and ` explode ` properties when rendering array query params
8+ - Fix infinite render loop on pages using array query params
9+
10+ Other enhancements and bug fixes
11+
12+ - Convert some relative imports in theme package ([ #237 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/237 ) )
13+ - Ensure path-level parameters are passed to the theme ([ #235 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/235 ) )
14+ - Hide required labels on response schemas ([ #230 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/230 ) )
15+ - Fix invalid ignore pattern for underscore files ([ #233 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/233 ) )
16+ - Add existing site install instructions ([ #229 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/229 ) )
17+ - Docs: update template version ([ #225 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/225 ) )
18+
119## 0.6.3 (Nov 7, 2022)
220
321High level enhancements
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.6.4 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
1818 "@mdx-js/react" : " ^1.6.22" ,
1919 "@svgr/webpack" : " ^5.5.0" ,
2020 "clsx" : " ^1.1.1" ,
21- "docusaurus-preset-openapi" : " ^0.6.3 " ,
21+ "docusaurus-preset-openapi" : " ^0.6.4 " ,
2222 "file-loader" : " ^6.2.0" ,
2323 "prism-react-renderer" : " ^1.2.1" ,
2424 "react" : " ^17.0.2" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.6.3 " ,
2+ "version" : " 0.6.4 " ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " create-docusaurus-openapi" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.6.4 " ,
44 "description" : " Create Docusaurus apps easily." ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-plugin-openapi" ,
33 "description" : " OpenAPI plugin for Docusaurus." ,
4- "version" : " 0.6.3 " ,
4+ "version" : " 0.6.4 " ,
55 "license" : " MIT" ,
66 "publishConfig" : {
77 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-preset-openapi" ,
33 "description" : " OpenAPI preset for Docusaurus." ,
4- "version" : " 0.6.3 " ,
4+ "version" : " 0.6.4 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
3232 },
3333 "dependencies" : {
3434 "@docusaurus/preset-classic" : " ^2.0.0" ,
35- "docusaurus-plugin-openapi" : " ^0.6.3 " ,
35+ "docusaurus-plugin-openapi" : " ^0.6.4 " ,
3636 "docusaurus-plugin-proxy" : " ^0.6.3" ,
37- "docusaurus-theme-openapi" : " ^0.6.3 "
37+ "docusaurus-theme-openapi" : " ^0.6.4 "
3838 },
3939 "peerDependencies" : {
4040 "react" : " ^16.8.4 || ^17.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-template-openapi" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.6.4 " ,
44 "keywords" : [
55 " react" ,
66 " create-docusaurus" ,
Original file line number Diff line number Diff line change 11{
22 "package" : {
33 "name" : " demo" ,
4- "version" : " 0.6.3 " ,
4+ "version" : " 0.6.4 " ,
55 "private" : true ,
66 "scripts" : {
77 "docusaurus" : " docusaurus" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-theme-openapi" ,
33 "description" : " OpenAPI theme for Docusaurus." ,
4- "version" : " 0.6.3 " ,
4+ "version" : " 0.6.4 " ,
55 "license" : " MIT" ,
66 "publishConfig" : {
77 "access" : " public"
4343 "buffer" : " ^6.0.3" ,
4444 "clsx" : " ^1.1.1" ,
4545 "crypto-js" : " ^4.1.1" ,
46- "docusaurus-plugin-openapi" : " ^0.6.3 " ,
46+ "docusaurus-plugin-openapi" : " ^0.6.4 " ,
4747 "immer" : " ^9.0.7" ,
4848 "lodash" : " ^4.17.20" ,
4949 "monaco-editor" : " ^0.31.1" ,
You can’t perform that action at this time.
0 commit comments