v2.0.0-next.10
Pre-release
Pre-release
github-actions
released this
18 Mar 02:56
·
21 commits
to main
since this release
🚨 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)