@scalar/api-reference 1.43.15 → 1.43.17
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 +43 -0
- package/dist/browser/standalone.js +4345 -4241
- 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 +81 -82
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/api-client@2.21.1**
|
|
10
|
+
- [#7925](https://github.com/scalar/scalar/pull/7925): fix: allow collapsing documents
|
|
11
|
+
- [#7926](https://github.com/scalar/scalar/pull/7926): Make V2 command palette extensible and improve types
|
|
12
|
+
|
|
13
|
+
- **@scalar/workspace-store@0.27.1**
|
|
14
|
+
- [#7926](https://github.com/scalar/scalar/pull/7926): Make V2 command palette extensible and improve types
|
|
15
|
+
|
|
16
|
+
- **@scalar/oas-utils@0.6.29**
|
|
17
|
+
|
|
18
|
+
- **@scalar/sidebar@0.7.22**
|
|
19
|
+
|
|
20
|
+
- **@scalar/components@0.16.32**
|
|
21
|
+
|
|
22
|
+
## 1.43.16
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- [#7901](https://github.com/scalar/scalar/pull/7901): fix(api-reference): don't flex schema enum label
|
|
27
|
+
|
|
28
|
+
#### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- **@scalar/workspace-store@0.27.0**
|
|
31
|
+
- [#7906](https://github.com/scalar/scalar/pull/7906): feat: remove parsing from codeinput and move to getExample
|
|
32
|
+
- [#7905](https://github.com/scalar/scalar/pull/7905): feat: support loading files on the store
|
|
33
|
+
|
|
34
|
+
- **@scalar/api-client@2.21.0**
|
|
35
|
+
- [#7906](https://github.com/scalar/scalar/pull/7906): feat: remove parsing from codeinput and move to getExample
|
|
36
|
+
- [#7897](https://github.com/scalar/scalar/pull/7897): feat: cancel request and stop streaming responses
|
|
37
|
+
|
|
38
|
+
- **@scalar/oas-utils@0.6.28**
|
|
39
|
+
|
|
40
|
+
- **@scalar/sidebar@0.7.21**
|
|
41
|
+
|
|
42
|
+
- **@scalar/openapi-parser@0.24.5**
|
|
43
|
+
|
|
44
|
+
- **@scalar/components@0.16.31**
|
|
45
|
+
|
|
3
46
|
## 1.43.15
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|