@scalar/api-reference-react 0.8.63 → 0.8.66
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 +34 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.66
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.46.0**
|
|
10
|
+
- [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
|
|
11
|
+
- [#8283](https://github.com/scalar/scalar/pull/8283): fix: scrollToLazy can not find id when the browser is busy
|
|
12
|
+
|
|
13
|
+
## 0.8.65
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
#### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- **@scalar/api-reference@1.45.0**
|
|
20
|
+
- [#8255](https://github.com/scalar/scalar/pull/8255): fix: correctly handle circular references when deep resolving references
|
|
21
|
+
- [#8279](https://github.com/scalar/scalar/pull/8279): fix(api-references): css collision on ask ai input
|
|
22
|
+
- [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers
|
|
23
|
+
|
|
24
|
+
## 0.8.64
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
#### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- **@scalar/api-reference@1.44.27**
|
|
31
|
+
- [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api
|
|
32
|
+
- [#8260](https://github.com/scalar/scalar/pull/8260): feat: update developer tools
|
|
33
|
+
|
|
34
|
+
- **@scalar/types@0.6.8**
|
|
35
|
+
- [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api
|
|
36
|
+
|
|
3
37
|
## 0.8.63
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|