Skip to content

Releases: solidjs-community/solid-primitives

@solid-primitives/virtual@0.2.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:41
0b4ef08

Patch Changes

  • Updated dependencies [62e331d]
    • @solid-primitives/utils@6.4.1

@solid-primitives/utils@6.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:40
0b4ef08

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 follow export * 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's export *, derived automatically from each submodule's compiled output — so dist/ is bundler-agnostic regardless of how a given tool resolves star re-exports.

@solid-primitives/upload@0.1.5

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:41
0b4ef08

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 follow export * 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's export *, derived automatically from each submodule's compiled output — so dist/ 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

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:41
0b4ef08

Patch Changes

  • Updated dependencies [62e331d]
    • @solid-primitives/utils@6.4.1

@solid-primitives/styles@0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:40
0b4ef08

Patch Changes

  • Updated dependencies [62e331d]
    • @solid-primitives/utils@6.4.1
    • @solid-primitives/rootless@1.5.4

@solid-primitives/stream@0.7.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:40
0b4ef08

Patch Changes

  • Updated dependencies [62e331d]
    • @solid-primitives/utils@6.4.1

@solid-primitives/storage@4.3.5

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:40
0b4ef08

Patch Changes

  • Updated dependencies [62e331d]
    • @solid-primitives/utils@6.4.1

@solid-primitives/static-store@0.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:41
0b4ef08

Patch Changes

  • Updated dependencies [62e331d]
    • @solid-primitives/utils@6.4.1

@solid-primitives/sse@0.0.103

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:41
0b4ef08

Patch Changes

  • Updated dependencies [62e331d]
    • @solid-primitives/utils@6.4.1

@solid-primitives/signal-builders@0.2.4

Choose a tag to compare

@github-actions github-actions released this 04 Jul 20:41
0b4ef08

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 follow export * 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's export *, derived automatically from each submodule's compiled output — so dist/ is bundler-agnostic regardless of how a given tool resolves star re-exports.

  • Updated dependencies [62e331d]

    • @solid-primitives/utils@6.4.1