@scalar/api-reference-react 0.8.49 → 0.8.51
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 +18 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.51
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.44.14**
|
|
10
|
+
- [#8025](https://github.com/scalar/scalar/pull/8025): fix: use flex-start instead of start for better browser support
|
|
11
|
+
- [#8056](https://github.com/scalar/scalar/pull/8056): fix: hideModels not applying correctly
|
|
12
|
+
|
|
13
|
+
## 0.8.50
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
#### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- **@scalar/api-reference@1.44.13**
|
|
20
|
+
|
|
3
21
|
## 0.8.49
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|