@scalar/api-reference-react 0.8.70 → 0.9.1
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 +28 -0
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.48.0**
|
|
10
|
+
- [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
|
|
11
|
+
|
|
12
|
+
## 0.9.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
#### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- **@scalar/api-reference@1.47.0**
|
|
23
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): fix: delay when clicking "show more" button
|
|
24
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): refactor(api-reference): update AgentScalarDrawer
|
|
25
|
+
- [#8340](https://github.com/scalar/scalar/pull/8340): chore: enable perf logs only for dev environment
|
|
26
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
27
|
+
|
|
28
|
+
- **@scalar/types@0.7.0**
|
|
29
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
30
|
+
|
|
3
31
|
## 0.8.70
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|