Skip to content

Commit d7c1319

Browse files
authored
Prepare release v2.0.0-beta.4 (#629)
* prepare release v2.0.0-beta.4 * update changelog * update changelog
1 parent 2618071 commit d7c1319

File tree

6 files changed

+25
-8
lines changed

6 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.0.0-beta.4 (Sep 29, 2023)
2+
3+
High level enhancements
4+
5+
- Expand capacity for building large sites by compressing frontmatter api property.
6+
7+
Other enhancements and bug fixes
8+
9+
- Fix `makeRequest()` for `formdata` request type ([#625](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/625))
10+
- [UI] Cleanup schema item and explorer panel caret alignment ([#624](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/624))
11+
- revert v2.0.0 schema styles
12+
- Add support for anyOf properties and apply DRY to createSchema ([#582](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/582))
13+
- Adds compression support to frontmatter api prop ([#606](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/606))
14+
- Unify tabs naming ([#612](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/612))
15+
- [Enhancement] Introduce new theme component names: ApiExplorer, CodeSnippets ([#577](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/577))
16+
- Use SchemaItem to render leaf discriminator properties/nodes ([#573](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/573))
17+
118
## 2.0.0-beta.3 (May 5, 2023)
219

320
High level enhancements

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0-beta.4",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",
@@ -26,8 +26,8 @@
2626
"@docusaurus/preset-classic": "2.4.0",
2727
"@mdx-js/react": "^1.6.22",
2828
"clsx": "^1.1.1",
29-
"docusaurus-plugin-openapi-docs": "^2.0.0-beta.3",
30-
"docusaurus-theme-openapi-docs": "^2.0.0-beta.3",
29+
"docusaurus-plugin-openapi-docs": "^2.0.0-beta.4",
30+
"docusaurus-theme-openapi-docs": "^2.0.0-beta.4",
3131
"prism-react-renderer": "^1.3.1",
3232
"react": "^17.0.2",
3333
"react-dom": "^17.0.2"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-beta.3",
2+
"version": "2.0.0-beta.4",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/docusaurus-plugin-openapi-docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `docusaurus-plugin-openapi-docs` package extends the Docusaurus CLI with com
2222

2323
Key Features:
2424

25-
- **Compatible:** Works with Swagger 2.0 and OpenAPI 3.x.
25+
- **Compatible:** Works with Swagger 2.0 and OpenAPI 3.0.
2626
- **Fast:** Convert large OpenAPI specs into MDX docs in seconds. 🔥
2727
- **Stylish:** Based on the same [Infima styling framework](https://infima.dev/) that powers the Docusaurus UI.
2828
- **Capable:** Supports single, multi and _even micro_ OpenAPI specs.

packages/docusaurus-plugin-openapi-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-plugin-openapi-docs",
33
"description": "OpenAPI plugin for Docusaurus.",
4-
"version": "2.0.0-beta.3",
4+
"version": "2.0.0-beta.4",
55
"license": "MIT",
66
"keywords": [
77
"openapi",

packages/docusaurus-theme-openapi-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docusaurus-theme-openapi-docs",
33
"description": "OpenAPI theme for Docusaurus.",
4-
"version": "2.0.0-beta.3",
4+
"version": "2.0.0-beta.4",
55
"license": "MIT",
66
"keywords": [
77
"openapi",
@@ -44,7 +44,7 @@
4444
"clsx": "^1.1.1",
4545
"copy-text-to-clipboard": "^3.1.0",
4646
"crypto-js": "^4.1.1",
47-
"docusaurus-plugin-openapi-docs": "^2.0.0-beta.3",
47+
"docusaurus-plugin-openapi-docs": "^2.0.0-beta.4",
4848
"docusaurus-plugin-sass": "^0.2.3",
4949
"file-saver": "^2.0.5",
5050
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)