@scalar/api-reference-react 0.8.15 → 0.8.17

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