@scalar/api-client 2.29.1 → 2.29.3
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 +66 -0
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +134 -135
- package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +117 -110
- package/dist/v2/features/app/app-state.d.ts +4 -2
- package/dist/v2/features/app/app-state.d.ts.map +1 -1
- package/dist/v2/features/app/app-state.js +117 -109
- package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Authentication.vue.js +2 -2
- package/dist/v2/features/collection/components/Authentication.vue2.js +20 -16
- package/dist/v2/features/collection/components/Settings.vue.d.ts.map +1 -1
- package/dist/v2/features/collection/components/Settings.vue.js +18 -14
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.js +19 -15
- package/dist/v2/helpers/get-active-proxy-url.d.ts +18 -0
- package/dist/v2/helpers/get-active-proxy-url.d.ts.map +1 -0
- package/dist/v2/helpers/get-active-proxy-url.js +5 -0
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,71 @@
|
|
|
1
1
|
# @scalar/api-client
|
|
2
2
|
|
|
3
|
+
## 2.29.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: selecting multiply security schemes doesn't render Markdown in descriptions
|
|
8
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
|
|
9
|
+
|
|
10
|
+
#### Updated Dependencies
|
|
11
|
+
|
|
12
|
+
- **@scalar/workspace-store@0.34.3**
|
|
13
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
14
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: nest description headings in the sidebar
|
|
15
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts
|
|
16
|
+
|
|
17
|
+
- **@scalar/oas-utils@0.6.47**
|
|
18
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
19
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
|
|
20
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts
|
|
21
|
+
|
|
22
|
+
- **@scalar/helpers@0.2.16**
|
|
23
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
24
|
+
|
|
25
|
+
- **@scalar/components@0.19.9**
|
|
26
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: slugs for headings with nested content
|
|
27
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: add optional chevron click handler for the sidebar
|
|
28
|
+
|
|
29
|
+
- **@scalar/sidebar@0.7.40**
|
|
30
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: add optional chevron click handler for the sidebar
|
|
31
|
+
|
|
32
|
+
- **@scalar/snippetz@0.6.16**
|
|
33
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: duplicate http headers for PHP CURL
|
|
34
|
+
|
|
35
|
+
- **@scalar/import@0.4.53**
|
|
36
|
+
|
|
37
|
+
- **@scalar/json-magic@0.11.5**
|
|
38
|
+
|
|
39
|
+
- **@scalar/object-utils@1.2.30**
|
|
40
|
+
|
|
41
|
+
- **@scalar/openapi-parser@0.24.14**
|
|
42
|
+
|
|
43
|
+
- **@scalar/postman-to-openapi@0.4.8**
|
|
44
|
+
|
|
45
|
+
- **@scalar/types@0.6.7**
|
|
46
|
+
|
|
47
|
+
- **@scalar/use-codemirror@0.13.44**
|
|
48
|
+
|
|
49
|
+
## 2.29.2
|
|
50
|
+
|
|
51
|
+
### Patch Changes
|
|
52
|
+
|
|
53
|
+
- [#8219](https://github.com/scalar/scalar/pull/8219): chore: default to proxy for web layout
|
|
54
|
+
- [#8220](https://github.com/scalar/scalar/pull/8220): chore: add guards for team workspaces
|
|
55
|
+
|
|
56
|
+
#### Updated Dependencies
|
|
57
|
+
|
|
58
|
+
- **@scalar/workspace-store@0.34.2**
|
|
59
|
+
- [#8219](https://github.com/scalar/scalar/pull/8219): chore: default to proxy for web layout
|
|
60
|
+
|
|
61
|
+
- **@scalar/oas-utils@0.6.46**
|
|
62
|
+
|
|
63
|
+
- **@scalar/sidebar@0.7.39**
|
|
64
|
+
|
|
65
|
+
- **@scalar/components@0.19.8**
|
|
66
|
+
|
|
67
|
+
- **@scalar/use-codemirror@0.13.43**
|
|
68
|
+
|
|
3
69
|
## 2.29.1
|
|
4
70
|
|
|
5
71
|
### Patch Changes
|