@scalar/api-reference-react 0.8.11 → 0.8.15
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 +39 -0
- package/dist/style.css +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.8.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.40.9**
|
|
10
|
+
|
|
11
|
+
## 0.8.14
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
#### Updated Dependencies
|
|
16
|
+
|
|
17
|
+
- **@scalar/api-reference@1.40.8**
|
|
18
|
+
- [#7577](https://github.com/scalar/scalar/pull/7577): fix(api-reference): add padding to card intro in callbacks
|
|
19
|
+
- [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
|
|
20
|
+
|
|
21
|
+
- **@scalar/types@0.5.4**
|
|
22
|
+
- [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
|
|
23
|
+
|
|
24
|
+
## 0.8.13
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
#### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- **@scalar/api-reference@1.40.7**
|
|
31
|
+
- [#7575](https://github.com/scalar/scalar/pull/7575): feat: add support for object examples + hide body when empty
|
|
32
|
+
- [#7550](https://github.com/scalar/scalar/pull/7550): Fix content width in mobile layout
|
|
33
|
+
|
|
34
|
+
## 0.8.12
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [[`bb52d9a`](https://github.com/scalar/scalar/commit/bb52d9a21e53628270bab93c0f03b5731c9c97c6)]:
|
|
39
|
+
- @scalar/types@0.5.3
|
|
40
|
+
- @scalar/api-reference@1.40.6
|
|
41
|
+
|
|
3
42
|
## 0.8.11
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|