Releases: solidjs-community/solid-primitives
Release list
@solid-primitives/virtual@0.2.4
Patch Changes
- Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
@solid-primitives/utils@6.4.1
Patch Changes
-
62e331d: Fix named imports breaking under Rolldown (Vite 8+ / Storybook 10.4.6+) bundlers.
These packages re-export their public API via
export * from "./x.js"barrels. Rollup resolves named imports through these at link time, but Rolldown's static analysis doesn't reliably followexport *for named-export resolution, causing errors like:"createEventListener" is not exported by "@solid-primitives/event-listener/dist/index.js"The build now also emits explicit
export { name } from "./x.js"lines for every runtime export reachable through a barrel'sexport *, derived automatically from each submodule's compiled output — sodist/is bundler-agnostic regardless of how a given tool resolves star re-exports.
@solid-primitives/upload@0.1.5
Patch Changes
-
62e331d: Fix named imports breaking under Rolldown (Vite 8+ / Storybook 10.4.6+) bundlers.
These packages re-export their public API via
export * from "./x.js"barrels. Rollup resolves named imports through these at link time, but Rolldown's static analysis doesn't reliably followexport *for named-export resolution, causing errors like:"createEventListener" is not exported by "@solid-primitives/event-listener/dist/index.js"The build now also emits explicit
export { name } from "./x.js"lines for every runtime export reachable through a barrel'sexport *, derived automatically from each submodule's compiled output — sodist/is bundler-agnostic regardless of how a given tool resolves star re-exports. -
Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
@solid-primitives/trigger@1.2.4
Patch Changes
- Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
@solid-primitives/styles@0.1.4
Patch Changes
- Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
- @solid-primitives/rootless@1.5.4
@solid-primitives/stream@0.7.4
Patch Changes
- Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
@solid-primitives/storage@4.3.5
Patch Changes
- Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
@solid-primitives/static-store@0.1.4
Patch Changes
- Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
@solid-primitives/sse@0.0.103
Patch Changes
- Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1
@solid-primitives/signal-builders@0.2.4
Patch Changes
-
62e331d: Fix named imports breaking under Rolldown (Vite 8+ / Storybook 10.4.6+) bundlers.
These packages re-export their public API via
export * from "./x.js"barrels. Rollup resolves named imports through these at link time, but Rolldown's static analysis doesn't reliably followexport *for named-export resolution, causing errors like:"createEventListener" is not exported by "@solid-primitives/event-listener/dist/index.js"The build now also emits explicit
export { name } from "./x.js"lines for every runtime export reachable through a barrel'sexport *, derived automatically from each submodule's compiled output — sodist/is bundler-agnostic regardless of how a given tool resolves star re-exports. -
Updated dependencies [62e331d]
- @solid-primitives/utils@6.4.1