@scalar/api-reference-react 0.8.62 → 0.8.63
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 +16 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.63
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.44.26**
|
|
10
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
11
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: slugs for headings with nested content
|
|
12
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: correctly display header in classic layout
|
|
13
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: always show the schema type
|
|
14
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: nest description headings in the sidebar
|
|
15
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: add option to open first tag by default
|
|
16
|
+
|
|
17
|
+
- **@scalar/types@0.6.7**
|
|
18
|
+
|
|
3
19
|
## 0.8.62
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|