@scalar/api-reference-react 0.9.9 → 0.9.10
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 +12 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.9.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.49.0**
|
|
10
|
+
- [#8443](https://github.com/scalar/scalar/pull/8443): fix hash-prefixed basePath routing
|
|
11
|
+
- [#8467](https://github.com/scalar/scalar/pull/8467): feat(api-reference): improve Ask AI button consistency and a11y
|
|
12
|
+
- [#8409](https://github.com/scalar/scalar/pull/8409): feat: lazy rendering
|
|
13
|
+
- [#8442](https://github.com/scalar/scalar/pull/8442): fix object schema descriptions in parameter rendering
|
|
14
|
+
|
|
3
15
|
## 0.9.9
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|