Skip to content

Releases: solidjs-community/solid-primitives

@solid-primitives/cookies@0.0.1

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

@solid-primitives/trigger@1.1.0

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

Minor Changes

  • 32fcb81: Add dirtyAll to createTriggerCache

@solid-primitives/set@0.5.0

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

  • Updated dependencies [32fcb81]
    • @solid-primitives/trigger@1.1.0

@solid-primitives/map@0.4.13

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

Patch Changes

  • Updated dependencies [32fcb81]
    • @solid-primitives/trigger@1.1.0

@solid-primitives/spring@0.0.1

26 Sep 17:43
d270e6b
Compare
Choose a tag to compare

@solid-primitives/graphql@2.1.0

20 Sep 10:22
62e1be0
Compare
Choose a tag to compare

Minor Changes

  • c4e992a: Add a GraphQLError error class, and throw it in case of a request error, instead of thowing an errors array

@solid-primitives/audio@1.3.18

20 Sep 10:22
62e1be0
Compare
Choose a tag to compare

Patch Changes

  • b993fff: Set "COMPLETE" state on "ended"

    Improved ssr support by setting the initial duration and volume to zero for createAudio to match the server state.

@solid-primitives/mouse@2.0.20

15 Sep 18:04
92f365f
Compare
Choose a tag to compare

Patch Changes

  • 7e7888a: Add SVGSVGElement to allowed target types.

@solid-primitives/set@0.4.12

13 Sep 16:15
b00b691
Compare
Choose a tag to compare

Patch Changes

  • 1ea2a09: Use new Map/SetIterator types

@solid-primitives/map@0.4.12

13 Sep 16:15
b00b691
Compare
Choose a tag to compare

Patch Changes

  • 1ea2a09: Use new Map/SetIterator types