Skip to content

Releases: paoloricciuti/sveltekit-search-params

v1.0.12

20 Apr 15:49
Compare
Choose a tag to compare

Patch Changes

  • 901d9c7: Add client side check before invoking goto

v1.0.11

13 Mar 16:01
Compare
Choose a tag to compare

Patch Changes

  • 6f78e87: removed changesets as dependency and add it as dev dependency

v1.0.10

06 Mar 23:53
Compare
Choose a tag to compare

Patch Changes

v1.0.8

06 Mar 21:02
4c2ecac
Compare
Choose a tag to compare

Patch Changes

1.0.7

06 Mar 17:31
479db22
Compare
Choose a tag to compare

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

21 Feb 10:44
Compare
Choose a tag to compare

Update peer dependecies and README to remove the need to include the vite plugin

03 Feb 17:25
4ff9506
Compare
Choose a tag to compare

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

29 Jan 21:45
Compare
Choose a tag to compare

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

25 Jan 09:48
Compare
Choose a tag to compare

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.

Fix error on 1.0.1

23 Jan 17:40
Compare
Choose a tag to compare

Fixes an error on 1.0.1