|
| 1 | +## 5.0.1 (2026-04-14) |
| 2 | + |
| 3 | +Patch release with a new scaffolding CLI, performance improvements, compatibility fixes for Docusaurus 3.10.0 strict admonition syntax, and a security fix for axios CVEs. |
| 4 | + |
| 5 | +#### :rocket: New Feature |
| 6 | + |
| 7 | +- feat: add create-docusaurus-openapi-docs CLI package ([#1413](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1413)) |
| 8 | + |
| 9 | +#### :bug: Bug Fix |
| 10 | + |
| 11 | +- Fix deprecation notice for Docusaurus 3.10.0 strict admonition syntax ([#1423](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1423)) |
| 12 | +- fix: rename experimental_faster to faster, remove --ignore from canary ([#1415](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1415)) |
| 13 | +- fix: update axios resolution to ^1.15.0 to address critical CVEs |
| 14 | + |
| 15 | +#### :running_woman: Performance |
| 16 | + |
| 17 | +- perf: use Clipboard API ([#1416](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1416)) |
| 18 | + |
| 19 | +#### :robot: Dependencies |
| 20 | + |
| 21 | +- chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 ([#1424](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1424)) |
| 22 | +- chore(deps): bump unist-util-visit from 5.0.0 to 5.1.0 ([#1422](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1422)) |
| 23 | +- chore(deps): bump commander from 12.1.0 to 14.0.3 ([#1421](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1421)) |
| 24 | +- chore(deps): bump react-hook-form from 7.72.0 to 7.72.1 ([#1409](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1409)) |
| 25 | + |
| 26 | +#### :wrench: Maintenance |
| 27 | + |
| 28 | +- chore(deps-dev): bump @typescript-eslint/eslint-plugin ([#1419](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1419)) |
| 29 | +- chore(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.6.0 ([#1420](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1420)) |
| 30 | +- chore(deps-dev): bump nodemon from 2.0.22 to 3.1.14 ([#1408](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1408)) |
| 31 | +- chore(deps-dev): bump @types/lodash from 4.17.23 to 4.17.24 ([#1406](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1406)) |
| 32 | +- chore(deps-dev): bump lint-staged from 11.2.6 to 16.4.0 ([#1411](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1411)) |
| 33 | +- chore(deps-dev): bump eslint-plugin-testing-library from 6.5.0 to 7.16.2 ([#1410](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1410)) |
| 34 | + |
| 35 | +#### Committers: 4 |
| 36 | + |
| 37 | +- dependabot[bot] |
| 38 | +- Florian Lefebvre |
| 39 | +- Ollie Monk |
| 40 | +- Steven Serrata |
| 41 | + |
1 | 42 | ## 5.0.0 (2026-04-08) |
2 | 43 |
|
3 | 44 | **Breaking Change:** Minimum Docusaurus version is now `3.10.0`. Users on Docusaurus 3.5–3.9 must upgrade before updating to this release. |
|
0 commit comments