Releases: jacob-8/svelte-pieces
Releases · jacob-8/svelte-pieces
v2.0.0-next.16
🚀 Features
🐞 Bug Fixes
- IntersectionObserverShared only fire intersected event when actually intersecting - by @jacob-8 (7c8d3)
View changes on GitHub
v2.0.0-next.15
v2.0.0-next.14
🚀 Features
View changes on GitHub
v2.0.0-next.13
🐞 Bug Fixes
- Don't update query-param-store if page navigation happens but params are the same - by @jacob-8 (dbdd3)
View changes on GitHub
v2.0.0-next.11
🚀 Features
- Add ability to cleanFalseValues from url if flag set to true in query-param-store - by @jacob-8 (24c3c)
View changes on GitHub
v2.0.0-next.12
🐞 Bug Fixes
View changes on GitHub
v2.0.0-next.10
🚨 Breaking Changes
- Persisted is now persisted-store and queryParam is now query-param-store which is a breaking change if you use deep imports for either - filenames were changed to make work with Kitbook updates - by @jacob-8 (b7b2e)
🐞 Bug Fixes
- CreateQueryParamStore always uses goto with
keepFocus
in addition tonoScroll
so it works again in SvelteKit 2, also update function to make it match writable and adds optional storagePrefix option - by @jacob-8 (4595c)
View changes on GitHub
v2.0.0-next.8
v2.0.0-next.9
🚀 Features
- Add on_close prop for passing in a callback to perform when ResponsiveSlideover close is triggered - by @jacob-8 (7b39d)
View changes on GitHub
v2.0.0-next.7
🐞 Bug Fixes
- Properly remove observed element from InterseciontObserverShared when component destroyed - by @jacob-8 (51d83)
- Automatically type events emitted by actions - by @jacob-8 (bbf11)