@scalar/api-reference-react 0.8.22 → 0.8.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.43.5**
|
|
10
|
+
- [#7745](https://github.com/scalar/scalar/pull/7745): fix: add nested array support to references
|
|
11
|
+
- [#7752](https://github.com/scalar/scalar/pull/7752): Export Auth component
|
|
12
|
+
- [#7746](https://github.com/scalar/scalar/pull/7746): fix: allow trailing slashes in path
|
|
13
|
+
- [#7742](https://github.com/scalar/scalar/pull/7742): feat: export auth component + proxy fix
|
|
14
|
+
|
|
15
|
+
## 0.8.23
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
#### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- **@scalar/api-reference@1.43.4**
|
|
22
|
+
- [#7678](https://github.com/scalar/scalar/pull/7678): chore: add test for tagSorter
|
|
23
|
+
- [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
|
|
24
|
+
- [#7730](https://github.com/scalar/scalar/pull/7730): fix: ensure path params work on the client
|
|
25
|
+
|
|
26
|
+
- **@scalar/types@0.5.7**
|
|
27
|
+
|
|
3
28
|
## 0.8.22
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|