Releases: solidjs-community/solid-primitives
Releases · solidjs-community/solid-primitives
@solid-primitives/immutable@1.0.10
Patch Changes
- Updated dependencies [9749071]
- @solid-primitives/keyed@1.2.3
@solid-primitives/cookies@0.0.1
What's Changed
- [FIX] Update start package by @eagerestwolf in #660 (Renamed from
start
tocookies
)
Full Changelog: https://github.com/solidjs-community/solid-primitives/compare/@solid-primitives/map@0.4.13...@solid-primitives/cookies@0.0.1
@solid-primitives/trigger@1.1.0
Minor Changes
- 32fcb81: Add
dirtyAll
tocreateTriggerCache
@solid-primitives/set@0.5.0
Minor Changes
- aa596ec: Fixes for ReactiveSet (#688):
- Iterators and
.forEach()
no longer track specific keys. - Added support for
thisArg
as perforEach
spec super.clear()
now called before dirtying signals- Uses new
dirtyAll
form trigger package
- Iterators and
Patch Changes
- Updated dependencies [32fcb81]
- @solid-primitives/trigger@1.1.0
@solid-primitives/map@0.4.13
Patch Changes
- Updated dependencies [32fcb81]
- @solid-primitives/trigger@1.1.0
@solid-primitives/spring@0.0.1
@solid-primitives/graphql@2.1.0
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
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
Patch Changes
- 7e7888a: Add
SVGSVGElement
to allowed target types.
@solid-primitives/set@0.4.12
Patch Changes
- 1ea2a09: Use new Map/SetIterator types