@scalar/api-reference-react 0.8.23 → 0.8.26
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 +32 -0
- package/dist/style.css +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.26
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.43.7**
|
|
10
|
+
- [#7751](https://github.com/scalar/scalar/pull/7751): fix: auth persistence
|
|
11
|
+
|
|
12
|
+
- **@scalar/types@0.5.8**
|
|
13
|
+
|
|
14
|
+
## 0.8.25
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
#### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- **@scalar/api-reference@1.43.6**
|
|
21
|
+
- [#7761](https://github.com/scalar/scalar/pull/7761): fix: update the hooks when the configuration changes
|
|
22
|
+
|
|
23
|
+
## 0.8.24
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
#### Updated Dependencies
|
|
28
|
+
|
|
29
|
+
- **@scalar/api-reference@1.43.5**
|
|
30
|
+
- [#7745](https://github.com/scalar/scalar/pull/7745): fix: add nested array support to references
|
|
31
|
+
- [#7752](https://github.com/scalar/scalar/pull/7752): Export Auth component
|
|
32
|
+
- [#7746](https://github.com/scalar/scalar/pull/7746): fix: allow trailing slashes in path
|
|
33
|
+
- [#7742](https://github.com/scalar/scalar/pull/7742): feat: export auth component + proxy fix
|
|
34
|
+
|
|
3
35
|
## 0.8.23
|
|
4
36
|
|
|
5
37
|
### Patch Changes
|