You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
+
## 0.7.0 (Dec 13, 2023)
2
+
3
+
High-level enhancements
4
+
5
+
- Docusaurus v3 support ([#266](https://github.com/cloud-annotations/docusaurus-openapi/pull/266))
6
+
- Allow pressing enter to perform the 'Execute' action ([#255](https://github.com/cloud-annotations/docusaurus-openapi/pull/255))
7
+
- Render examples in a `<code>` block ([#256](https://github.com/cloud-annotations/docusaurus-openapi/pull/256))
8
+
9
+
Other enhancements and bug fixes
10
+
11
+
- Wrap code examples tabs in narrow browser windows ([#250](https://github.com/cloud-annotations/docusaurus-openapi/pull/250))
12
+
- Add border to form inputs when using light theme ([#252](https://github.com/cloud-annotations/docusaurus-openapi/pull/252))
13
+
- Fix: Page crash on half surrogate pair ([#261](https://github.com/cloud-annotations/docusaurus-openapi/pull/261))
14
+
1
15
## 0.6.4 (Mar 15, 2023)
2
16
3
-
Highlevel enhancements
17
+
High-level enhancements
4
18
5
19
- Fixes and enhancements for array query param handling ([#241](https://github.com/cloud-annotations/docusaurus-openapi/pull/241))
6
20
- Respect the `maxItems` property for array query params
@@ -18,7 +32,7 @@ Other enhancements and bug fixes
18
32
19
33
## 0.6.3 (Nov 7, 2022)
20
34
21
-
Highlevel enhancements
35
+
High-level enhancements
22
36
23
37
- Compatibility with Docusaurus 2.2.0 ([#223](https://github.com/cloud-annotations/docusaurus-openapi/pull/223))
24
38
- Support for loading custom Markdown Files: ([#193](https://github.com/cloud-annotations/docusaurus-openapi/pull/193))
@@ -30,7 +44,7 @@ Other enhancements and bug fixes
30
44
31
45
## 0.6.2 (Aug 11, 2022)
32
46
33
-
Highlevel enhancements
47
+
High-level enhancements
34
48
35
49
- Authorize with api keys in header
36
50
@@ -54,7 +68,7 @@ Other enhancements and bug fixes
54
68
55
69
## 0.6.0 (Jun 23, 2022)
56
70
57
-
Highlevel enhancements
71
+
High-level enhancements
58
72
59
73
- Compatibility with Docusaurus 2.0.0-beta.21
60
74
@@ -68,7 +82,7 @@ Other enhancements and bug fixes
68
82
69
83
## 0.5.0 (Jan 9, 2022)
70
84
71
-
Highlevel enhancements
85
+
High-level enhancements
72
86
73
87
- All theme components are now TypeScript 🎉
74
88
@@ -97,7 +111,7 @@ Enhancements and bug fixes
97
111
98
112
## 0.4.0 (Dec 23, 2021)
99
113
100
-
Highlevel enhancements
114
+
High-level enhancements
101
115
102
116
- Docusaurus beta.14 support
103
117
@@ -156,7 +170,7 @@ Other enhancements and bug fixes
156
170
157
171
## 0.3.1 (Dec 21, 2021)
158
172
159
-
Highlevel enhancements
173
+
High-level enhancements
160
174
161
175
- Added support for more schema qualifiers:
162
176
@@ -203,7 +217,7 @@ Other enhancements and bug fixes
203
217
204
218
## 0.3.0 (Dec 16, 2021)
205
219
206
-
Highlevel enhancements
220
+
High-level enhancements
207
221
208
222
- Docusaurus beta.13 support (Thanks @Josh-Cena!)
209
223
@@ -281,7 +295,7 @@ Fix broken package
281
295
282
296
## 0.2.1 (Dec 5, 2021)
283
297
284
-
Highlevel enhancements
298
+
High-level enhancements
285
299
286
300
- The demo panel now allows you to choose the security scheme from a dropdown that is populated by the OpenAPI definition (only showing the dropdown if more than one is listed)
287
301
- Adds support for using multiple auth modes simultaneously (Eg: `(BearerAuth) OR (ApiKeyAuth AND BasicAuth)`)
0 commit comments