@scalar/api-reference 1.43.12 → 1.43.14
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 +49 -0
- package/dist/browser/standalone.js +12657 -12477
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -2
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +3 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +1 -4
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +1 -4
- package/dist/style.css +107 -95
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,54 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.43.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/workspace-store@0.26.1**
|
|
10
|
+
- [#7888](https://github.com/scalar/scalar/pull/7888): fix: more robust parameter upsert and deletion
|
|
11
|
+
|
|
12
|
+
- **@scalar/api-client@2.20.1**
|
|
13
|
+
- [#7888](https://github.com/scalar/scalar/pull/7888): fix: more robust parameter upsert and deletion
|
|
14
|
+
- [#7889](https://github.com/scalar/scalar/pull/7889): fix: only attach the body to methods that allow
|
|
15
|
+
|
|
16
|
+
- **@scalar/oas-utils@0.6.26**
|
|
17
|
+
|
|
18
|
+
- **@scalar/sidebar@0.7.19**
|
|
19
|
+
|
|
20
|
+
- **@scalar/components@0.16.29**
|
|
21
|
+
|
|
22
|
+
## 1.43.13
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
#### Updated Dependencies
|
|
27
|
+
|
|
28
|
+
- **@scalar/api-client@2.20.0**
|
|
29
|
+
- [#7886](https://github.com/scalar/scalar/pull/7886): fix: cancel request when navigating away from operation page
|
|
30
|
+
- [#7866](https://github.com/scalar/scalar/pull/7866): feat: save, revert and history support
|
|
31
|
+
- [#7884](https://github.com/scalar/scalar/pull/7884): fix: sync state when rebuilding sidebar
|
|
32
|
+
|
|
33
|
+
- **@scalar/sidebar@0.7.18**
|
|
34
|
+
- [#7866](https://github.com/scalar/scalar/pull/7866): feat: support custom icon per entry
|
|
35
|
+
|
|
36
|
+
- **@scalar/workspace-store@0.26.0**
|
|
37
|
+
- [#7866](https://github.com/scalar/scalar/pull/7866): feat: history per operation support
|
|
38
|
+
- [#7886](https://github.com/scalar/scalar/pull/7886): fix: unpack proxy when we pop history items
|
|
39
|
+
|
|
40
|
+
- **@scalar/snippetz@0.6.7**
|
|
41
|
+
- [#7866](https://github.com/scalar/scalar/pull/7866): chore: expose har types
|
|
42
|
+
|
|
43
|
+
- **@scalar/types@0.5.9**
|
|
44
|
+
- [#7866](https://github.com/scalar/scalar/pull/7866): chore: expose har types
|
|
45
|
+
|
|
46
|
+
- **@scalar/oas-utils@0.6.25**
|
|
47
|
+
|
|
48
|
+
- **@scalar/openapi-parser@0.24.3**
|
|
49
|
+
|
|
50
|
+
- **@scalar/components@0.16.28**
|
|
51
|
+
|
|
3
52
|
## 1.43.12
|
|
4
53
|
|
|
5
54
|
### Patch Changes
|