What's Changed
- fix: unwrap CJS Shared Module Exports by @gioboa in #1191
- fix: handle Cyclic Shared Package Initialization by @gioboa in #1194
- fix: preserve exports after scanner failure by @gioboa in #1195
- fix: fix Deferred Singleton Initialization Ordering by @gioboa in #1197
- fix: end type arguments at a line break in semicolon-less code by @marksnode in #1199
- fix: ignore members named export in object and type literals by @marksnode in #1201
- fix: declare exportModule once for eager workspace singletons by @marksnode in #1205
- fix: keep walking shared dependency cycles past unresolvable dependencies by @marksnode in #1203
- fix: harden scanner and dependencies by @gioboa in #1206
- fix: keep cycle edges from unshared workspace packages off the loadShare glue by @marksnode in #1210
- fix: seed shares behind an unresolved runtime-only share before the entry by @marksnode in #1208
- fix: inject federation init into attributed head tags by @tonoizer in #1211
- fix: format IPv6 Vite server.host in HTTP/WS origins by @tonoizer in #1213
- fix: reset alias regex lastIndex before shared-key matches by @tonoizer in #1214
- fix: align SSR and wildcard shared-key matching by @tonoizer in #1215
- fix: scope SSR init remotes and strip hash from SSR exposes filename by @tonoizer in #1216
- fix: complete solid-js and zustand common shared subpaths by @tonoizer in #1217
- fix: guard untyped SSR JSON and remove unused shared helpers by @tonoizer in #1218
- fix: serialize method shorthand and skip native functions in runtime options by @tonoizer in #1212
- fix: materialize the automatic JSX runtime share on a warm dev cache by @Gmendesfonseca in #1220
- fix: harden cyclic share resolution by @gioboa in #1221
- fix: macOS realpath portability in package entry test by @dmchoi77 in #1223
- fix: stop the installed-package lookup from looping forever on Node c… by @marksnode in #1228
- fix: preserve moduleParseTimeout 0 by @dmchoi77 in #1222
- fix: isolate SSR temp cache per process by @dmchoi77 in #1224
- fix: skip another container's consume-only stub when bridging a shared provider by @marksnode in #1230
- fix: decide unshared workspace cycle edges from runtime imports instead of manifests by @marksnode in #1227
New Contributors
- @marksnode made their first contribution in #1199
Full Changelog: 1.21.3...1.21.4