@scalar/api-reference-react 0.8.36 → 0.8.38
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 +24 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.38
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.44.1**
|
|
10
|
+
- [#7961](https://github.com/scalar/scalar/pull/7961): fix(agent): make agent ui responsive
|
|
11
|
+
- [#7967](https://github.com/scalar/scalar/pull/7967): fix(agent): remove ui jump on uploading document
|
|
12
|
+
|
|
13
|
+
## 0.8.37
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
#### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- **@scalar/api-reference@1.44.0**
|
|
20
|
+
- [#7959](https://github.com/scalar/scalar/pull/7959): feat(agent): add agent scalar to localhost
|
|
21
|
+
- [#7932](https://github.com/scalar/scalar/pull/7932): feat: use getExample in the references responses
|
|
22
|
+
- [#7931](https://github.com/scalar/scalar/pull/7931): fix(api-reference): account for custom header and sidebar
|
|
23
|
+
|
|
24
|
+
- **@scalar/types@0.6.0**
|
|
25
|
+
- [#7959](https://github.com/scalar/scalar/pull/7959): feat(agent): add agent scalar to localhost
|
|
26
|
+
|
|
3
27
|
## 0.8.36
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|