Releases: paoloricciuti/sveltekit-search-params
Releases · paoloricciuti/sveltekit-search-params
v1.0.14
v1.0.12
v1.0.11
v1.0.10
v1.0.8
1.0.7
What's Changed
- (fix) the hash of the url doesn't get's deleted by @paoloricciuti in #16
- Version Packages by @github-actions in #17
New Contributors
- @github-actions made their first contribution in #17
Full Changelog: 1.0.6...1.0.7
Update to sveltekit-package v2
Full Changelog: 1.0.4...1.0.6
Update peer dependecies and README to remove the need to include the vite plugin
Update peer dependecies and README to remove the need to include the vite plugin given that after Sveltekit 1.0 there's no need for the plugin anymore.
N.b. if you are using sveltekit-search-params you can safely remove the plugin from the vite config.
Fix load function bug the proper way
The hack i used to fix the load function problem worked but it was a hack. Thankfully Rich Harris reminded me that goto is async so i just awaited goto to fix the issue. ✌️
Using afterNavigate to fix to problem with accessing url on load function
This is a work-around to fix the problem with accessing the url on load function.
Hopefully this will be fixed in sveltekit since i opened an issue there.