@scalar/api-reference-react 0.8.14 → 0.8.16

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,24 @@
1
1
  # @scalar/api-reference-react
2
2
 
3
+ ## 0.8.16
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/api-reference@1.41.0**
10
+ - [#7633](https://github.com/scalar/scalar/pull/7633): feat(api-reference): support rendering custom components for paths
11
+ - [#7583](https://github.com/scalar/scalar/pull/7583): feat: show empty schema message for object with no properties
12
+ - [#7597](https://github.com/scalar/scalar/pull/7597): fix: show more button appears even if tags don't have any children
13
+
14
+ ## 0.8.15
15
+
16
+ ### Patch Changes
17
+
18
+ #### Updated Dependencies
19
+
20
+ - **@scalar/api-reference@1.40.9**
21
+
3
22
  ## 0.8.14
4
23
 
5
24
  ### Patch Changes