Skip to content

Releases: solidjs-community/solid-primitives

@solid-primitives/[email protected]

29 Oct 14:56
bc09516
Compare
Choose a tag to compare

Minor Changes

  • e1ebe61: Add a headless virtual list primitive: createVirtualList in #702

@solid-primitives/[email protected]

27 Oct 16:31
351b6fa
Compare
Choose a tag to compare

Patch Changes

  • 57a3078: Add check for typeof window, fallback to throttle if undefined

@solid-primitives/[email protected]

27 Oct 16:31
351b6fa
Compare
Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

27 Oct 16:31
351b6fa
Compare
Choose a tag to compare

@solid-primitives/[email protected]

27 Oct 16:31
351b6fa
Compare
Choose a tag to compare

@solid-primitives/[email protected]

24 Oct 21:40
75e3f8e
Compare
Choose a tag to compare

Patch Changes

  • 9749071: Makes Entries take key's type as a generic

@solid-primitives/[email protected]

24 Oct 21:40
75e3f8e
Compare
Choose a tag to compare

Patch Changes

@solid-primitives/[email protected]

30 Sep 09:16
4338fa9
Compare
Choose a tag to compare

@solid-primitives/[email protected]

29 Sep 13:02
debb49f
Compare
Choose a tag to compare

Minor Changes

  • 32fcb81: Add dirtyAll to createTriggerCache

@solid-primitives/[email protected]

29 Sep 13:02
debb49f
Compare
Choose a tag to compare

Minor Changes

  • aa596ec: Fixes for ReactiveSet (#688):
    • Iterators and .forEach() no longer track specific keys.
    • Added support for thisArg as per forEach spec
    • super.clear() now called before dirtying signals
    • Uses new dirtyAll form trigger package

Patch Changes