File tree Expand file tree Collapse file tree 10 files changed +24
-15
lines changed
create-docusaurus-openapi
docusaurus-plugin-openapi
docusaurus-preset-openapi
docusaurus-template-openapi Expand file tree Collapse file tree 10 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.4 (Apr 1, 2024)
2+
3+ Bug Fixes for Docusaurus 3.2.0 upgrade ([ #283 ] ( https://github.com/cloud-annotations/docusaurus-openapi/pull/283 ) )
4+
5+ - ` addLeadingSlash ` and ` addTrailingSlash ` are now imported from ` @docusaurus/utils-common `
6+ - Omit ` showLastUpdateAuthor ` and ` showLastUpdateTime ` from PluginOptions
7+ - Updated ` toNav ` function to handle ` nav.menu ` items that now have a role of ` button ` instead of ` link `
8+ - Updated Docusaurus version to 3.2.0
9+
110## 0.7.3 (Jan 15, 2024)
211
312Enhancements and bug fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 0.7.3 " ,
3+ "version" : " 0.7.4 " ,
44 "private" : true ,
55 "scripts" : {
66 "docusaurus" : " docusaurus" ,
1717 "@docusaurus/core" : " ^3.2.0" ,
1818 "@svgr/webpack" : " ^5.5.0" ,
1919 "clsx" : " ^1.2.1" ,
20- "docusaurus-preset-openapi" : " ^0.7.3 " ,
20+ "docusaurus-preset-openapi" : " ^0.7.4 " ,
2121 "file-loader" : " ^6.2.0" ,
2222 "prism-react-renderer" : " ^2.1.0" ,
2323 "react" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.7.3 " ,
2+ "version" : " 0.7.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.7.3 " ,
3+ "version" : " 0.7.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.7.3 " ,
4+ "version" : " 0.7.4 " ,
55 "license" : " MIT" ,
66 "publishConfig" : {
77 "access" : " public"
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-plugin-proxy" ,
33 "description" : " A dev server proxy for Docusaurus." ,
4- "version" : " 0.7.3 " ,
4+ "version" : " 0.7.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.7.3 " ,
4+ "version" : " 0.7.4 " ,
55 "license" : " MIT" ,
66 "keywords" : [
77 " openapi" ,
3232 },
3333 "dependencies" : {
3434 "@docusaurus/preset-classic" : " ^3.2.0" ,
35- "docusaurus-plugin-openapi" : " ^0.7.3 " ,
36- "docusaurus-plugin-proxy" : " ^0.7.3 " ,
37- "docusaurus-theme-openapi" : " ^0.7.3 "
35+ "docusaurus-plugin-openapi" : " ^0.7.4 " ,
36+ "docusaurus-plugin-proxy" : " ^0.7.4 " ,
37+ "docusaurus-theme-openapi" : " ^0.7.4 "
3838 },
3939 "peerDependencies" : {
4040 "react" : " ^18.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-template-openapi" ,
3- "version" : " 0.7.3 " ,
3+ "version" : " 0.7.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.7.3 " ,
4+ "version" : " 0.7.4 " ,
55 "private" : true ,
66 "scripts" : {
77 "docusaurus" : " docusaurus" ,
1515 "write-heading-ids" : " docusaurus write-heading-ids"
1616 },
1717 "dependencies" : {
18- "@docusaurus/core" : " ^3.0 .0" ,
19- "docusaurus-preset-openapi" : " 0.7.3 " ,
18+ "@docusaurus/core" : " ^3.2 .0" ,
19+ "docusaurus-preset-openapi" : " 0.7.4 " ,
2020 "@mdx-js/react" : " ^3.0.0" ,
2121 "clsx" : " ^1.2.1" ,
2222 "prism-react-renderer" : " ^2.1.0" ,
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.7.3 " ,
4+ "version" : " 0.7.4 " ,
55 "license" : " MIT" ,
66 "publishConfig" : {
77 "access" : " public"
You can’t perform that action at this time.
0 commit comments