@scalar/pre-post-request-scripts 0.3.9
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 +1132 -0
- package/LICENSE +21 -0
- package/README.md +51 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/components/ViewLayout/ValueEmitter.vue.d.ts +32 -0
- package/dist/components/ViewLayout/ValueEmitter.vue.d.ts.map +1 -0
- package/dist/components/ViewLayout/ValueEmitter.vue.js +21 -0
- package/dist/components/ViewLayout/ValueEmitter.vue2.js +4 -0
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +44 -0
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -0
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +89 -0
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue2.js +4 -0
- package/dist/components/ViewLayout/index.d.ts +2 -0
- package/dist/components/ViewLayout/index.d.ts.map +1 -0
- package/dist/consts/example-scripts.d.ts +13 -0
- package/dist/consts/example-scripts.d.ts.map +1 -0
- package/dist/consts/example-scripts.js +88 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7 -0
- package/dist/libs/execute-scripts/context/console.d.ts +11 -0
- package/dist/libs/execute-scripts/context/console.d.ts.map +1 -0
- package/dist/libs/execute-scripts/context/console.js +12 -0
- package/dist/libs/execute-scripts/execute-post-response-script.d.ts +12 -0
- package/dist/libs/execute-scripts/execute-post-response-script.d.ts.map +1 -0
- package/dist/libs/execute-scripts/execute-post-response-script.js +13 -0
- package/dist/libs/execute-scripts/index.d.ts +2 -0
- package/dist/libs/execute-scripts/index.d.ts.map +1 -0
- package/dist/libs/execute-scripts/index.js +4 -0
- package/dist/libs/execute-scripts/postman-sandbox-adapter.d.ts +9 -0
- package/dist/libs/execute-scripts/postman-sandbox-adapter.d.ts.map +1 -0
- package/dist/libs/execute-scripts/postman-sandbox-adapter.js +88 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ExampleScripts.vue.d.ts +11 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ExampleScripts.vue.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ExampleScripts.vue.js +32 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ExampleScripts.vue2.js +4 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/PostResponseScripts.vue.d.ts +12 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/PostResponseScripts.vue.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/PostResponseScripts.vue.js +53 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/PostResponseScripts.vue2.js +4 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ScriptEditor.vue.d.ts +11 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ScriptEditor.vue.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ScriptEditor.vue.js +7 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/ScriptEditor.vue2.js +33 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/index.d.ts +2 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/index.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/PostResponseScripts/index.js +4 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultIndicator.vue.d.ts +12 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultIndicator.vue.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultIndicator.vue.js +48 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultIndicator.vue2.js +4 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultItem.vue.d.ts +9 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultItem.vue.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultItem.vue.js +34 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResultItem.vue2.js +4 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResults.vue.d.ts +9 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResults.vue.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResults.vue.js +68 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestResults.vue2.js +4 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestSummary.vue.d.ts +13 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestSummary.vue.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestSummary.vue.js +32 -0
- package/dist/plugins/post-response-scripts/components/TestResults/TestSummary.vue2.js +4 -0
- package/dist/plugins/post-response-scripts/components/TestResults/index.d.ts +2 -0
- package/dist/plugins/post-response-scripts/components/TestResults/index.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/components/TestResults/index.js +4 -0
- package/dist/plugins/post-response-scripts/index.d.ts +2 -0
- package/dist/plugins/post-response-scripts/index.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/index.js +4 -0
- package/dist/plugins/post-response-scripts/post-response-scripts-plugin.d.ts +6 -0
- package/dist/plugins/post-response-scripts/post-response-scripts-plugin.d.ts.map +1 -0
- package/dist/plugins/post-response-scripts/post-response-scripts-plugin.js +65 -0
- package/dist/style.css +1 -0
- package/package.json +91 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1132 @@
|
|
|
1
|
+
# @scalar/scripts
|
|
2
|
+
|
|
3
|
+
## 0.3.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8463](https://github.com/scalar/scalar/pull/8463): chore: allow publishing package to registry
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/components@0.20.9**
|
|
12
|
+
- [#8453](https://github.com/scalar/scalar/pull/8453): refactor: remove @ts-expect-error from ScalarTextArea
|
|
13
|
+
|
|
14
|
+
- **@scalar/oas-utils@0.10.8**
|
|
15
|
+
|
|
16
|
+
## 0.3.8
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
#### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- **@scalar/oas-utils@0.10.7**
|
|
23
|
+
|
|
24
|
+
- **@scalar/components@0.20.8**
|
|
25
|
+
|
|
26
|
+
## 0.3.7
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
#### Updated Dependencies
|
|
31
|
+
|
|
32
|
+
- **@scalar/oas-utils@0.10.6**
|
|
33
|
+
|
|
34
|
+
- **@scalar/components@0.20.7**
|
|
35
|
+
|
|
36
|
+
## 0.3.6
|
|
37
|
+
|
|
38
|
+
### Patch Changes
|
|
39
|
+
|
|
40
|
+
#### Updated Dependencies
|
|
41
|
+
|
|
42
|
+
- **@scalar/components@0.20.6**
|
|
43
|
+
- [#8327](https://github.com/scalar/scalar/pull/8327): fix: markdown tables with specified width attributes in td/th break the layout
|
|
44
|
+
|
|
45
|
+
- **@scalar/oas-utils@0.10.5**
|
|
46
|
+
|
|
47
|
+
## 0.3.5
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
#### Updated Dependencies
|
|
52
|
+
|
|
53
|
+
- **@scalar/oas-utils@0.10.4**
|
|
54
|
+
|
|
55
|
+
- **@scalar/components@0.20.5**
|
|
56
|
+
|
|
57
|
+
## 0.3.4
|
|
58
|
+
|
|
59
|
+
### Patch Changes
|
|
60
|
+
|
|
61
|
+
#### Updated Dependencies
|
|
62
|
+
|
|
63
|
+
- **@scalar/oas-utils@0.10.3**
|
|
64
|
+
- [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties
|
|
65
|
+
|
|
66
|
+
- **@scalar/components@0.20.4**
|
|
67
|
+
|
|
68
|
+
## 0.3.3
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
#### Updated Dependencies
|
|
73
|
+
|
|
74
|
+
- **@scalar/oas-utils@0.10.2**
|
|
75
|
+
|
|
76
|
+
- **@scalar/components@0.20.3**
|
|
77
|
+
|
|
78
|
+
## 0.3.2
|
|
79
|
+
|
|
80
|
+
### Patch Changes
|
|
81
|
+
|
|
82
|
+
#### Updated Dependencies
|
|
83
|
+
|
|
84
|
+
- **@scalar/components@0.20.2**
|
|
85
|
+
- [#8366](https://github.com/scalar/scalar/pull/8366): fix(components): clean up search components and add snapshots
|
|
86
|
+
|
|
87
|
+
- **@scalar/oas-utils@0.10.1**
|
|
88
|
+
|
|
89
|
+
## 0.3.1
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
#### Updated Dependencies
|
|
94
|
+
|
|
95
|
+
- **@scalar/oas-utils@0.10.0**
|
|
96
|
+
- [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
|
|
97
|
+
|
|
98
|
+
- **@scalar/components@0.20.1**
|
|
99
|
+
|
|
100
|
+
## 0.3.0
|
|
101
|
+
|
|
102
|
+
### Minor Changes
|
|
103
|
+
|
|
104
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
#### Updated Dependencies
|
|
109
|
+
|
|
110
|
+
- **@scalar/components@0.20.0**
|
|
111
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
112
|
+
|
|
113
|
+
- **@scalar/oas-utils@0.9.0**
|
|
114
|
+
- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
|
|
115
|
+
|
|
116
|
+
## 0.2.9
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
#### Updated Dependencies
|
|
121
|
+
|
|
122
|
+
- **@scalar/components@0.19.15**
|
|
123
|
+
- [#8319](https://github.com/scalar/scalar/pull/8319): fix(components): fix adjust sidebar section line height
|
|
124
|
+
|
|
125
|
+
- **@scalar/oas-utils@0.8.3**
|
|
126
|
+
- [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces
|
|
127
|
+
|
|
128
|
+
## 0.2.8
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
#### Updated Dependencies
|
|
133
|
+
|
|
134
|
+
- **@scalar/components@0.19.14**
|
|
135
|
+
|
|
136
|
+
- **@scalar/oas-utils@0.8.2**
|
|
137
|
+
|
|
138
|
+
## 0.2.7
|
|
139
|
+
|
|
140
|
+
### Patch Changes
|
|
141
|
+
|
|
142
|
+
#### Updated Dependencies
|
|
143
|
+
|
|
144
|
+
- **@scalar/oas-utils@0.8.1**
|
|
145
|
+
- [#8310](https://github.com/scalar/scalar/pull/8310): fix: correctly handle circular documents during the migration to indexdb
|
|
146
|
+
|
|
147
|
+
- **@scalar/components@0.19.13**
|
|
148
|
+
|
|
149
|
+
## 0.2.6
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
#### Updated Dependencies
|
|
154
|
+
|
|
155
|
+
- **@scalar/oas-utils@0.8.0**
|
|
156
|
+
- [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
|
|
157
|
+
|
|
158
|
+
- **@scalar/components@0.19.12**
|
|
159
|
+
- [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps
|
|
160
|
+
|
|
161
|
+
## 0.2.5
|
|
162
|
+
|
|
163
|
+
### Patch Changes
|
|
164
|
+
|
|
165
|
+
#### Updated Dependencies
|
|
166
|
+
|
|
167
|
+
- **@scalar/components@0.19.11**
|
|
168
|
+
- [#8276](https://github.com/scalar/scalar/pull/8276): feat(components): standardize form inputs to have a height of 40px
|
|
169
|
+
|
|
170
|
+
- **@scalar/oas-utils@0.7.0**
|
|
171
|
+
- [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers
|
|
172
|
+
|
|
173
|
+
## 0.2.4
|
|
174
|
+
|
|
175
|
+
### Patch Changes
|
|
176
|
+
|
|
177
|
+
#### Updated Dependencies
|
|
178
|
+
|
|
179
|
+
- **@scalar/oas-utils@0.6.48**
|
|
180
|
+
|
|
181
|
+
- **@scalar/components@0.19.10**
|
|
182
|
+
|
|
183
|
+
## 0.2.3
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
#### Updated Dependencies
|
|
188
|
+
|
|
189
|
+
- **@scalar/oas-utils@0.6.47**
|
|
190
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
|
|
191
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
|
|
192
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts
|
|
193
|
+
|
|
194
|
+
- **@scalar/components@0.19.9**
|
|
195
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: slugs for headings with nested content
|
|
196
|
+
- [#8248](https://github.com/scalar/scalar/pull/8248): feat: add optional chevron click handler for the sidebar
|
|
197
|
+
|
|
198
|
+
## 0.2.2
|
|
199
|
+
|
|
200
|
+
### Patch Changes
|
|
201
|
+
|
|
202
|
+
#### Updated Dependencies
|
|
203
|
+
|
|
204
|
+
- **@scalar/oas-utils@0.6.46**
|
|
205
|
+
|
|
206
|
+
- **@scalar/components@0.19.8**
|
|
207
|
+
|
|
208
|
+
## 0.2.1
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
213
|
+
|
|
214
|
+
#### Updated Dependencies
|
|
215
|
+
|
|
216
|
+
- **@scalar/oas-utils@0.6.45**
|
|
217
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
218
|
+
|
|
219
|
+
- **@scalar/components@0.19.7**
|
|
220
|
+
|
|
221
|
+
## 0.2.0
|
|
222
|
+
|
|
223
|
+
### Minor Changes
|
|
224
|
+
|
|
225
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
226
|
+
|
|
227
|
+
### Patch Changes
|
|
228
|
+
|
|
229
|
+
#### Updated Dependencies
|
|
230
|
+
|
|
231
|
+
- **@scalar/oas-utils@0.6.44**
|
|
232
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
233
|
+
|
|
234
|
+
- **@scalar/components@0.19.6**
|
|
235
|
+
|
|
236
|
+
## 0.1.0
|
|
237
|
+
|
|
238
|
+
### Minor Changes
|
|
239
|
+
|
|
240
|
+
- [#8126](https://github.com/scalar/scalar/pull/8126): feat: use `postman-sandbox` for the `pm` JS API
|
|
241
|
+
|
|
242
|
+
### Patch Changes
|
|
243
|
+
|
|
244
|
+
#### Updated Dependencies
|
|
245
|
+
|
|
246
|
+
- **@scalar/oas-utils@0.6.43**
|
|
247
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
248
|
+
|
|
249
|
+
- **@scalar/components@0.19.5**
|
|
250
|
+
|
|
251
|
+
## 0.0.89
|
|
252
|
+
|
|
253
|
+
### Patch Changes
|
|
254
|
+
|
|
255
|
+
#### Updated Dependencies
|
|
256
|
+
|
|
257
|
+
- **@scalar/components@0.19.4**
|
|
258
|
+
- [#8178](https://github.com/scalar/scalar/pull/8178): chore: package bump due to ci failure
|
|
259
|
+
|
|
260
|
+
- **@scalar/oas-utils@0.6.42**
|
|
261
|
+
|
|
262
|
+
## 0.0.88
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
#### Updated Dependencies
|
|
267
|
+
|
|
268
|
+
- **@scalar/components@0.19.3**
|
|
269
|
+
- [#8155](https://github.com/scalar/scalar/pull/8155): fix(api-reference): bugs with cards rendering
|
|
270
|
+
|
|
271
|
+
- **@scalar/oas-utils@0.6.41**
|
|
272
|
+
|
|
273
|
+
## 0.0.87
|
|
274
|
+
|
|
275
|
+
### Patch Changes
|
|
276
|
+
|
|
277
|
+
- [#8121](https://github.com/scalar/scalar/pull/8121): feat: added post response scripts/testing to api client v2
|
|
278
|
+
|
|
279
|
+
#### Updated Dependencies
|
|
280
|
+
|
|
281
|
+
- **@scalar/components@0.19.2**
|
|
282
|
+
- [#8134](https://github.com/scalar/scalar/pull/8134): fix(components): change caret position to right
|
|
283
|
+
|
|
284
|
+
- **@scalar/oas-utils@0.6.40**
|
|
285
|
+
- [#8121](https://github.com/scalar/scalar/pull/8121): chore: moved client plugin types to oas-utils so they can be shared
|
|
286
|
+
|
|
287
|
+
## 0.0.86
|
|
288
|
+
|
|
289
|
+
### Patch Changes
|
|
290
|
+
|
|
291
|
+
#### Updated Dependencies
|
|
292
|
+
|
|
293
|
+
- **@scalar/oas-utils@0.6.39**
|
|
294
|
+
|
|
295
|
+
- **@scalar/components@0.19.1**
|
|
296
|
+
|
|
297
|
+
## 0.0.85
|
|
298
|
+
|
|
299
|
+
### Patch Changes
|
|
300
|
+
|
|
301
|
+
#### Updated Dependencies
|
|
302
|
+
|
|
303
|
+
- **@scalar/components@0.19.0**
|
|
304
|
+
- [#8081](https://github.com/scalar/scalar/pull/8081): feat(components): improve ScalarCodeBlock copy UI
|
|
305
|
+
- [#8065](https://github.com/scalar/scalar/pull/8065): feat(components): add editor to ScalarMenu and optionally remove docs
|
|
306
|
+
|
|
307
|
+
- **@scalar/oas-utils@0.6.38**
|
|
308
|
+
|
|
309
|
+
## 0.0.84
|
|
310
|
+
|
|
311
|
+
### Patch Changes
|
|
312
|
+
|
|
313
|
+
#### Updated Dependencies
|
|
314
|
+
|
|
315
|
+
- **@scalar/components@0.18.0**
|
|
316
|
+
- [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces
|
|
317
|
+
|
|
318
|
+
- **@scalar/oas-utils@0.6.37**
|
|
319
|
+
|
|
320
|
+
## 0.0.83
|
|
321
|
+
|
|
322
|
+
### Patch Changes
|
|
323
|
+
|
|
324
|
+
#### Updated Dependencies
|
|
325
|
+
|
|
326
|
+
- **@scalar/oas-utils@0.6.36**
|
|
327
|
+
- [#8037](https://github.com/scalar/scalar/pull/8037): Improve error message when running oas-utils tests while test-servers are not running
|
|
328
|
+
|
|
329
|
+
- **@scalar/components@0.17.6**
|
|
330
|
+
- [#8070](https://github.com/scalar/scalar/pull/8070): chore: remove the import modal and change the workspace picker to support groups
|
|
331
|
+
|
|
332
|
+
## 0.0.82
|
|
333
|
+
|
|
334
|
+
### Patch Changes
|
|
335
|
+
|
|
336
|
+
#### Updated Dependencies
|
|
337
|
+
|
|
338
|
+
- **@scalar/oas-utils@0.6.35**
|
|
339
|
+
|
|
340
|
+
- **@scalar/components@0.17.5**
|
|
341
|
+
|
|
342
|
+
## 0.0.81
|
|
343
|
+
|
|
344
|
+
### Patch Changes
|
|
345
|
+
|
|
346
|
+
#### Updated Dependencies
|
|
347
|
+
|
|
348
|
+
- **@scalar/oas-utils@0.6.34**
|
|
349
|
+
|
|
350
|
+
- **@scalar/components@0.17.4**
|
|
351
|
+
|
|
352
|
+
## 0.0.80
|
|
353
|
+
|
|
354
|
+
### Patch Changes
|
|
355
|
+
|
|
356
|
+
#### Updated Dependencies
|
|
357
|
+
|
|
358
|
+
- **@scalar/oas-utils@0.6.33**
|
|
359
|
+
|
|
360
|
+
- **@scalar/components@0.17.3**
|
|
361
|
+
|
|
362
|
+
## 0.0.79
|
|
363
|
+
|
|
364
|
+
### Patch Changes
|
|
365
|
+
|
|
366
|
+
#### Updated Dependencies
|
|
367
|
+
|
|
368
|
+
- **@scalar/components@0.17.2**
|
|
369
|
+
- [#7934](https://github.com/scalar/scalar/pull/7934): fix: z-index issues in addressBar
|
|
370
|
+
|
|
371
|
+
- **@scalar/oas-utils@0.6.32**
|
|
372
|
+
|
|
373
|
+
## 0.0.78
|
|
374
|
+
|
|
375
|
+
### Patch Changes
|
|
376
|
+
|
|
377
|
+
#### Updated Dependencies
|
|
378
|
+
|
|
379
|
+
- **@scalar/oas-utils@0.6.31**
|
|
380
|
+
|
|
381
|
+
- **@scalar/components@0.17.1**
|
|
382
|
+
|
|
383
|
+
## 0.0.77
|
|
384
|
+
|
|
385
|
+
### Patch Changes
|
|
386
|
+
|
|
387
|
+
#### Updated Dependencies
|
|
388
|
+
|
|
389
|
+
- **@scalar/components@0.17.0**
|
|
390
|
+
- [#7959](https://github.com/scalar/scalar/pull/7959): feat(agent): add agent scalar to localhost
|
|
391
|
+
|
|
392
|
+
- **@scalar/oas-utils@0.6.30**
|
|
393
|
+
|
|
394
|
+
## 0.0.76
|
|
395
|
+
|
|
396
|
+
### Patch Changes
|
|
397
|
+
|
|
398
|
+
#### Updated Dependencies
|
|
399
|
+
|
|
400
|
+
- **@scalar/oas-utils@0.6.29**
|
|
401
|
+
|
|
402
|
+
- **@scalar/components@0.16.32**
|
|
403
|
+
|
|
404
|
+
## 0.0.75
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
#### Updated Dependencies
|
|
409
|
+
|
|
410
|
+
- **@scalar/oas-utils@0.6.28**
|
|
411
|
+
|
|
412
|
+
- **@scalar/components@0.16.31**
|
|
413
|
+
|
|
414
|
+
## 0.0.74
|
|
415
|
+
|
|
416
|
+
### Patch Changes
|
|
417
|
+
|
|
418
|
+
#### Updated Dependencies
|
|
419
|
+
|
|
420
|
+
- **@scalar/oas-utils@0.6.27**
|
|
421
|
+
- [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy
|
|
422
|
+
|
|
423
|
+
- **@scalar/components@0.16.30**
|
|
424
|
+
|
|
425
|
+
## 0.0.73
|
|
426
|
+
|
|
427
|
+
### Patch Changes
|
|
428
|
+
|
|
429
|
+
#### Updated Dependencies
|
|
430
|
+
|
|
431
|
+
- **@scalar/oas-utils@0.6.26**
|
|
432
|
+
|
|
433
|
+
- **@scalar/components@0.16.29**
|
|
434
|
+
|
|
435
|
+
## 0.0.72
|
|
436
|
+
|
|
437
|
+
### Patch Changes
|
|
438
|
+
|
|
439
|
+
#### Updated Dependencies
|
|
440
|
+
|
|
441
|
+
- **@scalar/oas-utils@0.6.25**
|
|
442
|
+
|
|
443
|
+
- **@scalar/components@0.16.28**
|
|
444
|
+
|
|
445
|
+
## 0.0.71
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
#### Updated Dependencies
|
|
450
|
+
|
|
451
|
+
- **@scalar/oas-utils@0.6.24**
|
|
452
|
+
|
|
453
|
+
- **@scalar/components@0.16.27**
|
|
454
|
+
|
|
455
|
+
## 0.0.70
|
|
456
|
+
|
|
457
|
+
### Patch Changes
|
|
458
|
+
|
|
459
|
+
#### Updated Dependencies
|
|
460
|
+
|
|
461
|
+
- **@scalar/components@0.16.26**
|
|
462
|
+
- [#7846](https://github.com/scalar/scalar/pull/7846): Fix dev dep issue
|
|
463
|
+
|
|
464
|
+
- **@scalar/oas-utils@0.6.23**
|
|
465
|
+
|
|
466
|
+
## 0.0.69
|
|
467
|
+
|
|
468
|
+
### Patch Changes
|
|
469
|
+
|
|
470
|
+
#### Updated Dependencies
|
|
471
|
+
|
|
472
|
+
- **@scalar/oas-utils@0.6.22**
|
|
473
|
+
- [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
|
|
474
|
+
|
|
475
|
+
- **@scalar/components@0.16.25**
|
|
476
|
+
|
|
477
|
+
## 0.0.68
|
|
478
|
+
|
|
479
|
+
### Patch Changes
|
|
480
|
+
|
|
481
|
+
#### Updated Dependencies
|
|
482
|
+
|
|
483
|
+
- **@scalar/components@0.16.24**
|
|
484
|
+
- [#7802](https://github.com/scalar/scalar/pull/7802): fix: Vue warning because of deprecated icon syntax
|
|
485
|
+
|
|
486
|
+
- **@scalar/oas-utils@0.6.21**
|
|
487
|
+
|
|
488
|
+
## 0.0.67
|
|
489
|
+
|
|
490
|
+
### Patch Changes
|
|
491
|
+
|
|
492
|
+
#### Updated Dependencies
|
|
493
|
+
|
|
494
|
+
- **@scalar/oas-utils@0.6.20**
|
|
495
|
+
|
|
496
|
+
- **@scalar/components@0.16.23**
|
|
497
|
+
|
|
498
|
+
## 0.0.66
|
|
499
|
+
|
|
500
|
+
### Patch Changes
|
|
501
|
+
|
|
502
|
+
#### Updated Dependencies
|
|
503
|
+
|
|
504
|
+
- **@scalar/oas-utils@0.6.19**
|
|
505
|
+
|
|
506
|
+
- **@scalar/components@0.16.22**
|
|
507
|
+
|
|
508
|
+
## 0.0.65
|
|
509
|
+
|
|
510
|
+
### Patch Changes
|
|
511
|
+
|
|
512
|
+
#### Updated Dependencies
|
|
513
|
+
|
|
514
|
+
- **@scalar/oas-utils@0.6.18**
|
|
515
|
+
|
|
516
|
+
- **@scalar/components@0.16.21**
|
|
517
|
+
|
|
518
|
+
## 0.0.64
|
|
519
|
+
|
|
520
|
+
### Patch Changes
|
|
521
|
+
|
|
522
|
+
#### Updated Dependencies
|
|
523
|
+
|
|
524
|
+
- **@scalar/oas-utils@0.6.17**
|
|
525
|
+
|
|
526
|
+
- **@scalar/components@0.16.20**
|
|
527
|
+
|
|
528
|
+
## 0.0.63
|
|
529
|
+
|
|
530
|
+
### Patch Changes
|
|
531
|
+
|
|
532
|
+
#### Updated Dependencies
|
|
533
|
+
|
|
534
|
+
- **@scalar/components@0.16.19**
|
|
535
|
+
- [#7725](https://github.com/scalar/scalar/pull/7725): fix(components): support slot for nested items icon
|
|
536
|
+
- [#7693](https://github.com/scalar/scalar/pull/7693): feat: markdown default line height
|
|
537
|
+
|
|
538
|
+
- **@scalar/oas-utils@0.6.16**
|
|
539
|
+
|
|
540
|
+
## 0.0.62
|
|
541
|
+
|
|
542
|
+
### Patch Changes
|
|
543
|
+
|
|
544
|
+
#### Updated Dependencies
|
|
545
|
+
|
|
546
|
+
- **@scalar/oas-utils@0.6.15**
|
|
547
|
+
|
|
548
|
+
- **@scalar/components@0.16.18**
|
|
549
|
+
|
|
550
|
+
## 0.0.61
|
|
551
|
+
|
|
552
|
+
### Patch Changes
|
|
553
|
+
|
|
554
|
+
#### Updated Dependencies
|
|
555
|
+
|
|
556
|
+
- **@scalar/components@0.16.17**
|
|
557
|
+
- [#7680](https://github.com/scalar/scalar/pull/7680): feat(components): simplify nested sidebar items styles
|
|
558
|
+
|
|
559
|
+
## 0.0.60
|
|
560
|
+
|
|
561
|
+
### Patch Changes
|
|
562
|
+
|
|
563
|
+
#### Updated Dependencies
|
|
564
|
+
|
|
565
|
+
- **@scalar/oas-utils@0.6.14**
|
|
566
|
+
|
|
567
|
+
- **@scalar/components@0.16.16**
|
|
568
|
+
|
|
569
|
+
## 0.0.59
|
|
570
|
+
|
|
571
|
+
### Patch Changes
|
|
572
|
+
|
|
573
|
+
#### Updated Dependencies
|
|
574
|
+
|
|
575
|
+
- **@scalar/oas-utils@0.6.13**
|
|
576
|
+
|
|
577
|
+
- **@scalar/components@0.16.15**
|
|
578
|
+
|
|
579
|
+
## 0.0.58
|
|
580
|
+
|
|
581
|
+
### Patch Changes
|
|
582
|
+
|
|
583
|
+
#### Updated Dependencies
|
|
584
|
+
|
|
585
|
+
- **@scalar/components@0.16.14**
|
|
586
|
+
- [#7654](https://github.com/scalar/scalar/pull/7654): fix(components): explicitly set line height for buttons and sections
|
|
587
|
+
|
|
588
|
+
- **@scalar/oas-utils@0.6.12**
|
|
589
|
+
|
|
590
|
+
## 0.0.57
|
|
591
|
+
|
|
592
|
+
### Patch Changes
|
|
593
|
+
|
|
594
|
+
- [#7637](https://github.com/scalar/scalar/pull/7637): fix: remove exports exntries pointing to non-existing files
|
|
595
|
+
- [#7637](https://github.com/scalar/scalar/pull/7637): fix: output type declaration in the correct folder
|
|
596
|
+
|
|
597
|
+
#### Updated Dependencies
|
|
598
|
+
|
|
599
|
+
- **@scalar/components@0.16.13**
|
|
600
|
+
- [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove internal unused export
|
|
601
|
+
- `CARD_Heading_SYMBOL`
|
|
602
|
+
- `FORM_GROUP_SYMBOL`
|
|
603
|
+
- `formatHotKey#isDefault`
|
|
604
|
+
- `LoadingCompletionOptions`
|
|
605
|
+
- `MaybeElement`
|
|
606
|
+
- `ScalarComboBox#isGroup`
|
|
607
|
+
|
|
608
|
+
- [#7584](https://github.com/scalar/scalar/pull/7584): fix: remove unused `@scalar/use-toasts` dependency
|
|
609
|
+
- [#7604](https://github.com/scalar/scalar/pull/7604): fix(components): improve sidebar groups
|
|
610
|
+
- [#7589](https://github.com/scalar/scalar/pull/7589): chore(components): upgrade to Storybook 10
|
|
611
|
+
|
|
612
|
+
- **@scalar/oas-utils@0.6.12**
|
|
613
|
+
|
|
614
|
+
## 0.0.56
|
|
615
|
+
|
|
616
|
+
### Patch Changes
|
|
617
|
+
|
|
618
|
+
#### Updated Dependencies
|
|
619
|
+
|
|
620
|
+
- **@scalar/components@0.16.12**
|
|
621
|
+
- [#7562](https://github.com/scalar/scalar/pull/7562): feat(components): remove headless ui from dropdown component
|
|
622
|
+
|
|
623
|
+
## 0.0.55
|
|
624
|
+
|
|
625
|
+
### Patch Changes
|
|
626
|
+
|
|
627
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
628
|
+
|
|
629
|
+
#### Updated Dependencies
|
|
630
|
+
|
|
631
|
+
- **@scalar/components@0.16.11**
|
|
632
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
633
|
+
|
|
634
|
+
- **@scalar/oas-utils@0.6.11**
|
|
635
|
+
- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
|
|
636
|
+
|
|
637
|
+
## 0.0.54
|
|
638
|
+
|
|
639
|
+
### Patch Changes
|
|
640
|
+
|
|
641
|
+
#### Updated Dependencies
|
|
642
|
+
|
|
643
|
+
- **@scalar/components@0.16.10**
|
|
644
|
+
- [#7531](https://github.com/scalar/scalar/pull/7531): feat(components): add discrete sidebar group buttons
|
|
645
|
+
|
|
646
|
+
- **@scalar/oas-utils@0.6.10**
|
|
647
|
+
|
|
648
|
+
## 0.0.53
|
|
649
|
+
|
|
650
|
+
### Patch Changes
|
|
651
|
+
|
|
652
|
+
- Updated dependencies []:
|
|
653
|
+
- @scalar/components@0.16.9
|
|
654
|
+
- @scalar/oas-utils@0.6.9
|
|
655
|
+
|
|
656
|
+
## 0.0.52
|
|
657
|
+
|
|
658
|
+
### Patch Changes
|
|
659
|
+
|
|
660
|
+
- Updated dependencies [[`4ac6227`](https://github.com/scalar/scalar/commit/4ac62278d4205c34a1a302b756ef3632185876cf)]:
|
|
661
|
+
- @scalar/components@0.16.8
|
|
662
|
+
- @scalar/oas-utils@0.6.8
|
|
663
|
+
|
|
664
|
+
## 0.0.51
|
|
665
|
+
|
|
666
|
+
### Patch Changes
|
|
667
|
+
|
|
668
|
+
- Updated dependencies [[`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a), [`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a)]:
|
|
669
|
+
- @scalar/oas-utils@0.6.7
|
|
670
|
+
- @scalar/components@0.16.7
|
|
671
|
+
|
|
672
|
+
## 0.0.50
|
|
673
|
+
|
|
674
|
+
### Patch Changes
|
|
675
|
+
|
|
676
|
+
- Updated dependencies []:
|
|
677
|
+
- @scalar/oas-utils@0.6.6
|
|
678
|
+
- @scalar/components@0.16.6
|
|
679
|
+
|
|
680
|
+
## 0.0.49
|
|
681
|
+
|
|
682
|
+
### Patch Changes
|
|
683
|
+
|
|
684
|
+
- Updated dependencies [[`5aa0380`](https://github.com/scalar/scalar/commit/5aa0380adfcd173e58659fb5dd57df363d985583), [`62b5210`](https://github.com/scalar/scalar/commit/62b521092bafeb8e83e79222e13378c4a19defc8)]:
|
|
685
|
+
- @scalar/components@0.16.5
|
|
686
|
+
- @scalar/oas-utils@0.6.5
|
|
687
|
+
|
|
688
|
+
## 0.0.48
|
|
689
|
+
|
|
690
|
+
### Patch Changes
|
|
691
|
+
|
|
692
|
+
- Updated dependencies [[`0519a33`](https://github.com/scalar/scalar/commit/0519a33c7d3f3cf65b93b37392c51d3c0586cbab), [`5a108fc`](https://github.com/scalar/scalar/commit/5a108fcbc52ae7957731c23689896ba353b83d3b), [`cded2d6`](https://github.com/scalar/scalar/commit/cded2d6c087418c3c44731d344d0827a87b78b74)]:
|
|
693
|
+
- @scalar/oas-utils@0.6.4
|
|
694
|
+
- @scalar/components@0.16.4
|
|
695
|
+
|
|
696
|
+
## 0.0.47
|
|
697
|
+
|
|
698
|
+
### Patch Changes
|
|
699
|
+
|
|
700
|
+
- Updated dependencies [[`4bec1ba`](https://github.com/scalar/scalar/commit/4bec1ba332e919c4ee32dcfbfb07bd8ee42c4d74)]:
|
|
701
|
+
- @scalar/components@0.16.3
|
|
702
|
+
- @scalar/oas-utils@0.6.3
|
|
703
|
+
|
|
704
|
+
## 0.0.46
|
|
705
|
+
|
|
706
|
+
### Patch Changes
|
|
707
|
+
|
|
708
|
+
- Updated dependencies [[`2377b76`](https://github.com/scalar/scalar/commit/2377b76d050f8de70037b17a32d0dd1181d3311d)]:
|
|
709
|
+
- @scalar/oas-utils@0.6.2
|
|
710
|
+
- @scalar/components@0.16.2
|
|
711
|
+
|
|
712
|
+
## 0.0.45
|
|
713
|
+
|
|
714
|
+
### Patch Changes
|
|
715
|
+
|
|
716
|
+
- Updated dependencies []:
|
|
717
|
+
- @scalar/oas-utils@0.6.1
|
|
718
|
+
- @scalar/components@0.16.1
|
|
719
|
+
|
|
720
|
+
## 0.0.44
|
|
721
|
+
|
|
722
|
+
### Patch Changes
|
|
723
|
+
|
|
724
|
+
- Updated dependencies [[`348f8f6`](https://github.com/scalar/scalar/commit/348f8f6292ef41844fda1fdd3089a55d97adbc0e), [`c22fc4e`](https://github.com/scalar/scalar/commit/c22fc4e5acb49d648014a6100c724a5b33c59cde), [`6ec8c29`](https://github.com/scalar/scalar/commit/6ec8c299d912111b029e8058979d00968b70691a), [`9661e81`](https://github.com/scalar/scalar/commit/9661e81907d1a9b74ba30f270f2d6c8e49834cd5), [`81b0a7a`](https://github.com/scalar/scalar/commit/81b0a7a4245619f03161eae639dc5834b77432b6), [`8a5a6a0`](https://github.com/scalar/scalar/commit/8a5a6a052cc05b0902b05052c80cc429ebc5a730), [`704fa30`](https://github.com/scalar/scalar/commit/704fa302b2cdbb17b19ca2d742537ca163d58c1c), [`0319b8a`](https://github.com/scalar/scalar/commit/0319b8a8652a50667776b2e9fd27c3e15b34f765), [`a26ced6`](https://github.com/scalar/scalar/commit/a26ced6f2897074f0c102d5ccbff55c6fd520e12), [`6a090a2`](https://github.com/scalar/scalar/commit/6a090a2e07ef961c56041c85ee9786180437593a), [`592533f`](https://github.com/scalar/scalar/commit/592533faf60b6a5ba27909a4ca0847ca9f04a96d), [`eba18d0`](https://github.com/scalar/scalar/commit/eba18d06267a163a8f91396a66f817100ee59461), [`c72a2c5`](https://github.com/scalar/scalar/commit/c72a2c59eb80e1f5e216c687229ff90bea88f554), [`0d9c945`](https://github.com/scalar/scalar/commit/0d9c945a696ea8b826d86f7b48ec6de4d85e64f0)]:
|
|
725
|
+
- @scalar/components@0.16.0
|
|
726
|
+
- @scalar/oas-utils@0.6.0
|
|
727
|
+
|
|
728
|
+
## 0.0.43
|
|
729
|
+
|
|
730
|
+
### Patch Changes
|
|
731
|
+
|
|
732
|
+
- Updated dependencies [f8efecd]
|
|
733
|
+
- Updated dependencies [f8efecd]
|
|
734
|
+
- @scalar/components@0.15.1
|
|
735
|
+
- @scalar/oas-utils@0.5.2
|
|
736
|
+
|
|
737
|
+
## 0.0.42
|
|
738
|
+
|
|
739
|
+
### Patch Changes
|
|
740
|
+
|
|
741
|
+
- 1e01464: Adds a new ApiReferenceConfigWithSource type and make the base ApiReferenceConfig type agnostic of any document sources.
|
|
742
|
+
- Updated dependencies [debdcf6]
|
|
743
|
+
- Updated dependencies [63ff417]
|
|
744
|
+
- Updated dependencies [a747da6]
|
|
745
|
+
- Updated dependencies [c69cb71]
|
|
746
|
+
- Updated dependencies [90d54b6]
|
|
747
|
+
- @scalar/oas-utils@0.5.1
|
|
748
|
+
- @scalar/components@0.15.0
|
|
749
|
+
|
|
750
|
+
## 0.0.41
|
|
751
|
+
|
|
752
|
+
### Patch Changes
|
|
753
|
+
|
|
754
|
+
- Updated dependencies [008a0f3]
|
|
755
|
+
- Updated dependencies [f833196]
|
|
756
|
+
- Updated dependencies [a9f8d56]
|
|
757
|
+
- @scalar/oas-utils@0.5.0
|
|
758
|
+
- @scalar/components@0.14.40
|
|
759
|
+
|
|
760
|
+
## 0.0.40
|
|
761
|
+
|
|
762
|
+
### Patch Changes
|
|
763
|
+
|
|
764
|
+
- @scalar/oas-utils@0.4.34
|
|
765
|
+
- @scalar/components@0.14.39
|
|
766
|
+
|
|
767
|
+
## 0.0.39
|
|
768
|
+
|
|
769
|
+
### Patch Changes
|
|
770
|
+
|
|
771
|
+
- Updated dependencies [0b3c6fa]
|
|
772
|
+
- Updated dependencies [bbceb27]
|
|
773
|
+
- @scalar/components@0.14.38
|
|
774
|
+
- @scalar/oas-utils@0.4.33
|
|
775
|
+
|
|
776
|
+
## 0.0.38
|
|
777
|
+
|
|
778
|
+
### Patch Changes
|
|
779
|
+
|
|
780
|
+
- Updated dependencies [db5b649]
|
|
781
|
+
- @scalar/components@0.14.37
|
|
782
|
+
- @scalar/oas-utils@0.4.32
|
|
783
|
+
|
|
784
|
+
## 0.0.37
|
|
785
|
+
|
|
786
|
+
### Patch Changes
|
|
787
|
+
|
|
788
|
+
- @scalar/oas-utils@0.4.31
|
|
789
|
+
- @scalar/components@0.14.36
|
|
790
|
+
|
|
791
|
+
## 0.0.36
|
|
792
|
+
|
|
793
|
+
### Patch Changes
|
|
794
|
+
|
|
795
|
+
- @scalar/oas-utils@0.4.30
|
|
796
|
+
- @scalar/components@0.14.35
|
|
797
|
+
|
|
798
|
+
## 0.0.35
|
|
799
|
+
|
|
800
|
+
### Patch Changes
|
|
801
|
+
|
|
802
|
+
- Updated dependencies [498f771]
|
|
803
|
+
- Updated dependencies [8f2a2f2]
|
|
804
|
+
- @scalar/components@0.14.34
|
|
805
|
+
- @scalar/oas-utils@0.4.29
|
|
806
|
+
|
|
807
|
+
## 0.0.34
|
|
808
|
+
|
|
809
|
+
### Patch Changes
|
|
810
|
+
|
|
811
|
+
- @scalar/oas-utils@0.4.28
|
|
812
|
+
- @scalar/components@0.14.33
|
|
813
|
+
|
|
814
|
+
## 0.0.33
|
|
815
|
+
|
|
816
|
+
### Patch Changes
|
|
817
|
+
|
|
818
|
+
- @scalar/oas-utils@0.4.27
|
|
819
|
+
- @scalar/components@0.14.32
|
|
820
|
+
|
|
821
|
+
## 0.0.32
|
|
822
|
+
|
|
823
|
+
### Patch Changes
|
|
824
|
+
|
|
825
|
+
- Updated dependencies [821717b]
|
|
826
|
+
- Updated dependencies [2249fe3]
|
|
827
|
+
- @scalar/oas-utils@0.4.26
|
|
828
|
+
- @scalar/components@0.14.31
|
|
829
|
+
|
|
830
|
+
## 0.0.31
|
|
831
|
+
|
|
832
|
+
### Patch Changes
|
|
833
|
+
|
|
834
|
+
- @scalar/oas-utils@0.4.25
|
|
835
|
+
- @scalar/components@0.14.30
|
|
836
|
+
|
|
837
|
+
## 0.0.30
|
|
838
|
+
|
|
839
|
+
### Patch Changes
|
|
840
|
+
|
|
841
|
+
- Updated dependencies [c470c60]
|
|
842
|
+
- @scalar/components@0.14.29
|
|
843
|
+
- @scalar/oas-utils@0.4.24
|
|
844
|
+
|
|
845
|
+
## 0.0.29
|
|
846
|
+
|
|
847
|
+
### Patch Changes
|
|
848
|
+
|
|
849
|
+
- Updated dependencies [714b197]
|
|
850
|
+
- Updated dependencies [98c55d0]
|
|
851
|
+
- Updated dependencies [f918582]
|
|
852
|
+
- Updated dependencies [cededd8]
|
|
853
|
+
- Updated dependencies [a6ae22a]
|
|
854
|
+
- Updated dependencies [422cb2b]
|
|
855
|
+
- Updated dependencies [976366f]
|
|
856
|
+
- @scalar/oas-utils@0.4.23
|
|
857
|
+
- @scalar/components@0.14.28
|
|
858
|
+
|
|
859
|
+
## 0.0.28
|
|
860
|
+
|
|
861
|
+
### Patch Changes
|
|
862
|
+
|
|
863
|
+
- @scalar/oas-utils@0.4.22
|
|
864
|
+
- @scalar/components@0.14.27
|
|
865
|
+
|
|
866
|
+
## 0.0.27
|
|
867
|
+
|
|
868
|
+
### Patch Changes
|
|
869
|
+
|
|
870
|
+
- Updated dependencies [e2272a1]
|
|
871
|
+
- Updated dependencies [b6f4b60]
|
|
872
|
+
- @scalar/oas-utils@0.4.21
|
|
873
|
+
- @scalar/components@0.14.26
|
|
874
|
+
|
|
875
|
+
## 0.0.26
|
|
876
|
+
|
|
877
|
+
### Patch Changes
|
|
878
|
+
|
|
879
|
+
- Updated dependencies [bbef120]
|
|
880
|
+
- Updated dependencies [a1429ca]
|
|
881
|
+
- Updated dependencies [172e397]
|
|
882
|
+
- Updated dependencies [66b18fc]
|
|
883
|
+
- Updated dependencies [5f022b5]
|
|
884
|
+
- Updated dependencies [d8b8a5b]
|
|
885
|
+
- Updated dependencies [6c24be9]
|
|
886
|
+
- Updated dependencies [638120c]
|
|
887
|
+
- Updated dependencies [0804cfc]
|
|
888
|
+
- @scalar/oas-utils@0.4.20
|
|
889
|
+
- @scalar/components@0.14.25
|
|
890
|
+
|
|
891
|
+
## 0.0.25
|
|
892
|
+
|
|
893
|
+
### Patch Changes
|
|
894
|
+
|
|
895
|
+
- a93afcc: docs(pre-post-request-scripts): fix discord badge link
|
|
896
|
+
- Updated dependencies [3de82ac]
|
|
897
|
+
- Updated dependencies [58b9321]
|
|
898
|
+
- Updated dependencies [fbafeab]
|
|
899
|
+
- @scalar/oas-utils@0.4.19
|
|
900
|
+
- @scalar/components@0.14.24
|
|
901
|
+
|
|
902
|
+
## 0.0.24
|
|
903
|
+
|
|
904
|
+
### Patch Changes
|
|
905
|
+
|
|
906
|
+
- Updated dependencies [46bfd2f]
|
|
907
|
+
- @scalar/oas-utils@0.4.18
|
|
908
|
+
- @scalar/components@0.14.23
|
|
909
|
+
|
|
910
|
+
## 0.0.23
|
|
911
|
+
|
|
912
|
+
### Patch Changes
|
|
913
|
+
|
|
914
|
+
- Updated dependencies [46ebe6e]
|
|
915
|
+
- Updated dependencies [dd00357]
|
|
916
|
+
- @scalar/oas-utils@0.4.17
|
|
917
|
+
- @scalar/components@0.14.22
|
|
918
|
+
|
|
919
|
+
## 0.0.22
|
|
920
|
+
|
|
921
|
+
### Patch Changes
|
|
922
|
+
|
|
923
|
+
- Updated dependencies [f913898]
|
|
924
|
+
- Updated dependencies [cf5d6a2]
|
|
925
|
+
- Updated dependencies [94d6d0c]
|
|
926
|
+
- Updated dependencies [1af32c0]
|
|
927
|
+
- Updated dependencies [b957a2c]
|
|
928
|
+
- Updated dependencies [f3d0216]
|
|
929
|
+
- Updated dependencies [af22451]
|
|
930
|
+
- @scalar/components@0.14.21
|
|
931
|
+
- @scalar/oas-utils@0.4.16
|
|
932
|
+
|
|
933
|
+
## 0.0.21
|
|
934
|
+
|
|
935
|
+
### Patch Changes
|
|
936
|
+
|
|
937
|
+
- Updated dependencies [60c7bef]
|
|
938
|
+
- Updated dependencies [cac47ea]
|
|
939
|
+
- @scalar/components@0.14.20
|
|
940
|
+
- @scalar/oas-utils@0.4.15
|
|
941
|
+
|
|
942
|
+
## 0.0.20
|
|
943
|
+
|
|
944
|
+
### Patch Changes
|
|
945
|
+
|
|
946
|
+
- Updated dependencies [a04cc15]
|
|
947
|
+
- Updated dependencies [85ee2ce]
|
|
948
|
+
- Updated dependencies [fbaaa12]
|
|
949
|
+
- Updated dependencies [85ee2ce]
|
|
950
|
+
- Updated dependencies [97721b5]
|
|
951
|
+
- Updated dependencies [85ee2ce]
|
|
952
|
+
- @scalar/components@0.14.19
|
|
953
|
+
- @scalar/oas-utils@0.4.14
|
|
954
|
+
|
|
955
|
+
## 0.0.19
|
|
956
|
+
|
|
957
|
+
### Patch Changes
|
|
958
|
+
|
|
959
|
+
- Updated dependencies [934dff9]
|
|
960
|
+
- Updated dependencies [71958fd]
|
|
961
|
+
- @scalar/components@0.14.18
|
|
962
|
+
- @scalar/oas-utils@0.4.13
|
|
963
|
+
|
|
964
|
+
## 0.0.18
|
|
965
|
+
|
|
966
|
+
### Patch Changes
|
|
967
|
+
|
|
968
|
+
- Updated dependencies [c826b3e]
|
|
969
|
+
- Updated dependencies [cd1c367]
|
|
970
|
+
- Updated dependencies [80acf84]
|
|
971
|
+
- Updated dependencies [4d89219]
|
|
972
|
+
- Updated dependencies [244edda]
|
|
973
|
+
- Updated dependencies [1db9130]
|
|
974
|
+
- @scalar/oas-utils@0.4.12
|
|
975
|
+
- @scalar/components@0.14.17
|
|
976
|
+
|
|
977
|
+
## 0.0.17
|
|
978
|
+
|
|
979
|
+
### Patch Changes
|
|
980
|
+
|
|
981
|
+
- 3fdc2f2: feat(api-reference): unify inconsistent font styles across scalar client and ref, and improve consistency"
|
|
982
|
+
- Updated dependencies [58287f8]
|
|
983
|
+
- Updated dependencies [74fdc0e]
|
|
984
|
+
- Updated dependencies [ca77d70]
|
|
985
|
+
- Updated dependencies [a696604]
|
|
986
|
+
- Updated dependencies [3fdc2f2]
|
|
987
|
+
- @scalar/oas-utils@0.4.11
|
|
988
|
+
- @scalar/components@0.14.16
|
|
989
|
+
|
|
990
|
+
## 0.0.16
|
|
991
|
+
|
|
992
|
+
### Patch Changes
|
|
993
|
+
|
|
994
|
+
- 2d7f995: refactor: use more common straight apostrophe ' instead of the real apostrophe ’
|
|
995
|
+
- Updated dependencies [2d7f995]
|
|
996
|
+
- @scalar/oas-utils@0.4.10
|
|
997
|
+
- @scalar/components@0.14.15
|
|
998
|
+
|
|
999
|
+
## 0.0.15
|
|
1000
|
+
|
|
1001
|
+
### Patch Changes
|
|
1002
|
+
|
|
1003
|
+
- Updated dependencies [533469b]
|
|
1004
|
+
- Updated dependencies [3393c83]
|
|
1005
|
+
- Updated dependencies [4f47b3c]
|
|
1006
|
+
- Updated dependencies [23b150b]
|
|
1007
|
+
- Updated dependencies [8e85856]
|
|
1008
|
+
- @scalar/components@0.14.14
|
|
1009
|
+
- @scalar/oas-utils@0.4.9
|
|
1010
|
+
|
|
1011
|
+
## 0.0.14
|
|
1012
|
+
|
|
1013
|
+
### Patch Changes
|
|
1014
|
+
|
|
1015
|
+
- Updated dependencies [c907685]
|
|
1016
|
+
- Updated dependencies [4bbbb32]
|
|
1017
|
+
- @scalar/components@0.14.13
|
|
1018
|
+
- @scalar/oas-utils@0.4.8
|
|
1019
|
+
|
|
1020
|
+
## 0.0.13
|
|
1021
|
+
|
|
1022
|
+
### Patch Changes
|
|
1023
|
+
|
|
1024
|
+
- @scalar/components@0.14.12
|
|
1025
|
+
- @scalar/oas-utils@0.4.7
|
|
1026
|
+
|
|
1027
|
+
## 0.0.12
|
|
1028
|
+
|
|
1029
|
+
### Patch Changes
|
|
1030
|
+
|
|
1031
|
+
- Updated dependencies [699df60]
|
|
1032
|
+
- @scalar/components@0.14.11
|
|
1033
|
+
|
|
1034
|
+
## 0.0.11
|
|
1035
|
+
|
|
1036
|
+
### Patch Changes
|
|
1037
|
+
|
|
1038
|
+
- Updated dependencies [979139e]
|
|
1039
|
+
- Updated dependencies [aaf90bf]
|
|
1040
|
+
- @scalar/oas-utils@0.4.6
|
|
1041
|
+
- @scalar/components@0.14.10
|
|
1042
|
+
|
|
1043
|
+
## 0.0.10
|
|
1044
|
+
|
|
1045
|
+
### Patch Changes
|
|
1046
|
+
|
|
1047
|
+
- @scalar/components@0.14.9
|
|
1048
|
+
|
|
1049
|
+
## 0.0.9
|
|
1050
|
+
|
|
1051
|
+
### Patch Changes
|
|
1052
|
+
|
|
1053
|
+
- Updated dependencies [2974dd6]
|
|
1054
|
+
- Updated dependencies [221e35f]
|
|
1055
|
+
- Updated dependencies [4156f1d]
|
|
1056
|
+
- Updated dependencies [177438d]
|
|
1057
|
+
- @scalar/oas-utils@0.4.5
|
|
1058
|
+
- @scalar/components@0.14.8
|
|
1059
|
+
|
|
1060
|
+
## 0.0.8
|
|
1061
|
+
|
|
1062
|
+
### Patch Changes
|
|
1063
|
+
|
|
1064
|
+
- @scalar/oas-utils@0.4.4
|
|
1065
|
+
- @scalar/components@0.14.7
|
|
1066
|
+
|
|
1067
|
+
## 0.0.7
|
|
1068
|
+
|
|
1069
|
+
### Patch Changes
|
|
1070
|
+
|
|
1071
|
+
- Updated dependencies [8165b3b]
|
|
1072
|
+
- Updated dependencies [ba84a3c]
|
|
1073
|
+
- @scalar/oas-utils@0.4.3
|
|
1074
|
+
- @scalar/components@0.14.6
|
|
1075
|
+
|
|
1076
|
+
## 0.0.6
|
|
1077
|
+
|
|
1078
|
+
### Patch Changes
|
|
1079
|
+
|
|
1080
|
+
- Updated dependencies [f1c0c01]
|
|
1081
|
+
- Updated dependencies [df7efac]
|
|
1082
|
+
- Updated dependencies [7ca47ab]
|
|
1083
|
+
- @scalar/components@0.14.5
|
|
1084
|
+
- @scalar/oas-utils@0.4.2
|
|
1085
|
+
|
|
1086
|
+
## 0.0.5
|
|
1087
|
+
|
|
1088
|
+
### Patch Changes
|
|
1089
|
+
|
|
1090
|
+
- @scalar/components@0.14.4
|
|
1091
|
+
- @scalar/oas-utils@0.4.1
|
|
1092
|
+
|
|
1093
|
+
## 0.0.4
|
|
1094
|
+
|
|
1095
|
+
### Patch Changes
|
|
1096
|
+
|
|
1097
|
+
- cad6277: feat(themes)!: migrate to tailwind v4
|
|
1098
|
+
- Updated dependencies [785939b]
|
|
1099
|
+
- Updated dependencies [1e87feb]
|
|
1100
|
+
- Updated dependencies [cad6277]
|
|
1101
|
+
- Updated dependencies [ffa93fa]
|
|
1102
|
+
- Updated dependencies [cedca9b]
|
|
1103
|
+
- @scalar/components@0.14.3
|
|
1104
|
+
- @scalar/oas-utils@0.4.0
|
|
1105
|
+
|
|
1106
|
+
## 0.0.3
|
|
1107
|
+
|
|
1108
|
+
### Patch Changes
|
|
1109
|
+
|
|
1110
|
+
- Updated dependencies [151ef09]
|
|
1111
|
+
- Updated dependencies [442c0a3]
|
|
1112
|
+
- @scalar/oas-utils@0.3.2
|
|
1113
|
+
- @scalar/components@0.14.2
|
|
1114
|
+
|
|
1115
|
+
## 0.0.2
|
|
1116
|
+
|
|
1117
|
+
### Patch Changes
|
|
1118
|
+
|
|
1119
|
+
- Updated dependencies [4440949]
|
|
1120
|
+
- @scalar/components@0.14.1
|
|
1121
|
+
- @scalar/oas-utils@0.3.1
|
|
1122
|
+
|
|
1123
|
+
## 0.0.1
|
|
1124
|
+
|
|
1125
|
+
### Patch Changes
|
|
1126
|
+
|
|
1127
|
+
- Updated dependencies [30bab1d]
|
|
1128
|
+
- Updated dependencies [5613e40]
|
|
1129
|
+
- Updated dependencies [483ca93]
|
|
1130
|
+
- Updated dependencies [0efcab4]
|
|
1131
|
+
- @scalar/oas-utils@0.3.0
|
|
1132
|
+
- @scalar/components@0.14.0
|