@scalar/api-reference-react 0.9.3 → 0.9.6
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 +33 -0
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @scalar/api-reference-react
|
|
2
2
|
|
|
3
|
+
## 0.9.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-reference@1.48.5**
|
|
10
|
+
- [#8406](https://github.com/scalar/scalar/pull/8406): feat: x-order
|
|
11
|
+
- [#8097](https://github.com/scalar/scalar/pull/8097): fix: lazy load compositions
|
|
12
|
+
- [#8380](https://github.com/scalar/scalar/pull/8380): feat(api-reference): render `<a>` HTML tag for `documentDownloadType: direct`
|
|
13
|
+
|
|
14
|
+
## 0.9.5
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
#### Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- **@scalar/api-reference@1.48.4**
|
|
21
|
+
|
|
22
|
+
## 0.9.4
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
#### Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- **@scalar/api-reference@1.48.3**
|
|
29
|
+
- [#8257](https://github.com/scalar/scalar/pull/8257): fix: display the referenced name
|
|
30
|
+
- [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
|
|
31
|
+
- [#8385](https://github.com/scalar/scalar/pull/8385): fix: relative / invalid URLs being passed to open MCP registration flow
|
|
32
|
+
- [#8391](https://github.com/scalar/scalar/pull/8391): Create instant MCP in the dashboard in localhost
|
|
33
|
+
|
|
34
|
+
- **@scalar/types@0.7.2**
|
|
35
|
+
|
|
3
36
|
## 0.9.3
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|