@scalar/api-reference-react 0.9.8 → 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 CHANGED
@@ -1,5 +1,28 @@
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
+
15
+ ## 0.9.9
16
+
17
+ ### Patch Changes
18
+
19
+ #### Updated Dependencies
20
+
21
+ - **@scalar/api-reference@1.48.8**
22
+ - [#8425](https://github.com/scalar/scalar/pull/8425): fix auth default OAuth scope fallback
23
+ - [#8416](https://github.com/scalar/scalar/pull/8416): fix: direct css import breaks build in react, vitepress and others
24
+ - [#8417](https://github.com/scalar/scalar/pull/8417): fix: document not defined in SSR environments
25
+
3
26
  ## 0.9.8
4
27
 
5
28
  ### Patch Changes