@scalar/api-reference 1.44.20 → 1.44.23
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 +124 -0
- package/dist/browser/standalone.js +17531 -17459
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
- package/dist/components/Content/Auth/Auth.vue.js +2 -1
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue2.js +1 -3
- package/dist/helpers/index.d.ts +2 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +5 -0
- package/dist/helpers/storage.d.ts +14 -14
- package/dist/plugins/index.d.ts +1 -0
- package/dist/plugins/index.d.ts.map +1 -1
- package/dist/plugins/index.js +2 -0
- package/dist/standalone/lib/html-api.js +1 -1
- package/dist/style.css +111 -98
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,129 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.44.23
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/api-client@2.29.1**
|
|
12
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
13
|
+
|
|
14
|
+
- **@scalar/helpers@0.2.15**
|
|
15
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
16
|
+
|
|
17
|
+
- **@scalar/oas-utils@0.6.45**
|
|
18
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
19
|
+
|
|
20
|
+
- **@scalar/sidebar@0.7.38**
|
|
21
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
22
|
+
|
|
23
|
+
- **@scalar/types@0.6.6**
|
|
24
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
25
|
+
|
|
26
|
+
- **@scalar/workspace-store@0.34.1**
|
|
27
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
28
|
+
|
|
29
|
+
- **@scalar/agent-chat@0.5.14**
|
|
30
|
+
|
|
31
|
+
- **@scalar/components@0.19.7**
|
|
32
|
+
|
|
33
|
+
- **@scalar/openapi-parser@0.24.13**
|
|
34
|
+
|
|
35
|
+
- **@scalar/snippetz@0.6.15**
|
|
36
|
+
|
|
37
|
+
## 1.44.22
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
42
|
+
|
|
43
|
+
#### Updated Dependencies
|
|
44
|
+
|
|
45
|
+
- **@scalar/workspace-store@0.34.0**
|
|
46
|
+
- [#8198](https://github.com/scalar/scalar/pull/8198): feat: handle workspace rename
|
|
47
|
+
- [#8208](https://github.com/scalar/scalar/pull/8208): fix: unpack proxy before assigning
|
|
48
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
49
|
+
|
|
50
|
+
- **@scalar/api-client@2.29.0**
|
|
51
|
+
- [#8198](https://github.com/scalar/scalar/pull/8198): feat: handle workspace rename
|
|
52
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
53
|
+
|
|
54
|
+
- **@scalar/helpers@0.2.14**
|
|
55
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
56
|
+
|
|
57
|
+
- **@scalar/oas-utils@0.6.44**
|
|
58
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
59
|
+
|
|
60
|
+
- **@scalar/sidebar@0.7.37**
|
|
61
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
62
|
+
|
|
63
|
+
- **@scalar/types@0.6.5**
|
|
64
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
65
|
+
|
|
66
|
+
- **@scalar/agent-chat@0.5.13**
|
|
67
|
+
|
|
68
|
+
- **@scalar/components@0.19.6**
|
|
69
|
+
|
|
70
|
+
- **@scalar/openapi-parser@0.24.12**
|
|
71
|
+
|
|
72
|
+
- **@scalar/snippetz@0.6.14**
|
|
73
|
+
|
|
74
|
+
## 1.44.21
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- [#8164](https://github.com/scalar/scalar/pull/8164): fix: remove duplicate examples
|
|
79
|
+
- [#8186](https://github.com/scalar/scalar/pull/8186): feat(api-reference): export new helpers
|
|
80
|
+
- [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
|
|
81
|
+
|
|
82
|
+
#### Updated Dependencies
|
|
83
|
+
|
|
84
|
+
- **@scalar/workspace-store@0.33.0**
|
|
85
|
+
- [#8162](https://github.com/scalar/scalar/pull/8162): feat: allow editing tags
|
|
86
|
+
- [#8151](https://github.com/scalar/scalar/pull/8151): fix: resolve external references on windows
|
|
87
|
+
- [#8191](https://github.com/scalar/scalar/pull/8191): chore: rename create document command
|
|
88
|
+
- [#8199](https://github.com/scalar/scalar/pull/8199): feat: create draft example
|
|
89
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
90
|
+
- [#8160](https://github.com/scalar/scalar/pull/8160): fix: update sidebar entry when the operation summary changes
|
|
91
|
+
- [#8133](https://github.com/scalar/scalar/pull/8133): fix: allow editing content-type query parameters in the API client
|
|
92
|
+
|
|
93
|
+
- **@scalar/api-client@2.28.0**
|
|
94
|
+
- [#8162](https://github.com/scalar/scalar/pull/8162): feat: allow editing tags
|
|
95
|
+
- [#8167](https://github.com/scalar/scalar/pull/8167): Accept header now defaults to the response content types defined in the OpenAPI spec instead of always using _/_
|
|
96
|
+
- [#8197](https://github.com/scalar/scalar/pull/8197): fix: include path in redirect uri
|
|
97
|
+
- [#8132](https://github.com/scalar/scalar/pull/8132): chore: unify the app and web layout
|
|
98
|
+
- [#8191](https://github.com/scalar/scalar/pull/8191): chore: rename create document command
|
|
99
|
+
- [#8199](https://github.com/scalar/scalar/pull/8199): feat: create draft example
|
|
100
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
101
|
+
- [#8194](https://github.com/scalar/scalar/pull/8194): fix: correctly display the env pill on light mode
|
|
102
|
+
- [#8204](https://github.com/scalar/scalar/pull/8204): fix: remove DocumentRedirect component
|
|
103
|
+
- [#8160](https://github.com/scalar/scalar/pull/8160): fix: update sidebar entry when the operation summary changes
|
|
104
|
+
- [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
|
|
105
|
+
|
|
106
|
+
- **@scalar/sidebar@0.7.36**
|
|
107
|
+
- [#8162](https://github.com/scalar/scalar/pull/8162): feat: allow editing tags
|
|
108
|
+
- [#8190](https://github.com/scalar/scalar/pull/8190): fix: align HttpMethod badge positioning for folders
|
|
109
|
+
|
|
110
|
+
- **@scalar/oas-utils@0.6.43**
|
|
111
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
112
|
+
|
|
113
|
+
- **@scalar/helpers@0.2.13**
|
|
114
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
115
|
+
|
|
116
|
+
- **@scalar/types@0.6.4**
|
|
117
|
+
- [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
|
|
118
|
+
|
|
119
|
+
- **@scalar/agent-chat@0.5.12**
|
|
120
|
+
|
|
121
|
+
- **@scalar/openapi-parser@0.24.11**
|
|
122
|
+
|
|
123
|
+
- **@scalar/components@0.19.5**
|
|
124
|
+
|
|
125
|
+
- **@scalar/snippetz@0.6.13**
|
|
126
|
+
|
|
3
127
|
## 1.44.20
|
|
4
128
|
|
|
5
129
|
### Patch Changes
|