- Migrate to Solid.js v2.0 (beta.10)
- Peer dependency:
solid-js@^2.0.0-beta.10and@solidjs/web@^2.0.0-beta.10are now required. isServerimport moved fromsolid-js/webto@solidjs/web.batch()removed fromundo()andredo()— Solid 2.0 batches signal updates automatically. Callflush()before readingcanUndo()/canRedo()in tests or non-reactive contexts.- Internal count signal uses
{ pureWrite: true }for Solid 2.0 signal semantics. createMemoinitial value handled via an explicitinitialStatereference to accommodate Solid 2.0'sundefined-prev first-call behavior.
- Updated dependencies [6680ab9]
- @solid-primitives/utils@6.4.0
- 396812d: Enable verbatimModuleSyntax -> add
typekeyword to all type imports. - Updated dependencies [396812d]
- @solid-primitives/utils@6.3.2
- 53f08cc: fix: Move
"@solid-primitives/source"export condition under import in package.json (Fixes #774, Fixes #749) - Updated dependencies [53f08cc]
- @solid-primitives/utils@6.3.1
- ea09f71: Remove CJS support. The package is ESM only now.
- Updated dependencies [ea09f71]
- @solid-primitives/utils@6.3.0
- 74db287: Correct the "homepage" field in package.json
- Updated dependencies [48d44c0]
- @solid-primitives/utils@6.2.3
- d23dd74: Add type exports for cjs
- Updated dependencies [d23dd74]
- @solid-primitives/utils@6.2.2
- Updated dependencies [92c1e5c4]
- @solid-primitives/utils@6.2.1
- 2c9d3238: Add
voidas a possible return type.
- 2157af7d: Allow falsy values to be returned from the source function to not create a point in history.
- Updated dependencies [3c007b92]
- @solid-primitives/utils@6.2.0