Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 4.3.6 (Mar 7, 2025)

High level enhancements

- downloadUrl option is now available to all API entities, previously only "info" pages ([#1094](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1094))

Other enhancements and bug fixes

- Remove URL plugin and fallback from webpack config ([#1098](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1098))
- Don't double encode application/json requestBody examples ([#1100](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1100))
- Return fragment for empty discriminator tab children ([#1099](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1099))
- Check for body content length ([#1091](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1091))

## 4.3.5 (Feb 20, 2025)

High level enhancements
Expand Down
6 changes: 3 additions & 3 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "4.3.5",
"version": "4.3.6",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -26,8 +26,8 @@
"@docusaurus/plugin-google-gtag": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"clsx": "^1.1.1",
"docusaurus-plugin-openapi-docs": "^4.3.5",
"docusaurus-theme-openapi-docs": "^4.3.5",
"docusaurus-plugin-openapi-docs": "^4.3.6",
"docusaurus-theme-openapi-docs": "^4.3.6",
"prism-react-renderer": "^2.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.5",
"version": "4.3.6",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-openapi-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-plugin-openapi-docs",
"description": "OpenAPI plugin for Docusaurus.",
"version": "4.3.5",
"version": "4.3.6",
"license": "MIT",
"keywords": [
"openapi",
Expand Down
6 changes: 3 additions & 3 deletions packages/docusaurus-theme-openapi-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docusaurus-theme-openapi-docs",
"description": "OpenAPI theme for Docusaurus.",
"version": "4.3.5",
"version": "4.3.6",
"license": "MIT",
"keywords": [
"openapi",
Expand All @@ -28,15 +28,15 @@
"watch": "concurrently --names \"lib,lib-next,tsc\" --kill-others \"yarn babel:lib --watch\" \"yarn babel:lib-next --watch\" \"yarn tsc --watch\""
},
"devDependencies": {
"@docusaurus/theme-common": "^3.5.0",
"@docusaurus/theme-classic": "^3.5.0",
"@docusaurus/theme-common": "^3.5.0",
"@docusaurus/types": "^3.5.0",
"@types/crypto-js": "^4.1.0",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.176",
"@types/pako": "^2.0.3",
"concurrently": "^5.2.0",
"docusaurus-plugin-openapi-docs": "^4.3.5",
"docusaurus-plugin-openapi-docs": "^4.3.6",
"docusaurus-plugin-sass": "^0.2.3",
"eslint-plugin-prettier": "^5.0.1"
},
Expand Down