@redocly/portal-plugin-async-api 0.0.0-beta-20240215154132
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 +1332 -0
- package/LICENSE +3 -0
- package/README.md +1 -0
- package/lib/.tsbuildinfo +1 -0
- package/lib/config.d.ts +158 -0
- package/lib/config.js +32 -0
- package/lib/config.js.map +1 -0
- package/lib/plugin.d.ts +2 -0
- package/lib/plugin.js +102 -0
- package/lib/plugin.js.map +1 -0
- package/lib/styles.d.ts +1 -0
- package/lib/styles.js +646 -0
- package/lib/styles.js.map +1 -0
- package/lib/template.d.ts +11 -0
- package/lib/template.js +39 -0
- package/lib/template.js.map +1 -0
- package/package.json +55 -0
- package/src/config.ts +37 -0
- package/src/plugin.ts +114 -0
- package/src/styles.tsx +646 -0
- package/src/template.tsx +83 -0
- package/tsconfig.build.json +12 -0
- package/tsconfig.json +12 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1332 @@
|
|
|
1
|
+
# @redocly/portal-plugin-async-api
|
|
2
|
+
|
|
3
|
+
## 0.0.0-beta-20240215154132
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @redocly/theme@0.0.0-beta-20240215154132
|
|
9
|
+
- @redocly/realm@0.0.0-beta-20240215154132
|
|
10
|
+
|
|
11
|
+
## 1.0.165
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [291a44b6e]
|
|
16
|
+
- @redocly/realm@0.77.1
|
|
17
|
+
|
|
18
|
+
## 1.0.164
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [e8518b3c2]
|
|
23
|
+
- @redocly/realm@0.77.0
|
|
24
|
+
|
|
25
|
+
## 1.0.163
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [1b1bf73d6]
|
|
30
|
+
- Updated dependencies [aa551d81c]
|
|
31
|
+
- @redocly/realm@0.76.1
|
|
32
|
+
|
|
33
|
+
## 1.0.162
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [aa8b0c8fd]
|
|
38
|
+
- Updated dependencies [ebb78372d]
|
|
39
|
+
- @redocly/realm@0.76.0
|
|
40
|
+
|
|
41
|
+
## 1.0.161
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [a321065d0]
|
|
46
|
+
- Updated dependencies [e34c61c96]
|
|
47
|
+
- Updated dependencies [bcb97a9ca]
|
|
48
|
+
- @redocly/realm@0.75.0
|
|
49
|
+
|
|
50
|
+
## 1.0.160
|
|
51
|
+
|
|
52
|
+
### Patch Changes
|
|
53
|
+
|
|
54
|
+
- Updated dependencies [e5940b899]
|
|
55
|
+
- Updated dependencies [b20a7f597]
|
|
56
|
+
- @redocly/realm@0.74.5
|
|
57
|
+
|
|
58
|
+
## 1.0.159
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies [40464ce61]
|
|
63
|
+
- Updated dependencies [e15a59fc0]
|
|
64
|
+
- Updated dependencies [71af4c7e6]
|
|
65
|
+
- Updated dependencies [6b3ab3ec5]
|
|
66
|
+
- @redocly/realm@0.74.4
|
|
67
|
+
|
|
68
|
+
## 1.0.158
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- Updated dependencies [603761b00]
|
|
73
|
+
- Updated dependencies [63ae6ef37]
|
|
74
|
+
- Updated dependencies [603761b00]
|
|
75
|
+
- @redocly/realm@0.74.3
|
|
76
|
+
|
|
77
|
+
## 1.0.157
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- Updated dependencies [9ccf9edf2]
|
|
82
|
+
- Updated dependencies [2d04b482a]
|
|
83
|
+
- @redocly/realm@0.74.2
|
|
84
|
+
|
|
85
|
+
## 1.0.156
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Updated dependencies [997f9278a]
|
|
90
|
+
- @redocly/realm@0.74.1
|
|
91
|
+
|
|
92
|
+
## 1.0.155
|
|
93
|
+
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- Updated dependencies [09cc0d8a9]
|
|
97
|
+
- Updated dependencies [775e69850]
|
|
98
|
+
- Updated dependencies [178050289]
|
|
99
|
+
- Updated dependencies [f2eed65ee]
|
|
100
|
+
- Updated dependencies [3009d9c35]
|
|
101
|
+
- Updated dependencies [50e02cc27]
|
|
102
|
+
- Updated dependencies [ba4b88967]
|
|
103
|
+
- Updated dependencies [2e8f079ef]
|
|
104
|
+
- Updated dependencies [15b8ff2e5]
|
|
105
|
+
- Updated dependencies [ec041f2e4]
|
|
106
|
+
- Updated dependencies [5516d45f8]
|
|
107
|
+
- @redocly/realm@0.74.0
|
|
108
|
+
|
|
109
|
+
## 1.0.154
|
|
110
|
+
|
|
111
|
+
### Patch Changes
|
|
112
|
+
|
|
113
|
+
- Updated dependencies [8b71a5da9]
|
|
114
|
+
- Updated dependencies [f160fefeb]
|
|
115
|
+
- Updated dependencies [835f1c4f8]
|
|
116
|
+
- Updated dependencies [7250b5a89]
|
|
117
|
+
- @redocly/realm@0.73.0
|
|
118
|
+
|
|
119
|
+
## 1.0.153
|
|
120
|
+
|
|
121
|
+
### Patch Changes
|
|
122
|
+
|
|
123
|
+
- Updated dependencies [06abf1764]
|
|
124
|
+
- Updated dependencies [29e71d8bb]
|
|
125
|
+
- Updated dependencies [75551d925]
|
|
126
|
+
- @redocly/realm@0.72.0
|
|
127
|
+
|
|
128
|
+
## 1.0.152
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- Updated dependencies [e6e4dc94e]
|
|
133
|
+
- Updated dependencies [472664577]
|
|
134
|
+
- Updated dependencies [56bebfefa]
|
|
135
|
+
- @redocly/realm@0.71.1
|
|
136
|
+
|
|
137
|
+
## 1.0.151
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- dbc9ee726: fix: Resolved an issue with unreadable asyncapi file in root path.
|
|
142
|
+
- Updated dependencies [afcada20f]
|
|
143
|
+
- Updated dependencies [9c91703a1]
|
|
144
|
+
- @redocly/realm@0.71.0
|
|
145
|
+
|
|
146
|
+
## 1.0.150
|
|
147
|
+
|
|
148
|
+
### Patch Changes
|
|
149
|
+
|
|
150
|
+
- Updated dependencies [b24b0eb78]
|
|
151
|
+
- Updated dependencies [114057099]
|
|
152
|
+
- @redocly/realm@0.70.0
|
|
153
|
+
|
|
154
|
+
## 1.0.149
|
|
155
|
+
|
|
156
|
+
### Patch Changes
|
|
157
|
+
|
|
158
|
+
- Updated dependencies [2f2da4885]
|
|
159
|
+
- Updated dependencies [25c2e551a]
|
|
160
|
+
- Updated dependencies [f135aad7e]
|
|
161
|
+
- @redocly/realm@0.69.9
|
|
162
|
+
|
|
163
|
+
## 1.0.148
|
|
164
|
+
|
|
165
|
+
### Patch Changes
|
|
166
|
+
|
|
167
|
+
- Updated dependencies [355a20c08]
|
|
168
|
+
- Updated dependencies [84d136694]
|
|
169
|
+
- @redocly/realm@0.69.8
|
|
170
|
+
|
|
171
|
+
## 1.0.147
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- Updated dependencies [a7e05c43e]
|
|
176
|
+
- Updated dependencies [764c4068f]
|
|
177
|
+
- Updated dependencies [c466a1dc5]
|
|
178
|
+
- @redocly/realm@0.69.7
|
|
179
|
+
|
|
180
|
+
## 1.0.146
|
|
181
|
+
|
|
182
|
+
### Patch Changes
|
|
183
|
+
|
|
184
|
+
- Updated dependencies [fadcee36b]
|
|
185
|
+
- Updated dependencies [7d6481e26]
|
|
186
|
+
- Updated dependencies [4c254f545]
|
|
187
|
+
- Updated dependencies [66ca01c02]
|
|
188
|
+
- @redocly/realm@0.69.6
|
|
189
|
+
|
|
190
|
+
## 1.0.145
|
|
191
|
+
|
|
192
|
+
### Patch Changes
|
|
193
|
+
|
|
194
|
+
- Updated dependencies [9ed3a66b0]
|
|
195
|
+
- @redocly/realm@0.69.5
|
|
196
|
+
|
|
197
|
+
## 1.0.144
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- Updated dependencies [b6a5ef6c8]
|
|
202
|
+
- Updated dependencies [70cd946be]
|
|
203
|
+
- @redocly/realm@0.69.4
|
|
204
|
+
|
|
205
|
+
## 1.0.143
|
|
206
|
+
|
|
207
|
+
### Patch Changes
|
|
208
|
+
|
|
209
|
+
- Updated dependencies [34578723e]
|
|
210
|
+
- Updated dependencies [cc564c03e]
|
|
211
|
+
- @redocly/realm@0.69.3
|
|
212
|
+
|
|
213
|
+
## 1.0.142
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- Updated dependencies [01f7fe586]
|
|
218
|
+
- @redocly/realm@0.69.2
|
|
219
|
+
|
|
220
|
+
## 1.0.141
|
|
221
|
+
|
|
222
|
+
### Patch Changes
|
|
223
|
+
|
|
224
|
+
- Updated dependencies [8c5d7a9ed]
|
|
225
|
+
- Updated dependencies [f8ea52fb5]
|
|
226
|
+
- @redocly/realm@0.69.1
|
|
227
|
+
|
|
228
|
+
## 1.0.140
|
|
229
|
+
|
|
230
|
+
### Minor Changes
|
|
231
|
+
|
|
232
|
+
- bffdd6d39: feat: migrate from @redocly/portal to @redocly/realm
|
|
233
|
+
|
|
234
|
+
### Patch Changes
|
|
235
|
+
|
|
236
|
+
- Updated dependencies [bffdd6d39]
|
|
237
|
+
- @redocly/realm@0.69.0
|
|
238
|
+
|
|
239
|
+
## 1.0.139
|
|
240
|
+
|
|
241
|
+
### Patch Changes
|
|
242
|
+
|
|
243
|
+
- Updated dependencies [90028998f]
|
|
244
|
+
- Updated dependencies [41ecb411b]
|
|
245
|
+
- Updated dependencies [90028998f]
|
|
246
|
+
- Updated dependencies [3590f69bc]
|
|
247
|
+
- @redocly/portal@0.68.3
|
|
248
|
+
|
|
249
|
+
## 1.0.138
|
|
250
|
+
|
|
251
|
+
### Patch Changes
|
|
252
|
+
|
|
253
|
+
- @redocly/portal@0.68.2
|
|
254
|
+
|
|
255
|
+
## 1.0.137
|
|
256
|
+
|
|
257
|
+
### Patch Changes
|
|
258
|
+
|
|
259
|
+
- Updated dependencies [481222628]
|
|
260
|
+
- @redocly/portal@0.68.1
|
|
261
|
+
|
|
262
|
+
## 1.0.136
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- Updated dependencies [2b213dd9d]
|
|
267
|
+
- Updated dependencies [26620559d]
|
|
268
|
+
- Updated dependencies [0ff01348c]
|
|
269
|
+
- Updated dependencies [8bd9858f5]
|
|
270
|
+
- Updated dependencies [dcd7450f9]
|
|
271
|
+
- Updated dependencies [a8a1822a0]
|
|
272
|
+
- Updated dependencies [e03a5b024]
|
|
273
|
+
- @redocly/portal@0.68.0
|
|
274
|
+
|
|
275
|
+
## 1.0.135
|
|
276
|
+
|
|
277
|
+
### Patch Changes
|
|
278
|
+
|
|
279
|
+
- Updated dependencies [63e33d26c]
|
|
280
|
+
- Updated dependencies [b9127f69c]
|
|
281
|
+
- @redocly/portal@0.67.1
|
|
282
|
+
|
|
283
|
+
## 1.0.134
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- f5a40bbbf: fix: Downgraded @asyncapi/react-component dependency.
|
|
288
|
+
|
|
289
|
+
## 1.0.133
|
|
290
|
+
|
|
291
|
+
### Minor Changes
|
|
292
|
+
|
|
293
|
+
- 4bd87f15c: feat: Migrated to use React 18 [BREAKING CHANGE].
|
|
294
|
+
|
|
295
|
+
### Patch Changes
|
|
296
|
+
|
|
297
|
+
- Updated dependencies [4bd87f15c]
|
|
298
|
+
- @redocly/portal@0.67.0
|
|
299
|
+
|
|
300
|
+
## 1.0.132
|
|
301
|
+
|
|
302
|
+
### Patch Changes
|
|
303
|
+
|
|
304
|
+
- Updated dependencies [894fc3e0a]
|
|
305
|
+
- @redocly/portal@0.66.4
|
|
306
|
+
|
|
307
|
+
## 1.0.131
|
|
308
|
+
|
|
309
|
+
### Patch Changes
|
|
310
|
+
|
|
311
|
+
- Updated dependencies [09d10adab]
|
|
312
|
+
- @redocly/portal@0.66.3
|
|
313
|
+
|
|
314
|
+
## 1.0.130
|
|
315
|
+
|
|
316
|
+
### Patch Changes
|
|
317
|
+
|
|
318
|
+
- Updated dependencies [63cb78981]
|
|
319
|
+
- @redocly/portal@0.66.2
|
|
320
|
+
|
|
321
|
+
## 1.0.129
|
|
322
|
+
|
|
323
|
+
### Patch Changes
|
|
324
|
+
|
|
325
|
+
- Updated dependencies [6781ff566]
|
|
326
|
+
- @redocly/portal@0.66.1
|
|
327
|
+
|
|
328
|
+
## 1.0.128
|
|
329
|
+
|
|
330
|
+
### Patch Changes
|
|
331
|
+
|
|
332
|
+
- Updated dependencies [ee4a87247]
|
|
333
|
+
- Updated dependencies [7dc7c13fc]
|
|
334
|
+
- Updated dependencies [7c8f995e5]
|
|
335
|
+
- Updated dependencies [791adbb4a]
|
|
336
|
+
- Updated dependencies [ee4a87247]
|
|
337
|
+
- Updated dependencies [5cacbd8ad]
|
|
338
|
+
- Updated dependencies [9c6971473]
|
|
339
|
+
- @redocly/portal@0.66.0
|
|
340
|
+
|
|
341
|
+
## 1.0.127
|
|
342
|
+
|
|
343
|
+
### Patch Changes
|
|
344
|
+
|
|
345
|
+
- Updated dependencies [0d065e5dc]
|
|
346
|
+
- Updated dependencies [f86cd8081]
|
|
347
|
+
- Updated dependencies [e845cc671]
|
|
348
|
+
- Updated dependencies [5ecb9083b]
|
|
349
|
+
- @redocly/portal@0.65.7
|
|
350
|
+
|
|
351
|
+
## 1.0.126
|
|
352
|
+
|
|
353
|
+
### Patch Changes
|
|
354
|
+
|
|
355
|
+
- Updated dependencies [cf88f7d7f]
|
|
356
|
+
- Updated dependencies [cf88f7d7f]
|
|
357
|
+
- @redocly/portal@0.65.6
|
|
358
|
+
|
|
359
|
+
## 1.0.125
|
|
360
|
+
|
|
361
|
+
### Patch Changes
|
|
362
|
+
|
|
363
|
+
- Updated dependencies [73949f45c]
|
|
364
|
+
- @redocly/portal@0.65.5
|
|
365
|
+
|
|
366
|
+
## 1.0.124
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- Updated dependencies [76deb6b45]
|
|
371
|
+
- Updated dependencies [2dce3c2b5]
|
|
372
|
+
- @redocly/portal@0.65.4
|
|
373
|
+
|
|
374
|
+
## 1.0.123
|
|
375
|
+
|
|
376
|
+
### Patch Changes
|
|
377
|
+
|
|
378
|
+
- Updated dependencies [29e5455db]
|
|
379
|
+
- @redocly/portal@0.65.3
|
|
380
|
+
|
|
381
|
+
## 1.0.122
|
|
382
|
+
|
|
383
|
+
### Patch Changes
|
|
384
|
+
|
|
385
|
+
- Updated dependencies [0a5633706]
|
|
386
|
+
- @redocly/portal@0.65.2
|
|
387
|
+
|
|
388
|
+
## 1.0.121
|
|
389
|
+
|
|
390
|
+
### Patch Changes
|
|
391
|
+
|
|
392
|
+
- Updated dependencies [54adfae9b]
|
|
393
|
+
- @redocly/portal@0.65.1
|
|
394
|
+
|
|
395
|
+
## 1.0.120
|
|
396
|
+
|
|
397
|
+
### Patch Changes
|
|
398
|
+
|
|
399
|
+
- Updated dependencies [8383e68c8]
|
|
400
|
+
- Updated dependencies [94b5795d3]
|
|
401
|
+
- Updated dependencies [c294c966b]
|
|
402
|
+
- @redocly/portal@0.65.0
|
|
403
|
+
|
|
404
|
+
## 1.0.119
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
- Updated dependencies [4106defe3]
|
|
409
|
+
- Updated dependencies [a302c0fe6]
|
|
410
|
+
- Updated dependencies [fde1fa17b]
|
|
411
|
+
- Updated dependencies [1ee165b78]
|
|
412
|
+
- Updated dependencies [4106defe3]
|
|
413
|
+
- @redocly/portal@0.64.6
|
|
414
|
+
|
|
415
|
+
## 1.0.118
|
|
416
|
+
|
|
417
|
+
### Patch Changes
|
|
418
|
+
|
|
419
|
+
- Updated dependencies [781142dc2]
|
|
420
|
+
- @redocly/portal@0.64.5
|
|
421
|
+
|
|
422
|
+
## 1.0.117
|
|
423
|
+
|
|
424
|
+
### Patch Changes
|
|
425
|
+
|
|
426
|
+
- 8e5438060: feat(project): Add bundling of references from external files.
|
|
427
|
+
- Updated dependencies [355c46717]
|
|
428
|
+
- @redocly/portal@0.64.4
|
|
429
|
+
|
|
430
|
+
## 1.0.116
|
|
431
|
+
|
|
432
|
+
### Patch Changes
|
|
433
|
+
|
|
434
|
+
- Updated dependencies [cfe16c67d]
|
|
435
|
+
- Updated dependencies [41e53c319]
|
|
436
|
+
- @redocly/portal@0.64.3
|
|
437
|
+
|
|
438
|
+
## 1.0.115
|
|
439
|
+
|
|
440
|
+
### Patch Changes
|
|
441
|
+
|
|
442
|
+
- Updated dependencies [d9e5f359f]
|
|
443
|
+
- @redocly/portal@0.64.2
|
|
444
|
+
|
|
445
|
+
## 1.0.114
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
- Updated dependencies [2e1a16683]
|
|
450
|
+
- Updated dependencies [6e1533072]
|
|
451
|
+
- @redocly/portal@0.64.1
|
|
452
|
+
|
|
453
|
+
## 1.0.113
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- Updated dependencies [1e79af2cd]
|
|
458
|
+
- Updated dependencies [24043f554]
|
|
459
|
+
- Updated dependencies [96eae1376]
|
|
460
|
+
- Updated dependencies [95834a9ca]
|
|
461
|
+
- @redocly/portal@0.64.0
|
|
462
|
+
|
|
463
|
+
## 1.0.112
|
|
464
|
+
|
|
465
|
+
### Patch Changes
|
|
466
|
+
|
|
467
|
+
- Updated dependencies [07b796e28]
|
|
468
|
+
- Updated dependencies [88a37a7d4]
|
|
469
|
+
- Updated dependencies [595c40953]
|
|
470
|
+
- @redocly/portal@0.63.4
|
|
471
|
+
|
|
472
|
+
## 1.0.111
|
|
473
|
+
|
|
474
|
+
### Patch Changes
|
|
475
|
+
|
|
476
|
+
- Updated dependencies [294b1dd60]
|
|
477
|
+
- @redocly/portal@0.63.3
|
|
478
|
+
|
|
479
|
+
## 1.0.110
|
|
480
|
+
|
|
481
|
+
### Patch Changes
|
|
482
|
+
|
|
483
|
+
- Updated dependencies [c66701bb9]
|
|
484
|
+
- Updated dependencies [3d7ad915f]
|
|
485
|
+
- @redocly/portal@0.63.2
|
|
486
|
+
|
|
487
|
+
## 1.0.109
|
|
488
|
+
|
|
489
|
+
### Patch Changes
|
|
490
|
+
|
|
491
|
+
- Updated dependencies [6281f6df0]
|
|
492
|
+
- Updated dependencies [e9fb9b0aa]
|
|
493
|
+
- Updated dependencies [e0d6c062e]
|
|
494
|
+
- @redocly/portal@0.63.1
|
|
495
|
+
|
|
496
|
+
## 1.0.108
|
|
497
|
+
|
|
498
|
+
### Patch Changes
|
|
499
|
+
|
|
500
|
+
- Updated dependencies [935926dd7]
|
|
501
|
+
- Updated dependencies [ef7d4d565]
|
|
502
|
+
- @redocly/portal@0.63.0
|
|
503
|
+
|
|
504
|
+
## 1.0.107
|
|
505
|
+
|
|
506
|
+
### Patch Changes
|
|
507
|
+
|
|
508
|
+
- Updated dependencies [99ee8c661]
|
|
509
|
+
- Updated dependencies [68ec30e86]
|
|
510
|
+
- Updated dependencies [ff980728a]
|
|
511
|
+
- @redocly/portal@0.62.0
|
|
512
|
+
|
|
513
|
+
## 1.0.106
|
|
514
|
+
|
|
515
|
+
### Patch Changes
|
|
516
|
+
|
|
517
|
+
- Updated dependencies [a1ad7bffa]
|
|
518
|
+
- Updated dependencies [cfb85438f]
|
|
519
|
+
- @redocly/portal@0.61.0
|
|
520
|
+
|
|
521
|
+
## 1.0.105
|
|
522
|
+
|
|
523
|
+
### Patch Changes
|
|
524
|
+
|
|
525
|
+
- Updated dependencies [b7da956cc]
|
|
526
|
+
- Updated dependencies [31152fa81]
|
|
527
|
+
- @redocly/portal@0.60.2
|
|
528
|
+
|
|
529
|
+
## 1.0.104
|
|
530
|
+
|
|
531
|
+
### Patch Changes
|
|
532
|
+
|
|
533
|
+
- Updated dependencies [6784b5707]
|
|
534
|
+
- @redocly/portal@0.60.1
|
|
535
|
+
|
|
536
|
+
## 1.0.103
|
|
537
|
+
|
|
538
|
+
### Patch Changes
|
|
539
|
+
|
|
540
|
+
- Updated dependencies [1384c5d31]
|
|
541
|
+
- Updated dependencies [e6421f27f]
|
|
542
|
+
- Updated dependencies [a4ce7deb9]
|
|
543
|
+
- @redocly/portal@0.60.0
|
|
544
|
+
|
|
545
|
+
## 1.0.102
|
|
546
|
+
|
|
547
|
+
### Patch Changes
|
|
548
|
+
|
|
549
|
+
- @redocly/portal@0.59.1
|
|
550
|
+
|
|
551
|
+
## 1.0.101
|
|
552
|
+
|
|
553
|
+
### Patch Changes
|
|
554
|
+
|
|
555
|
+
- Updated dependencies [82e996599]
|
|
556
|
+
- @redocly/portal@0.59.0
|
|
557
|
+
|
|
558
|
+
## 1.0.100
|
|
559
|
+
|
|
560
|
+
### Patch Changes
|
|
561
|
+
|
|
562
|
+
- Updated dependencies [4a5b1f944]
|
|
563
|
+
- Updated dependencies [f4aa252cc]
|
|
564
|
+
- Updated dependencies [1683f3a5d]
|
|
565
|
+
- @redocly/portal@0.58.0
|
|
566
|
+
|
|
567
|
+
## 1.0.99
|
|
568
|
+
|
|
569
|
+
### Patch Changes
|
|
570
|
+
|
|
571
|
+
- Updated dependencies [78a9e3663]
|
|
572
|
+
- Updated dependencies [3e345bb5e]
|
|
573
|
+
- Updated dependencies [78a9e3663]
|
|
574
|
+
- Updated dependencies [78a9e3663]
|
|
575
|
+
- @redocly/portal@0.57.0
|
|
576
|
+
|
|
577
|
+
## 1.0.98
|
|
578
|
+
|
|
579
|
+
### Patch Changes
|
|
580
|
+
|
|
581
|
+
- Updated dependencies [b8d6d84a8]
|
|
582
|
+
- Updated dependencies [f5a4ea15d]
|
|
583
|
+
- Updated dependencies [359d59217]
|
|
584
|
+
- @redocly/portal@0.56.0
|
|
585
|
+
|
|
586
|
+
## 1.0.97
|
|
587
|
+
|
|
588
|
+
### Patch Changes
|
|
589
|
+
|
|
590
|
+
- Updated dependencies [9772ebc06]
|
|
591
|
+
- Updated dependencies [60d888d64]
|
|
592
|
+
- @redocly/portal@0.55.0
|
|
593
|
+
|
|
594
|
+
## 1.0.96
|
|
595
|
+
|
|
596
|
+
### Patch Changes
|
|
597
|
+
|
|
598
|
+
- Updated dependencies [9215f6881]
|
|
599
|
+
- @redocly/portal@0.54.1
|
|
600
|
+
|
|
601
|
+
## 1.0.95
|
|
602
|
+
|
|
603
|
+
### Patch Changes
|
|
604
|
+
|
|
605
|
+
- Updated dependencies [c352074dd]
|
|
606
|
+
- Updated dependencies [48a14ff1e]
|
|
607
|
+
- Updated dependencies [091d4aba5]
|
|
608
|
+
- @redocly/portal@0.54.0
|
|
609
|
+
|
|
610
|
+
## 1.0.94
|
|
611
|
+
|
|
612
|
+
### Patch Changes
|
|
613
|
+
|
|
614
|
+
- Updated dependencies [1a730a5f9]
|
|
615
|
+
- Updated dependencies [57c920f8f]
|
|
616
|
+
- @redocly/portal@0.53.0
|
|
617
|
+
|
|
618
|
+
## 1.0.93
|
|
619
|
+
|
|
620
|
+
### Patch Changes
|
|
621
|
+
|
|
622
|
+
- Updated dependencies [756c33503]
|
|
623
|
+
- Updated dependencies [c1962d6d6]
|
|
624
|
+
- @redocly/portal@0.52.0
|
|
625
|
+
|
|
626
|
+
## 1.0.92
|
|
627
|
+
|
|
628
|
+
### Patch Changes
|
|
629
|
+
|
|
630
|
+
- @redocly/portal@0.51.3
|
|
631
|
+
|
|
632
|
+
## 1.0.91
|
|
633
|
+
|
|
634
|
+
### Patch Changes
|
|
635
|
+
|
|
636
|
+
- Updated dependencies [6498a3398]
|
|
637
|
+
- @redocly/portal@0.51.2
|
|
638
|
+
|
|
639
|
+
## 1.0.90
|
|
640
|
+
|
|
641
|
+
### Patch Changes
|
|
642
|
+
|
|
643
|
+
- Updated dependencies [3bc22724e]
|
|
644
|
+
- @redocly/portal@0.51.1
|
|
645
|
+
|
|
646
|
+
## 1.0.89
|
|
647
|
+
|
|
648
|
+
### Patch Changes
|
|
649
|
+
|
|
650
|
+
- Updated dependencies [a497c5d17]
|
|
651
|
+
- @redocly/portal@0.51.0
|
|
652
|
+
|
|
653
|
+
## 1.0.88
|
|
654
|
+
|
|
655
|
+
### Patch Changes
|
|
656
|
+
|
|
657
|
+
- Updated dependencies [e73b99064]
|
|
658
|
+
- Updated dependencies [75d51ddcf]
|
|
659
|
+
- Updated dependencies [69c1330a7]
|
|
660
|
+
- Updated dependencies [2c9d723b5]
|
|
661
|
+
- @redocly/portal@0.50.0
|
|
662
|
+
|
|
663
|
+
## 1.0.87
|
|
664
|
+
|
|
665
|
+
### Patch Changes
|
|
666
|
+
|
|
667
|
+
- @redocly/portal@0.49.1
|
|
668
|
+
|
|
669
|
+
## 1.0.86
|
|
670
|
+
|
|
671
|
+
### Patch Changes
|
|
672
|
+
|
|
673
|
+
- Updated dependencies [b46394802]
|
|
674
|
+
- Updated dependencies [b46394802]
|
|
675
|
+
- @redocly/portal@0.49.0
|
|
676
|
+
|
|
677
|
+
## 1.0.85
|
|
678
|
+
|
|
679
|
+
### Patch Changes
|
|
680
|
+
|
|
681
|
+
- Updated dependencies [532c44734]
|
|
682
|
+
- @redocly/portal@0.48.1
|
|
683
|
+
|
|
684
|
+
## 1.0.84
|
|
685
|
+
|
|
686
|
+
### Patch Changes
|
|
687
|
+
|
|
688
|
+
- Updated dependencies [d756059ef]
|
|
689
|
+
- @redocly/portal@0.48.0
|
|
690
|
+
|
|
691
|
+
## 1.0.83
|
|
692
|
+
|
|
693
|
+
### Patch Changes
|
|
694
|
+
|
|
695
|
+
- Updated dependencies [9aeac67bc]
|
|
696
|
+
- @redocly/portal@0.47.5
|
|
697
|
+
|
|
698
|
+
## 1.0.82
|
|
699
|
+
|
|
700
|
+
### Patch Changes
|
|
701
|
+
|
|
702
|
+
- Updated dependencies [34630e2a2]
|
|
703
|
+
- @redocly/portal@0.47.4
|
|
704
|
+
|
|
705
|
+
## 1.0.81
|
|
706
|
+
|
|
707
|
+
### Patch Changes
|
|
708
|
+
|
|
709
|
+
- Updated dependencies [a34feedda]
|
|
710
|
+
- Updated dependencies [e25c1ba71]
|
|
711
|
+
- @redocly/portal@0.47.3
|
|
712
|
+
|
|
713
|
+
## 1.0.80
|
|
714
|
+
|
|
715
|
+
### Patch Changes
|
|
716
|
+
|
|
717
|
+
- @redocly/portal@0.47.2
|
|
718
|
+
|
|
719
|
+
## 1.0.79
|
|
720
|
+
|
|
721
|
+
### Patch Changes
|
|
722
|
+
|
|
723
|
+
- Updated dependencies [c6d6621c2]
|
|
724
|
+
- Updated dependencies [7cf006a3d]
|
|
725
|
+
- @redocly/portal@0.47.1
|
|
726
|
+
|
|
727
|
+
## 1.0.78
|
|
728
|
+
|
|
729
|
+
### Patch Changes
|
|
730
|
+
|
|
731
|
+
- Updated dependencies [840b66260]
|
|
732
|
+
- @redocly/portal@0.47.0
|
|
733
|
+
|
|
734
|
+
## 1.0.77
|
|
735
|
+
|
|
736
|
+
### Patch Changes
|
|
737
|
+
|
|
738
|
+
- Updated dependencies [de5b04c15]
|
|
739
|
+
- @redocly/portal@0.46.0
|
|
740
|
+
|
|
741
|
+
## 1.0.76
|
|
742
|
+
|
|
743
|
+
### Patch Changes
|
|
744
|
+
|
|
745
|
+
- Updated dependencies [618c6facc]
|
|
746
|
+
- @redocly/portal@0.45.0
|
|
747
|
+
|
|
748
|
+
## 1.0.75
|
|
749
|
+
|
|
750
|
+
### Patch Changes
|
|
751
|
+
|
|
752
|
+
- @redocly/portal@0.44.1
|
|
753
|
+
|
|
754
|
+
## 1.0.74
|
|
755
|
+
|
|
756
|
+
### Patch Changes
|
|
757
|
+
|
|
758
|
+
- Updated dependencies [d67e30244]
|
|
759
|
+
- @redocly/portal@0.44.0
|
|
760
|
+
|
|
761
|
+
## 1.0.73
|
|
762
|
+
|
|
763
|
+
### Patch Changes
|
|
764
|
+
|
|
765
|
+
- @redocly/portal@0.43.5
|
|
766
|
+
|
|
767
|
+
## 1.0.72
|
|
768
|
+
|
|
769
|
+
### Patch Changes
|
|
770
|
+
|
|
771
|
+
- Updated dependencies [f61c6b3d6]
|
|
772
|
+
- Updated dependencies [f61c6b3d6]
|
|
773
|
+
- @redocly/portal@0.43.4
|
|
774
|
+
|
|
775
|
+
## 1.0.71
|
|
776
|
+
|
|
777
|
+
### Patch Changes
|
|
778
|
+
|
|
779
|
+
- Updated dependencies [6f153c3a2]
|
|
780
|
+
- @redocly/portal@0.43.3
|
|
781
|
+
|
|
782
|
+
## 1.0.70
|
|
783
|
+
|
|
784
|
+
### Patch Changes
|
|
785
|
+
|
|
786
|
+
- Updated dependencies [3e4f5c034]
|
|
787
|
+
- Updated dependencies [1d4b38d90]
|
|
788
|
+
- Updated dependencies [ecec03117]
|
|
789
|
+
- @redocly/portal@0.43.2
|
|
790
|
+
|
|
791
|
+
## 1.0.69
|
|
792
|
+
|
|
793
|
+
### Patch Changes
|
|
794
|
+
|
|
795
|
+
- Updated dependencies [500424262]
|
|
796
|
+
- @redocly/portal@0.43.1
|
|
797
|
+
|
|
798
|
+
## 1.0.68
|
|
799
|
+
|
|
800
|
+
### Patch Changes
|
|
801
|
+
|
|
802
|
+
- Updated dependencies [e3afd8c06]
|
|
803
|
+
- @redocly/portal@0.43.0
|
|
804
|
+
|
|
805
|
+
## 1.0.67
|
|
806
|
+
|
|
807
|
+
### Patch Changes
|
|
808
|
+
|
|
809
|
+
- Updated dependencies [cb6b155fd]
|
|
810
|
+
- @redocly/portal@0.42.0
|
|
811
|
+
|
|
812
|
+
## 1.0.66
|
|
813
|
+
|
|
814
|
+
### Patch Changes
|
|
815
|
+
|
|
816
|
+
- Updated dependencies [ca2f7079a]
|
|
817
|
+
- @redocly/portal@0.41.2
|
|
818
|
+
|
|
819
|
+
## 1.0.65
|
|
820
|
+
|
|
821
|
+
### Patch Changes
|
|
822
|
+
|
|
823
|
+
- Updated dependencies [092af3866]
|
|
824
|
+
- Updated dependencies [89a7bd2c3]
|
|
825
|
+
- @redocly/portal@0.41.1
|
|
826
|
+
|
|
827
|
+
## 1.0.64
|
|
828
|
+
|
|
829
|
+
### Patch Changes
|
|
830
|
+
|
|
831
|
+
- Updated dependencies [d60c10479]
|
|
832
|
+
- Updated dependencies [4f39941c1]
|
|
833
|
+
- @redocly/portal@0.41.0
|
|
834
|
+
|
|
835
|
+
## 1.0.63
|
|
836
|
+
|
|
837
|
+
### Patch Changes
|
|
838
|
+
|
|
839
|
+
- Updated dependencies [538891900]
|
|
840
|
+
- @redocly/portal@0.40.4
|
|
841
|
+
|
|
842
|
+
## 1.0.62
|
|
843
|
+
|
|
844
|
+
### Patch Changes
|
|
845
|
+
|
|
846
|
+
- Updated dependencies [ab6ecd352]
|
|
847
|
+
- @redocly/portal@0.40.3
|
|
848
|
+
|
|
849
|
+
## 1.0.61
|
|
850
|
+
|
|
851
|
+
### Patch Changes
|
|
852
|
+
|
|
853
|
+
- Updated dependencies [837cb47b1]
|
|
854
|
+
- @redocly/portal@0.40.2
|
|
855
|
+
|
|
856
|
+
## 1.0.60
|
|
857
|
+
|
|
858
|
+
### Patch Changes
|
|
859
|
+
|
|
860
|
+
- Updated dependencies [acad5075f]
|
|
861
|
+
- Updated dependencies [4416382bc]
|
|
862
|
+
- @redocly/portal@0.40.1
|
|
863
|
+
|
|
864
|
+
## 1.0.59
|
|
865
|
+
|
|
866
|
+
### Patch Changes
|
|
867
|
+
|
|
868
|
+
- Updated dependencies [abd5eca52]
|
|
869
|
+
- Updated dependencies [fc2dbeaa0]
|
|
870
|
+
- Updated dependencies [0e6b7dd61]
|
|
871
|
+
- @redocly/portal@0.40.0
|
|
872
|
+
|
|
873
|
+
## 1.0.58
|
|
874
|
+
|
|
875
|
+
### Patch Changes
|
|
876
|
+
|
|
877
|
+
- Updated dependencies [a7efe91b9]
|
|
878
|
+
- @redocly/portal@0.39.2
|
|
879
|
+
|
|
880
|
+
## 1.0.57
|
|
881
|
+
|
|
882
|
+
### Patch Changes
|
|
883
|
+
|
|
884
|
+
- Updated dependencies [3d106ec79]
|
|
885
|
+
- @redocly/portal@0.39.1
|
|
886
|
+
|
|
887
|
+
## 1.0.56
|
|
888
|
+
|
|
889
|
+
### Patch Changes
|
|
890
|
+
|
|
891
|
+
- Updated dependencies [a5a118874]
|
|
892
|
+
- Updated dependencies [a5a118874]
|
|
893
|
+
- @redocly/portal@0.39.0
|
|
894
|
+
|
|
895
|
+
## 1.0.55
|
|
896
|
+
|
|
897
|
+
### Patch Changes
|
|
898
|
+
|
|
899
|
+
- Updated dependencies [e876b5f56]
|
|
900
|
+
- @redocly/portal@0.38.1
|
|
901
|
+
|
|
902
|
+
## 1.0.54
|
|
903
|
+
|
|
904
|
+
### Patch Changes
|
|
905
|
+
|
|
906
|
+
- Updated dependencies [54f016c37]
|
|
907
|
+
- @redocly/portal@0.38.0
|
|
908
|
+
|
|
909
|
+
## 1.0.53
|
|
910
|
+
|
|
911
|
+
### Patch Changes
|
|
912
|
+
|
|
913
|
+
- Updated dependencies [efe2dcb2d]
|
|
914
|
+
- @redocly/portal@0.37.2
|
|
915
|
+
|
|
916
|
+
## 1.0.52
|
|
917
|
+
|
|
918
|
+
### Patch Changes
|
|
919
|
+
|
|
920
|
+
- Updated dependencies [6c45d9ca9]
|
|
921
|
+
- Updated dependencies [3585d9212]
|
|
922
|
+
- Updated dependencies [0135e1d51]
|
|
923
|
+
- @redocly/portal@0.37.1
|
|
924
|
+
|
|
925
|
+
## 1.0.51
|
|
926
|
+
|
|
927
|
+
### Patch Changes
|
|
928
|
+
|
|
929
|
+
- Updated dependencies [0677b9e0a]
|
|
930
|
+
- Updated dependencies [bca6052d5]
|
|
931
|
+
- Updated dependencies [56e4957fb]
|
|
932
|
+
- @redocly/portal@0.37.0
|
|
933
|
+
|
|
934
|
+
## 1.0.50
|
|
935
|
+
|
|
936
|
+
### Patch Changes
|
|
937
|
+
|
|
938
|
+
- Updated dependencies [4b6057618]
|
|
939
|
+
- @redocly/portal@0.36.1
|
|
940
|
+
|
|
941
|
+
## 1.0.49
|
|
942
|
+
|
|
943
|
+
### Patch Changes
|
|
944
|
+
|
|
945
|
+
- Updated dependencies [ed14d3f5d]
|
|
946
|
+
- @redocly/portal@0.36.0
|
|
947
|
+
|
|
948
|
+
## 1.0.48
|
|
949
|
+
|
|
950
|
+
### Patch Changes
|
|
951
|
+
|
|
952
|
+
- Updated dependencies [6749e7358]
|
|
953
|
+
- @redocly/portal@0.35.0
|
|
954
|
+
|
|
955
|
+
## 1.0.47
|
|
956
|
+
|
|
957
|
+
### Patch Changes
|
|
958
|
+
|
|
959
|
+
- @redocly/portal@0.34.5
|
|
960
|
+
|
|
961
|
+
## 1.0.46
|
|
962
|
+
|
|
963
|
+
### Patch Changes
|
|
964
|
+
|
|
965
|
+
- Updated dependencies [d8da055f9]
|
|
966
|
+
- @redocly/portal@0.34.4
|
|
967
|
+
|
|
968
|
+
## 1.0.45
|
|
969
|
+
|
|
970
|
+
### Patch Changes
|
|
971
|
+
|
|
972
|
+
- Updated dependencies [01f49e9c1]
|
|
973
|
+
- @redocly/portal@0.34.3
|
|
974
|
+
|
|
975
|
+
## 1.0.44
|
|
976
|
+
|
|
977
|
+
### Patch Changes
|
|
978
|
+
|
|
979
|
+
- Updated dependencies [4be021f68]
|
|
980
|
+
- Updated dependencies [9d273ebb5]
|
|
981
|
+
- @redocly/portal@0.34.2
|
|
982
|
+
|
|
983
|
+
## 1.0.43
|
|
984
|
+
|
|
985
|
+
### Patch Changes
|
|
986
|
+
|
|
987
|
+
- Updated dependencies [f0ce0039a]
|
|
988
|
+
- Updated dependencies [a5ffa5f86]
|
|
989
|
+
- @redocly/portal@0.34.1
|
|
990
|
+
|
|
991
|
+
## 1.0.42
|
|
992
|
+
|
|
993
|
+
### Patch Changes
|
|
994
|
+
|
|
995
|
+
- Updated dependencies [3595e11cf]
|
|
996
|
+
- Updated dependencies [f08654369]
|
|
997
|
+
- @redocly/portal@0.34.0
|
|
998
|
+
|
|
999
|
+
## 1.0.41
|
|
1000
|
+
|
|
1001
|
+
### Patch Changes
|
|
1002
|
+
|
|
1003
|
+
- Updated dependencies [99aff1799]
|
|
1004
|
+
- @redocly/portal@0.33.3
|
|
1005
|
+
|
|
1006
|
+
## 1.0.40
|
|
1007
|
+
|
|
1008
|
+
### Patch Changes
|
|
1009
|
+
|
|
1010
|
+
- 5c13a805c: fix: improved route slug-creating function to prevent route duplicates or issues with versions in automatically generated slugs
|
|
1011
|
+
- Updated dependencies [5c13a805c]
|
|
1012
|
+
- @redocly/portal@0.33.2
|
|
1013
|
+
|
|
1014
|
+
## 1.0.39
|
|
1015
|
+
|
|
1016
|
+
### Patch Changes
|
|
1017
|
+
|
|
1018
|
+
- Updated dependencies [60a509bd8]
|
|
1019
|
+
- @redocly/portal@0.33.1
|
|
1020
|
+
|
|
1021
|
+
## 1.0.38
|
|
1022
|
+
|
|
1023
|
+
### Patch Changes
|
|
1024
|
+
|
|
1025
|
+
- Updated dependencies [7e65ac57b]
|
|
1026
|
+
- @redocly/portal@0.33.0
|
|
1027
|
+
|
|
1028
|
+
## 1.0.37
|
|
1029
|
+
|
|
1030
|
+
### Patch Changes
|
|
1031
|
+
|
|
1032
|
+
- Updated dependencies [53031c446]
|
|
1033
|
+
- @redocly/portal@0.32.11
|
|
1034
|
+
|
|
1035
|
+
## 1.0.36
|
|
1036
|
+
|
|
1037
|
+
### Patch Changes
|
|
1038
|
+
|
|
1039
|
+
- Updated dependencies [6b6bd6ae0]
|
|
1040
|
+
- @redocly/portal@0.32.10
|
|
1041
|
+
|
|
1042
|
+
## 1.0.35
|
|
1043
|
+
|
|
1044
|
+
### Patch Changes
|
|
1045
|
+
|
|
1046
|
+
- Updated dependencies [1f87bacfa]
|
|
1047
|
+
- @redocly/portal@0.32.9
|
|
1048
|
+
|
|
1049
|
+
## 1.0.34
|
|
1050
|
+
|
|
1051
|
+
### Patch Changes
|
|
1052
|
+
|
|
1053
|
+
- Updated dependencies [c3bc2eb97]
|
|
1054
|
+
- @redocly/portal@0.32.8
|
|
1055
|
+
|
|
1056
|
+
## 1.0.33
|
|
1057
|
+
|
|
1058
|
+
### Patch Changes
|
|
1059
|
+
|
|
1060
|
+
- a6c17d2c8: fix: fix button size and outline style, hide mobile login link when sso not configured
|
|
1061
|
+
- Updated dependencies [eb8832d55]
|
|
1062
|
+
- Updated dependencies [a6c17d2c8]
|
|
1063
|
+
- @redocly/portal@0.32.7
|
|
1064
|
+
|
|
1065
|
+
## 1.0.32
|
|
1066
|
+
|
|
1067
|
+
### Patch Changes
|
|
1068
|
+
|
|
1069
|
+
- Updated dependencies [3824d6254]
|
|
1070
|
+
- @redocly/portal@0.32.6
|
|
1071
|
+
|
|
1072
|
+
## 1.0.31
|
|
1073
|
+
|
|
1074
|
+
### Patch Changes
|
|
1075
|
+
|
|
1076
|
+
- Updated dependencies [efcc75637]
|
|
1077
|
+
- Updated dependencies [98e119a78]
|
|
1078
|
+
- Updated dependencies [2118e8ed9]
|
|
1079
|
+
- @redocly/portal@0.32.5
|
|
1080
|
+
|
|
1081
|
+
## 1.0.30
|
|
1082
|
+
|
|
1083
|
+
### Patch Changes
|
|
1084
|
+
|
|
1085
|
+
- Updated dependencies [797105c5a]
|
|
1086
|
+
- Updated dependencies [797105c5a]
|
|
1087
|
+
- @redocly/portal@0.32.4
|
|
1088
|
+
|
|
1089
|
+
## 1.0.29
|
|
1090
|
+
|
|
1091
|
+
### Patch Changes
|
|
1092
|
+
|
|
1093
|
+
- Updated dependencies [b19aa787c]
|
|
1094
|
+
- @redocly/portal@0.32.3
|
|
1095
|
+
|
|
1096
|
+
## 1.0.28
|
|
1097
|
+
|
|
1098
|
+
### Patch Changes
|
|
1099
|
+
|
|
1100
|
+
- Updated dependencies [42e34aecf]
|
|
1101
|
+
- @redocly/portal@0.32.2
|
|
1102
|
+
|
|
1103
|
+
## 1.0.27
|
|
1104
|
+
|
|
1105
|
+
### Patch Changes
|
|
1106
|
+
|
|
1107
|
+
- Updated dependencies [82cbb3f3c]
|
|
1108
|
+
- @redocly/portal@0.32.1
|
|
1109
|
+
|
|
1110
|
+
## 1.0.26
|
|
1111
|
+
|
|
1112
|
+
### Patch Changes
|
|
1113
|
+
|
|
1114
|
+
- d176490ee: feat: new theme design
|
|
1115
|
+
- Updated dependencies [7e81f3ecd]
|
|
1116
|
+
- Updated dependencies [d176490ee]
|
|
1117
|
+
- @redocly/portal@0.32.0
|
|
1118
|
+
|
|
1119
|
+
## 1.0.25
|
|
1120
|
+
|
|
1121
|
+
### Patch Changes
|
|
1122
|
+
|
|
1123
|
+
- Updated dependencies [ac414333e]
|
|
1124
|
+
- @redocly/portal@0.31.2
|
|
1125
|
+
|
|
1126
|
+
## 1.0.24
|
|
1127
|
+
|
|
1128
|
+
### Patch Changes
|
|
1129
|
+
|
|
1130
|
+
- a800fcee5: chore: upgrade packages with vulnerabilities
|
|
1131
|
+
- Updated dependencies [a800fcee5]
|
|
1132
|
+
- Updated dependencies [b530f98ba]
|
|
1133
|
+
- @redocly/portal@0.31.1
|
|
1134
|
+
|
|
1135
|
+
## 1.0.23
|
|
1136
|
+
|
|
1137
|
+
### Patch Changes
|
|
1138
|
+
|
|
1139
|
+
- Updated dependencies [b5ec06f52]
|
|
1140
|
+
- Updated dependencies [3d0484981]
|
|
1141
|
+
- @redocly/portal@0.31.0
|
|
1142
|
+
|
|
1143
|
+
## 1.0.22
|
|
1144
|
+
|
|
1145
|
+
### Patch Changes
|
|
1146
|
+
|
|
1147
|
+
- Updated dependencies [ceed8b918]
|
|
1148
|
+
- @redocly/portal@0.30.1
|
|
1149
|
+
|
|
1150
|
+
## 1.0.21
|
|
1151
|
+
|
|
1152
|
+
### Patch Changes
|
|
1153
|
+
|
|
1154
|
+
- Updated dependencies [2f6b10886]
|
|
1155
|
+
- Updated dependencies [c17919ed5]
|
|
1156
|
+
- Updated dependencies [509571016]
|
|
1157
|
+
- Updated dependencies [aa4e1f4ec]
|
|
1158
|
+
- Updated dependencies [fa58b6474]
|
|
1159
|
+
- Updated dependencies [0d20f924a]
|
|
1160
|
+
- @redocly/portal@0.30.0
|
|
1161
|
+
|
|
1162
|
+
## 1.0.20
|
|
1163
|
+
|
|
1164
|
+
### Patch Changes
|
|
1165
|
+
|
|
1166
|
+
- Updated dependencies [56410da80]
|
|
1167
|
+
- @redocly/portal@0.29.1
|
|
1168
|
+
|
|
1169
|
+
## 1.0.19
|
|
1170
|
+
|
|
1171
|
+
### Patch Changes
|
|
1172
|
+
|
|
1173
|
+
- Updated dependencies [230c0fe4a]
|
|
1174
|
+
- Updated dependencies [3ab3c89f9]
|
|
1175
|
+
- Updated dependencies [2e352181a]
|
|
1176
|
+
- Updated dependencies [c2bee34ba]
|
|
1177
|
+
- Updated dependencies [1b78c3b0e]
|
|
1178
|
+
- Updated dependencies [32f259c7f]
|
|
1179
|
+
- Updated dependencies [cc6f1444e]
|
|
1180
|
+
- @redocly/portal@0.29.0
|
|
1181
|
+
|
|
1182
|
+
## 1.0.18
|
|
1183
|
+
|
|
1184
|
+
### Patch Changes
|
|
1185
|
+
|
|
1186
|
+
- Updated dependencies [314dec9a7]
|
|
1187
|
+
- @redocly/portal@0.28.8
|
|
1188
|
+
|
|
1189
|
+
## 1.0.17
|
|
1190
|
+
|
|
1191
|
+
### Patch Changes
|
|
1192
|
+
|
|
1193
|
+
- Updated dependencies [6938c2c89]
|
|
1194
|
+
- @redocly/portal@0.28.7
|
|
1195
|
+
|
|
1196
|
+
## 1.0.16
|
|
1197
|
+
|
|
1198
|
+
### Patch Changes
|
|
1199
|
+
|
|
1200
|
+
- Updated dependencies [8a09e4e9b]
|
|
1201
|
+
- Updated dependencies [f742523ce]
|
|
1202
|
+
- @redocly/portal@0.28.6
|
|
1203
|
+
|
|
1204
|
+
## 1.0.15
|
|
1205
|
+
|
|
1206
|
+
### Patch Changes
|
|
1207
|
+
|
|
1208
|
+
- Updated dependencies [af4619bee]
|
|
1209
|
+
- Updated dependencies [85b35b84f]
|
|
1210
|
+
- Updated dependencies [e87b5d250]
|
|
1211
|
+
- Updated dependencies [b429b2d92]
|
|
1212
|
+
- Updated dependencies [b429b2d92]
|
|
1213
|
+
- Updated dependencies [b429b2d92]
|
|
1214
|
+
- Updated dependencies [a37d29b8f]
|
|
1215
|
+
- @redocly/portal@0.28.5
|
|
1216
|
+
|
|
1217
|
+
## 1.0.14
|
|
1218
|
+
|
|
1219
|
+
### Patch Changes
|
|
1220
|
+
|
|
1221
|
+
- e7854d050: fix: AsyncAPI component crashes
|
|
1222
|
+
|
|
1223
|
+
## 1.0.13
|
|
1224
|
+
|
|
1225
|
+
### Patch Changes
|
|
1226
|
+
|
|
1227
|
+
- Updated dependencies [16e0c7c80]
|
|
1228
|
+
- Updated dependencies [8864f450f]
|
|
1229
|
+
- @redocly/portal@0.28.4
|
|
1230
|
+
|
|
1231
|
+
## 1.0.12
|
|
1232
|
+
|
|
1233
|
+
### Patch Changes
|
|
1234
|
+
|
|
1235
|
+
- Updated dependencies [da0e9768a]
|
|
1236
|
+
- Updated dependencies [6aa96e7fe]
|
|
1237
|
+
- Updated dependencies [9e95fd04f]
|
|
1238
|
+
- Updated dependencies [4350aefcb]
|
|
1239
|
+
- Updated dependencies [f81334354]
|
|
1240
|
+
- Updated dependencies [e5c313700]
|
|
1241
|
+
- Updated dependencies [e43de85c1]
|
|
1242
|
+
- Updated dependencies [4123e4c02]
|
|
1243
|
+
- @redocly/portal@0.28.3
|
|
1244
|
+
|
|
1245
|
+
## 1.0.11
|
|
1246
|
+
|
|
1247
|
+
### Patch Changes
|
|
1248
|
+
|
|
1249
|
+
- Updated dependencies [0cb2595a9]
|
|
1250
|
+
- Updated dependencies [e42a4fb70]
|
|
1251
|
+
- @redocly/portal@0.28.2
|
|
1252
|
+
|
|
1253
|
+
## 1.0.10
|
|
1254
|
+
|
|
1255
|
+
### Patch Changes
|
|
1256
|
+
|
|
1257
|
+
- Updated dependencies [ea5b54041]
|
|
1258
|
+
- @redocly/portal@0.28.1
|
|
1259
|
+
|
|
1260
|
+
## 1.0.9
|
|
1261
|
+
|
|
1262
|
+
### Patch Changes
|
|
1263
|
+
|
|
1264
|
+
- Updated dependencies [f7955e51b]
|
|
1265
|
+
- Updated dependencies [152277359]
|
|
1266
|
+
- @redocly/portal@0.28.0
|
|
1267
|
+
|
|
1268
|
+
## 1.0.8
|
|
1269
|
+
|
|
1270
|
+
### Patch Changes
|
|
1271
|
+
|
|
1272
|
+
- Updated dependencies [db0218626]
|
|
1273
|
+
- @redocly/portal@0.27.1
|
|
1274
|
+
|
|
1275
|
+
## 1.0.7
|
|
1276
|
+
|
|
1277
|
+
### Patch Changes
|
|
1278
|
+
|
|
1279
|
+
- Updated dependencies [c1fdef1ab]
|
|
1280
|
+
- Updated dependencies [53cf397cc]
|
|
1281
|
+
- Updated dependencies [694dc9d0c]
|
|
1282
|
+
- @redocly/portal@0.27.0
|
|
1283
|
+
|
|
1284
|
+
## 1.0.6
|
|
1285
|
+
|
|
1286
|
+
### Patch Changes
|
|
1287
|
+
|
|
1288
|
+
- Updated dependencies [259e93ff1]
|
|
1289
|
+
- @redocly/portal@0.26.5
|
|
1290
|
+
|
|
1291
|
+
## 1.0.5
|
|
1292
|
+
|
|
1293
|
+
### Patch Changes
|
|
1294
|
+
|
|
1295
|
+
- 39c6683a0: chore: move @redocly/portal package to peer dependencies
|
|
1296
|
+
- Updated dependencies [b101673c0]
|
|
1297
|
+
- Updated dependencies [22e12fed1]
|
|
1298
|
+
- Updated dependencies [4da89c9b4]
|
|
1299
|
+
- Updated dependencies [c40681f54]
|
|
1300
|
+
- @redocly/portal@0.26.4
|
|
1301
|
+
|
|
1302
|
+
## 1.0.4
|
|
1303
|
+
|
|
1304
|
+
### Patch Changes
|
|
1305
|
+
|
|
1306
|
+
- Updated dependencies [f399ccba0]
|
|
1307
|
+
- @redocly/portal@0.26.3
|
|
1308
|
+
|
|
1309
|
+
## 1.0.3
|
|
1310
|
+
|
|
1311
|
+
### Patch Changes
|
|
1312
|
+
|
|
1313
|
+
- Updated dependencies [c7db4bb24]
|
|
1314
|
+
- @redocly/portal@0.26.2
|
|
1315
|
+
|
|
1316
|
+
## 1.0.2
|
|
1317
|
+
|
|
1318
|
+
### Patch Changes
|
|
1319
|
+
|
|
1320
|
+
- Updated dependencies [c18c8a431]
|
|
1321
|
+
- Updated dependencies [c18c8a431]
|
|
1322
|
+
- @redocly/portal@0.26.1
|
|
1323
|
+
|
|
1324
|
+
## 1.0.1
|
|
1325
|
+
|
|
1326
|
+
### Patch Changes
|
|
1327
|
+
|
|
1328
|
+
- b131d0430: Async API plugin for Redocly portal
|
|
1329
|
+
- Updated dependencies [9f6023d4a]
|
|
1330
|
+
- Updated dependencies [d30076c30]
|
|
1331
|
+
- Updated dependencies [9d59f41cf]
|
|
1332
|
+
- @redocly/portal@0.26.0
|