@scalar/api-reference 1.43.15 → 1.43.16
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 +24 -0
- package/dist/browser/standalone.js +4344 -4240
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.js +1 -1
- package/dist/style.css +65 -66
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7901](https://github.com/scalar/scalar/pull/7901): fix(api-reference): don't flex schema enum label
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/workspace-store@0.27.0**
|
|
12
|
+
- [#7906](https://github.com/scalar/scalar/pull/7906): feat: remove parsing from codeinput and move to getExample
|
|
13
|
+
- [#7905](https://github.com/scalar/scalar/pull/7905): feat: support loading files on the store
|
|
14
|
+
|
|
15
|
+
- **@scalar/api-client@2.21.0**
|
|
16
|
+
- [#7906](https://github.com/scalar/scalar/pull/7906): feat: remove parsing from codeinput and move to getExample
|
|
17
|
+
- [#7897](https://github.com/scalar/scalar/pull/7897): feat: cancel request and stop streaming responses
|
|
18
|
+
|
|
19
|
+
- **@scalar/oas-utils@0.6.28**
|
|
20
|
+
|
|
21
|
+
- **@scalar/sidebar@0.7.21**
|
|
22
|
+
|
|
23
|
+
- **@scalar/openapi-parser@0.24.5**
|
|
24
|
+
|
|
25
|
+
- **@scalar/components@0.16.31**
|
|
26
|
+
|
|
3
27
|
## 1.43.15
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|