@module-federation/bridge-vue3 2.3.3 → 2.4.0

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 DELETED
@@ -1,911 +0,0 @@
1
- # @module-federation/bridge-vue3
2
-
3
- ## 2.3.3
4
-
5
- ### Patch Changes
6
-
7
- - b883505: fix(bridge-vue3): fix route processing for relative paths and default child routes with basename
8
-
9
- Two issues in `routeUtils` are fixed:
10
- 1. **Relative child paths no longer get double-prefixed.** `prefixPath` now skips paths that don't start with `/`, letting Vue Router resolve them against the already-prefixed parent. This prevents breakage with nested route children like `path: 'history'` or `path: ':id?'`.
11
- 2. **Default child routes (`path: ''`) no longer cause infinite recursion.** `flatRoutesMap` now stores arrays of candidates per path, and child matching skips the current parent route and uses the child's `name` when available. This correctly handles the case where a parent and its default child resolve to the same absolute path.
12
- - @module-federation/runtime@2.3.3
13
- - @module-federation/sdk@2.3.3
14
- - @module-federation/bridge-shared@2.3.3
15
-
16
- ## 2.3.2
17
-
18
- ### Patch Changes
19
-
20
- - 1f1ca88: feat(bridge-vue3): add afterRouterCreate callback to preserve navigation guards
21
-
22
- The bridge internally recreates the Vue Router instance, which discards any
23
- global navigation guards (beforeEach, afterEach, beforeResolve) registered on
24
- the original router. The new optional `afterRouterCreate` callback in the
25
- `appOptions` return value is invoked with the bridge's internal router right
26
- after creation but before any navigation, allowing consumers to re-register
27
- their guards on the actual router that will be used.
28
-
29
- - 1f1ca88: fix(bridge-vue3): skip rewriting relative paths, query strings, and hash fragments in hash+basename mode
30
-
31
- The `patchRouter` function created by `createHashBasenamePatch()` now only rewrites
32
- **absolute** paths (starting with `/`). Previously it blindly prefixed any string
33
- navigation, which caused:
34
- - Relative paths like `router.push('settings')` to become `/barbersettings` instead of
35
- being resolved by Vue Router against the current route.
36
- - Query-only navigations like `router.push('?tab=details')` to jump to `/barber?tab=details`,
37
- dropping the current path.
38
- - Hash-only navigations like `router.push('#anchor')` to jump to `/barber#anchor`.
39
- - @module-federation/runtime@2.3.2
40
- - @module-federation/sdk@2.3.2
41
- - @module-federation/bridge-shared@2.3.2
42
-
43
- ## 2.3.1
44
-
45
- ### Patch Changes
46
-
47
- - @module-federation/runtime@2.3.1
48
- - @module-federation/sdk@2.3.1
49
- - @module-federation/bridge-shared@2.3.1
50
-
51
- ## 2.3.0
52
-
53
- ### Patch Changes
54
-
55
- - Updated dependencies [eb26065]
56
- - Updated dependencies [8f2ec9b]
57
- - @module-federation/sdk@2.3.0
58
- - @module-federation/runtime@2.3.0
59
- - @module-federation/bridge-shared@2.3.0
60
-
61
- ## 2.2.3
62
-
63
- ### Patch Changes
64
-
65
- - 7489d7c: fix(bridge-vue3): pass hashRoute and memoryRoute to RemoteApp, fix path and redirect prefixing in addBasenameToNestedRoutes
66
- - @module-federation/runtime@2.2.3
67
- - @module-federation/sdk@2.2.3
68
- - @module-federation/bridge-shared@2.2.3
69
-
70
- ## 2.2.2
71
-
72
- ### Patch Changes
73
-
74
- - @module-federation/runtime@2.2.2
75
- - @module-federation/sdk@2.2.2
76
- - @module-federation/bridge-shared@2.2.2
77
-
78
- ## 2.2.1
79
-
80
- ### Patch Changes
81
-
82
- - @module-federation/runtime@2.2.1
83
- - @module-federation/sdk@2.2.1
84
- - @module-federation/bridge-shared@2.2.1
85
-
86
- ## 2.2.0
87
-
88
- ### Patch Changes
89
-
90
- - Updated dependencies [c856ec1]
91
- - Updated dependencies [12240bb]
92
- - Updated dependencies [e5dd6ef]
93
- - @module-federation/sdk@2.2.0
94
- - @module-federation/runtime@2.2.0
95
- - @module-federation/bridge-shared@2.2.0
96
-
97
- ## 2.1.0
98
-
99
- ### Patch Changes
100
-
101
- - Updated dependencies [918294f]
102
- - Updated dependencies [918294f]
103
- - @module-federation/runtime@2.1.0
104
- - @module-federation/sdk@2.1.0
105
- - @module-federation/bridge-shared@2.1.0
106
-
107
- ## 2.0.1
108
-
109
- ### Patch Changes
110
-
111
- - @module-federation/runtime@2.0.1
112
- - @module-federation/sdk@2.0.1
113
- - @module-federation/bridge-shared@2.0.1
114
-
115
- ## 2.0.0
116
-
117
- ### Patch Changes
118
-
119
- - @module-federation/runtime@2.0.0
120
- - @module-federation/sdk@2.0.0
121
- - @module-federation/bridge-shared@2.0.0
122
-
123
- ## 0.24.1
124
-
125
- ### Patch Changes
126
-
127
- - @module-federation/runtime@0.24.1
128
- - @module-federation/sdk@0.24.1
129
- - @module-federation/bridge-shared@0.24.1
130
-
131
- ## 0.24.0
132
-
133
- ### Patch Changes
134
-
135
- - @module-federation/runtime@0.24.0
136
- - @module-federation/sdk@0.24.0
137
- - @module-federation/bridge-shared@0.24.0
138
-
139
- ## 0.23.0
140
-
141
- ### Patch Changes
142
-
143
- - @module-federation/runtime@0.23.0
144
- - @module-federation/sdk@0.23.0
145
- - @module-federation/bridge-shared@0.23.0
146
-
147
- ## 0.22.1
148
-
149
- ### Patch Changes
150
-
151
- - @module-federation/runtime@0.22.1
152
- - @module-federation/sdk@0.22.1
153
- - @module-federation/bridge-shared@0.22.1
154
-
155
- ## 0.22.0
156
-
157
- ### Patch Changes
158
-
159
- - @module-federation/runtime@0.22.0
160
- - @module-federation/sdk@0.22.0
161
- - @module-federation/bridge-shared@0.22.0
162
-
163
- ## 0.21.6
164
-
165
- ### Patch Changes
166
-
167
- - @module-federation/runtime@0.21.6
168
- - @module-federation/sdk@0.21.6
169
- - @module-federation/bridge-shared@0.21.6
170
-
171
- ## 0.21.5
172
-
173
- ### Patch Changes
174
-
175
- - Updated dependencies [94d8868]
176
- - @module-federation/sdk@0.21.5
177
- - @module-federation/runtime@0.21.5
178
- - @module-federation/bridge-shared@0.21.5
179
-
180
- ## 0.21.4
181
-
182
- ### Patch Changes
183
-
184
- - Updated dependencies [a50e068]
185
- - @module-federation/sdk@0.21.4
186
- - @module-federation/runtime@0.21.4
187
- - @module-federation/bridge-shared@0.21.4
188
-
189
- ## 0.21.3
190
-
191
- ### Patch Changes
192
-
193
- - @module-federation/runtime@0.21.3
194
- - @module-federation/sdk@0.21.3
195
- - @module-federation/bridge-shared@0.21.3
196
-
197
- ## 0.21.2
198
-
199
- ### Patch Changes
200
-
201
- - @module-federation/runtime@0.21.2
202
- - @module-federation/sdk@0.21.2
203
- - @module-federation/bridge-shared@0.21.2
204
-
205
- ## 0.21.1
206
-
207
- ### Patch Changes
208
-
209
- - @module-federation/runtime@0.21.1
210
- - @module-federation/sdk@0.21.1
211
- - @module-federation/bridge-shared@0.21.1
212
-
213
- ## 0.21.0
214
-
215
- ### Patch Changes
216
-
217
- - Updated dependencies [d1e90a4]
218
- - @module-federation/sdk@0.21.0
219
- - @module-federation/runtime@0.21.0
220
- - @module-federation/bridge-shared@0.21.0
221
-
222
- ## 0.20.0
223
-
224
- ### Patch Changes
225
-
226
- - Updated dependencies [e89e972]
227
- - Updated dependencies [37346d4]
228
- - Updated dependencies [639a83b]
229
- - @module-federation/runtime@0.20.0
230
- - @module-federation/sdk@0.20.0
231
- - @module-federation/bridge-shared@0.20.0
232
-
233
- ## 0.19.1
234
-
235
- ### Patch Changes
236
-
237
- - Updated dependencies
238
- - @module-federation/sdk@0.19.1
239
- - @module-federation/runtime@0.19.1
240
- - @module-federation/bridge-shared@0.19.1
241
-
242
- ## 0.19.0
243
-
244
- ### Patch Changes
245
-
246
- - @module-federation/runtime@0.19.0
247
- - @module-federation/sdk@0.19.0
248
- - @module-federation/bridge-shared@0.19.0
249
-
250
- ## 0.18.4
251
-
252
- ### Patch Changes
253
-
254
- - Updated dependencies [8061f8c]
255
- - @module-federation/runtime@0.18.4
256
- - @module-federation/sdk@0.18.4
257
- - @module-federation/bridge-shared@0.18.4
258
-
259
- ## 0.18.3
260
-
261
- ### Patch Changes
262
-
263
- - @module-federation/runtime@0.18.3
264
- - @module-federation/sdk@0.18.3
265
- - @module-federation/bridge-shared@0.18.3
266
-
267
- ## 0.18.2
268
-
269
- ### Patch Changes
270
-
271
- - @module-federation/runtime@0.18.2
272
- - @module-federation/sdk@0.18.2
273
- - @module-federation/bridge-shared@0.18.2
274
-
275
- ## 0.18.1
276
-
277
- ### Patch Changes
278
-
279
- - Updated dependencies [0bf3a3a]
280
- - Updated dependencies [7dbc25d]
281
- - @module-federation/sdk@0.18.1
282
- - @module-federation/runtime@0.18.1
283
- - @module-federation/bridge-shared@0.18.1
284
-
285
- ## 0.18.0
286
-
287
- ### Patch Changes
288
-
289
- - Updated dependencies [609d477]
290
- - Updated dependencies [f6381e6]
291
- - @module-federation/runtime@0.18.0
292
- - @module-federation/sdk@0.18.0
293
- - @module-federation/bridge-shared@0.18.0
294
-
295
- ## 0.17.1
296
-
297
- ### Patch Changes
298
-
299
- - a7cf276: chore: upgrade NX to 21.2.3, Storybook to 9.0.9, and TypeScript to 5.8.3
300
- - Upgraded NX from 21.0.3 to 21.2.3 with workspace configuration updates
301
- - Migrated Storybook from 8.3.5 to 9.0.9 with updated configurations and automigrations
302
- - Upgraded TypeScript from 5.7.3 to 5.8.3 with compatibility fixes
303
- - Fixed package exports and type declaration paths across all packages
304
- - Resolved module resolution issues and TypeScript compatibility problems
305
- - Updated build configurations and dependencies to support latest versions
306
-
307
- - Updated dependencies [2428be0]
308
- - Updated dependencies [a7cf276]
309
- - Updated dependencies [d31a326]
310
- - @module-federation/runtime@0.17.1
311
- - @module-federation/sdk@0.17.1
312
- - @module-federation/bridge-shared@0.17.1
313
-
314
- ## 0.17.0
315
-
316
- ### Minor Changes
317
-
318
- - e874c64: refactor(vue3-bridge): rename createRemoteComponent as createRemoteAppComponent
319
-
320
- ### Patch Changes
321
-
322
- - Updated dependencies [3f736b6]
323
- - Updated dependencies [3f736b6]
324
- - Updated dependencies [3f736b6]
325
- - Updated dependencies [3f736b6]
326
- - @module-federation/runtime@0.17.0
327
- - @module-federation/sdk@0.17.0
328
- - @module-federation/bridge-shared@0.17.0
329
-
330
- ## 0.16.0
331
-
332
- ### Patch Changes
333
-
334
- - Updated dependencies [1485fcf]
335
- - @module-federation/sdk@0.16.0
336
- - @module-federation/runtime@0.16.0
337
- - @module-federation/bridge-shared@0.16.0
338
-
339
- ## 0.15.0
340
-
341
- ### Patch Changes
342
-
343
- - @module-federation/runtime@0.15.0
344
- - @module-federation/sdk@0.15.0
345
- - @module-federation/bridge-shared@0.15.0
346
-
347
- ## 0.14.3
348
-
349
- ### Patch Changes
350
-
351
- - @module-federation/runtime@0.14.3
352
- - @module-federation/sdk@0.14.3
353
- - @module-federation/bridge-shared@0.14.3
354
-
355
- ## 0.14.2
356
-
357
- ### Patch Changes
358
-
359
- - @module-federation/runtime@0.14.2
360
- - @module-federation/sdk@0.14.2
361
- - @module-federation/bridge-shared@0.14.2
362
-
363
- ## 0.14.1
364
-
365
- ### Patch Changes
366
-
367
- - @module-federation/runtime@0.14.1
368
- - @module-federation/sdk@0.14.1
369
- - @module-federation/bridge-shared@0.14.1
370
-
371
- ## 0.14.0
372
-
373
- ### Patch Changes
374
-
375
- - 677aac9: vue.js has router option added to the vue3-bridge
376
- - Updated dependencies [82b8cac]
377
- - Updated dependencies [677aac9]
378
- - @module-federation/sdk@0.14.0
379
- - @module-federation/bridge-shared@0.14.0
380
- - @module-federation/runtime@0.14.0
381
-
382
- ## 0.13.1
383
-
384
- ### Patch Changes
385
-
386
- - @module-federation/runtime@0.13.1
387
- - @module-federation/sdk@0.13.1
388
- - @module-federation/bridge-shared@0.13.1
389
-
390
- ## 0.13.0
391
-
392
- ### Patch Changes
393
-
394
- - 38f324f: Disable live bindings on cjs builds of the runtime packages
395
- - Updated dependencies [38f324f]
396
- - @module-federation/bridge-shared@0.13.0
397
- - @module-federation/runtime@0.13.0
398
- - @module-federation/sdk@0.13.0
399
-
400
- ## 0.12.0
401
-
402
- ### Patch Changes
403
-
404
- - Updated dependencies [f4fb242]
405
- - Updated dependencies [c399b9a]
406
- - Updated dependencies [ef96c4d]
407
- - Updated dependencies [f4fb242]
408
- - @module-federation/runtime@0.12.0
409
- - @module-federation/sdk@0.12.0
410
- - @module-federation/bridge-shared@0.12.0
411
-
412
- ## 0.11.4
413
-
414
- ### Patch Changes
415
-
416
- - Updated dependencies [64a2bc1]
417
- - Updated dependencies [c14842f]
418
- - @module-federation/sdk@0.11.4
419
- - @module-federation/runtime@0.11.4
420
- - @module-federation/bridge-shared@0.11.4
421
-
422
- ## 0.11.3
423
-
424
- ### Patch Changes
425
-
426
- - @module-federation/runtime@0.11.3
427
- - @module-federation/sdk@0.11.3
428
- - @module-federation/bridge-shared@0.11.3
429
-
430
- ## 0.11.2
431
-
432
- ### Patch Changes
433
-
434
- - Updated dependencies [047857b]
435
- - @module-federation/sdk@0.11.2
436
- - @module-federation/runtime@0.11.2
437
- - @module-federation/bridge-shared@0.11.2
438
-
439
- ## 0.11.1
440
-
441
- ### Patch Changes
442
-
443
- - @module-federation/runtime@0.11.1
444
- - @module-federation/sdk@0.11.1
445
- - @module-federation/bridge-shared@0.11.1
446
-
447
- ## 0.11.0
448
-
449
- ### Patch Changes
450
-
451
- - Updated dependencies [fce107e]
452
- - @module-federation/sdk@0.11.0
453
- - @module-federation/runtime@0.11.0
454
- - @module-federation/bridge-shared@0.11.0
455
-
456
- ## 0.10.0
457
-
458
- ### Patch Changes
459
-
460
- - 6bc13cf: Fixed several issues:
461
- 1. Resolved inconsistencies in naming between `name` and `moduleName` to align with the type defined in `packages/bridge/bridge-shared/src/type.ts`. This also fixed an issue where `name` was being passed to the remote component, and if it was `<router-view>`, it caused rendering issues.
462
- 2. Issue: When passing props from a Vue 3 host application to a Vue 3 remote application created with `createRemoteComponent`, the props were being applied as attributes on the root container instead of being passed to the remote component.
463
- Fix: Set `inheritAttrs: false` in `remoteApp.tsx` and explicitly pass all attributes to the remote component using `useAttrs()`.
464
- 3. Added a `rootAttrs` parameter to `createRemoteComponent` to allow passing attributes to the root container where the remote application is mounted. This enables setting classes, identifiers, and other attributes for the container element.
465
-
466
- - Updated dependencies [0f71cbc]
467
- - Updated dependencies [22fcccd]
468
- - @module-federation/sdk@0.10.0
469
- - @module-federation/runtime@0.10.0
470
- - @module-federation/bridge-shared@0.10.0
471
-
472
- ## 0.9.1
473
-
474
- ### Patch Changes
475
-
476
- - Updated dependencies [35d925b]
477
- - Updated dependencies [35d925b]
478
- - Updated dependencies [8acd217]
479
- - @module-federation/sdk@0.9.1
480
- - @module-federation/runtime@0.9.1
481
- - @module-federation/bridge-shared@0.9.1
482
-
483
- ## 0.9.0
484
-
485
- ### Patch Changes
486
-
487
- - @module-federation/runtime@0.9.0
488
- - @module-federation/sdk@0.9.0
489
- - @module-federation/bridge-shared@0.9.0
490
-
491
- ## 0.8.12
492
-
493
- ### Patch Changes
494
-
495
- - @module-federation/runtime@0.8.12
496
- - @module-federation/sdk@0.8.12
497
- - @module-federation/bridge-shared@0.8.12
498
-
499
- ## 0.8.11
500
-
501
- ### Patch Changes
502
-
503
- - @module-federation/runtime@0.8.11
504
- - @module-federation/sdk@0.8.11
505
- - @module-federation/bridge-shared@0.8.11
506
-
507
- ## 0.8.10
508
-
509
- ### Patch Changes
510
-
511
- - f141396: fix(vue3-bridge): bridge-vue3 parameter lossing issue
512
- - @module-federation/runtime@0.8.10
513
- - @module-federation/sdk@0.8.10
514
- - @module-federation/bridge-shared@0.8.10
515
-
516
- ## 0.8.9
517
-
518
- ### Patch Changes
519
-
520
- - @module-federation/runtime@0.8.9
521
- - @module-federation/sdk@0.8.9
522
- - @module-federation/bridge-shared@0.8.9
523
-
524
- ## 0.8.8
525
-
526
- ### Patch Changes
527
-
528
- - @module-federation/runtime@0.8.8
529
- - @module-federation/sdk@0.8.8
530
- - @module-federation/bridge-shared@0.8.8
531
-
532
- ## 0.8.7
533
-
534
- ### Patch Changes
535
-
536
- - Updated dependencies [835b09c]
537
- - Updated dependencies [f573ad0]
538
- - Updated dependencies [336f3d8]
539
- - Updated dependencies [4fd33fb]
540
- - @module-federation/sdk@0.8.7
541
- - @module-federation/runtime@0.8.7
542
- - @module-federation/bridge-shared@0.8.7
543
-
544
- ## 0.8.6
545
-
546
- ### Patch Changes
547
-
548
- - 85e7482: fix(bridge-react): change all logs from info to debug in all bridge packages
549
- - @module-federation/runtime@0.8.6
550
- - @module-federation/sdk@0.8.6
551
- - @module-federation/bridge-shared@0.8.6
552
-
553
- ## 0.8.5
554
-
555
- ### Patch Changes
556
-
557
- - d161cbe: 1. Added type annotations for the argument in the `createBridgeComponent` function. 2. Added passing the instance of the created Vue-application to `appOptions` so that necessary plugins can be registered in this callback. 3. Made `router` returned from `appOptions` optional. 4. Fixed issues reported by TypeScript and ESLint, including allowing `beforeBridgeRenderRes` to be a promise. 5. Updated the documentation.
558
- - @module-federation/runtime@0.8.5
559
- - @module-federation/sdk@0.8.5
560
- - @module-federation/bridge-shared@0.8.5
561
-
562
- ## 0.8.4
563
-
564
- ### Patch Changes
565
-
566
- - @module-federation/runtime@0.8.4
567
- - @module-federation/sdk@0.8.4
568
- - @module-federation/bridge-shared@0.8.4
569
-
570
- ## 0.8.3
571
-
572
- ### Patch Changes
573
-
574
- - Updated dependencies [f817674]
575
- - Updated dependencies [8e172c8]
576
- - @module-federation/runtime@0.8.3
577
- - @module-federation/sdk@0.8.3
578
- - @module-federation/bridge-shared@0.8.3
579
-
580
- ## 0.8.2
581
-
582
- ### Patch Changes
583
-
584
- - Updated dependencies [fa7a0bd]
585
- - @module-federation/runtime@0.8.2
586
- - @module-federation/sdk@0.8.2
587
- - @module-federation/bridge-shared@0.8.2
588
-
589
- ## 0.8.1
590
-
591
- ### Patch Changes
592
-
593
- - @module-federation/runtime@0.8.1
594
- - @module-federation/sdk@0.8.1
595
- - @module-federation/bridge-shared@0.8.1
596
-
597
- ## 0.8.0
598
-
599
- ### Minor Changes
600
-
601
- - 734df18: Added the ability to pass parameters to `defineAsyncComponent`, which solves the following issues:
602
- - Enables control over fallback components and their display parameters;
603
- - Improves compatibility with Nuxt by allowing configuration of the `suspensible` parameter;
604
- - Eliminates the package requirement to `Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js"`.
605
-
606
- ### Patch Changes
607
-
608
- - @module-federation/runtime@0.8.0
609
- - @module-federation/sdk@0.8.0
610
- - @module-federation/bridge-shared@0.8.0
611
-
612
- ## 0.7.7
613
-
614
- ### Patch Changes
615
-
616
- - Updated dependencies [a960c88]
617
- - Updated dependencies [e26d107]
618
- - @module-federation/runtime@0.7.7
619
- - @module-federation/sdk@0.7.7
620
- - @module-federation/bridge-shared@0.7.7
621
-
622
- ## 0.7.6
623
-
624
- ### Patch Changes
625
-
626
- - @module-federation/runtime@0.7.6
627
- - @module-federation/sdk@0.7.6
628
- - @module-federation/bridge-shared@0.7.6
629
-
630
- ## 0.7.5
631
-
632
- ### Patch Changes
633
-
634
- - @module-federation/runtime@0.7.5
635
- - @module-federation/sdk@0.7.5
636
- - @module-federation/bridge-shared@0.7.5
637
-
638
- ## 0.7.4
639
-
640
- ### Patch Changes
641
-
642
- - ff8ce29: feat: feat: support lifecycyle hooks in module-deferation bridge
643
- - Updated dependencies [ff8ce29]
644
- - @module-federation/runtime@0.7.4
645
- - @module-federation/sdk@0.7.4
646
- - @module-federation/bridge-shared@0.7.4
647
-
648
- ## 0.7.3
649
-
650
- ### Patch Changes
651
-
652
- - Updated dependencies [4ab9295]
653
- - @module-federation/sdk@0.7.3
654
- - @module-federation/bridge-shared@0.7.3
655
-
656
- ## 0.7.2
657
-
658
- ### Patch Changes
659
-
660
- - @module-federation/sdk@0.7.2
661
- - @module-federation/bridge-shared@0.7.2
662
-
663
- ## 0.7.1
664
-
665
- ### Patch Changes
666
-
667
- - Updated dependencies [6db4c5f]
668
- - @module-federation/sdk@0.7.1
669
- - @module-federation/bridge-shared@0.7.1
670
-
671
- ## 0.7.0
672
-
673
- ### Minor Changes
674
-
675
- - 3942740: add license information
676
- - Updated dependencies [879ad87]
677
- - Updated dependencies [4eb09e7]
678
- - Updated dependencies [3942740]
679
- - Updated dependencies [206b56d]
680
- - @module-federation/sdk@0.7.0
681
- - @module-federation/bridge-shared@0.7.0
682
-
683
- ## 0.6.16
684
-
685
- ### Patch Changes
686
-
687
- - Updated dependencies [f779188]
688
- - Updated dependencies [024df60]
689
- - @module-federation/sdk@0.6.16
690
- - @module-federation/bridge-shared@0.6.16
691
-
692
- ## 0.6.15
693
-
694
- ### Patch Changes
695
-
696
- - @module-federation/sdk@0.6.15
697
- - @module-federation/bridge-shared@0.6.15
698
-
699
- ## 0.6.14
700
-
701
- ### Patch Changes
702
-
703
- - ad605d2: chore: unified logger
704
- - Updated dependencies [ad605d2]
705
- - @module-federation/bridge-shared@0.6.14
706
- - @module-federation/sdk@0.6.14
707
-
708
- ## 0.6.13
709
-
710
- ### Patch Changes
711
-
712
- - @module-federation/bridge-shared@0.6.13
713
-
714
- ## 0.6.12
715
-
716
- ### Patch Changes
717
-
718
- - @module-federation/bridge-shared@0.6.12
719
-
720
- ## 0.6.11
721
-
722
- ### Patch Changes
723
-
724
- - @module-federation/bridge-shared@0.6.11
725
-
726
- ## 0.6.10
727
-
728
- ### Patch Changes
729
-
730
- - @module-federation/bridge-shared@0.6.10
731
-
732
- ## 0.6.9
733
-
734
- ### Patch Changes
735
-
736
- - @module-federation/bridge-shared@0.6.9
737
-
738
- ## 0.6.8
739
-
740
- ### Patch Changes
741
-
742
- - @module-federation/bridge-shared@0.6.8
743
-
744
- ## 0.6.7
745
-
746
- ### Patch Changes
747
-
748
- - @module-federation/bridge-shared@0.6.7
749
-
750
- ## 0.6.6
751
-
752
- ### Patch Changes
753
-
754
- - @module-federation/bridge-shared@0.6.6
755
-
756
- ## 0.6.5
757
-
758
- ### Patch Changes
759
-
760
- - @module-federation/bridge-shared@0.6.5
761
-
762
- ## 0.6.4
763
-
764
- ### Patch Changes
765
-
766
- - @module-federation/bridge-shared@0.6.4
767
-
768
- ## 0.6.3
769
-
770
- ### Patch Changes
771
-
772
- - @module-federation/bridge-shared@0.6.3
773
-
774
- ## 0.6.2
775
-
776
- ### Patch Changes
777
-
778
- - @module-federation/bridge-shared@0.6.2
779
-
780
- ## 0.6.1
781
-
782
- ### Patch Changes
783
-
784
- - @module-federation/bridge-shared@0.6.1
785
-
786
- ## 0.6.0
787
-
788
- ### Patch Changes
789
-
790
- - @module-federation/bridge-shared@0.6.0
791
-
792
- ## 0.5.2
793
-
794
- ### Patch Changes
795
-
796
- - @module-federation/bridge-shared@0.5.2
797
-
798
- ## 0.5.1
799
-
800
- ### Patch Changes
801
-
802
- - @module-federation/bridge-shared@0.5.1
803
-
804
- ## 0.5.0
805
-
806
- ### Patch Changes
807
-
808
- - 49d6135: feat(@module-federation/bridge): enhance Bridge capabilities and fix some issues
809
- - Updated dependencies [49d6135]
810
- - @module-federation/bridge-shared@0.5.0
811
-
812
- ## 0.4.0
813
-
814
- ### Patch Changes
815
-
816
- - @module-federation/bridge-shared@0.4.0
817
-
818
- ## 0.3.5
819
-
820
- ### Patch Changes
821
-
822
- - @module-federation/bridge-shared@0.3.5
823
-
824
- ## 0.3.4
825
-
826
- ### Patch Changes
827
-
828
- - @module-federation/bridge-shared@0.3.4
829
-
830
- ## 0.3.3
831
-
832
- ### Patch Changes
833
-
834
- - @module-federation/bridge-shared@0.3.3
835
-
836
- ## 0.3.2
837
-
838
- ### Patch Changes
839
-
840
- - @module-federation/bridge-shared@0.3.2
841
-
842
- ## 0.3.1
843
-
844
- ### Patch Changes
845
-
846
- - @module-federation/bridge-shared@0.3.1
847
-
848
- ## 0.3.0
849
-
850
- ### Patch Changes
851
-
852
- - @module-federation/bridge-shared@0.3.0
853
-
854
- ## 0.2.8
855
-
856
- ### Patch Changes
857
-
858
- - @module-federation/bridge-shared@0.2.8
859
-
860
- ## 0.2.7
861
-
862
- ### Patch Changes
863
-
864
- - @module-federation/bridge-shared@0.2.7
865
-
866
- ## 0.2.6
867
-
868
- ### Patch Changes
869
-
870
- - @module-federation/bridge-shared@0.2.6
871
-
872
- ## 0.2.5
873
-
874
- ### Patch Changes
875
-
876
- - @module-federation/bridge-shared@0.2.5
877
-
878
- ## 0.2.4
879
-
880
- ### Patch Changes
881
-
882
- - @module-federation/bridge-shared@0.2.4
883
-
884
- ## 0.2.3
885
-
886
- ### Patch Changes
887
-
888
- - @module-federation/bridge-shared@0.2.3
889
-
890
- ## 0.2.2
891
-
892
- ### Patch Changes
893
-
894
- - @module-federation/bridge-shared@0.2.2
895
-
896
- ## 0.2.1
897
-
898
- ### Patch Changes
899
-
900
- - @module-federation/bridge-shared@0.2.1
901
-
902
- ## 0.2.0
903
-
904
- ### Minor Changes
905
-
906
- - d2ab821: feat(bridge): Supports exporting and loading of application-level modules (with routing), currently supports react and vue3
907
-
908
- ### Patch Changes
909
-
910
- - Updated dependencies [d2ab821]
911
- - @module-federation/bridge-shared@0.2.0