@scalar/api-reference-react 0.8.62 → 0.8.64

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,34 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.8.64
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.44.27**
10
+ - [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api
11
+ - [#8260](https://github.com/scalar/scalar/pull/8260): feat: update developer tools
12
+
13
+ - **@scalar/types@0.6.8**
14
+ - [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api
15
+
16
+ ## 0.8.63
17
+
18
+ ### Patch Changes
19
+
20
+ #### Updated Dependencies
21
+
22
+ - **@scalar/api-reference@1.44.26**
23
+ - [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
24
+ - [#8248](https://github.com/scalar/scalar/pull/8248): feat: slugs for headings with nested content
25
+ - [#8248](https://github.com/scalar/scalar/pull/8248): chore: correctly display header in classic layout
26
+ - [#8248](https://github.com/scalar/scalar/pull/8248): feat: always show the schema type
27
+ - [#8248](https://github.com/scalar/scalar/pull/8248): feat: nest description headings in the sidebar
28
+ - [#8248](https://github.com/scalar/scalar/pull/8248): feat: add option to open first tag by default
29
+
30
+ - **@scalar/types@0.6.7**
31
+
3
32
  ## 0.8.62
4
33
 
5
34
  ### Patch Changes