Skip to content

Releases: rtrampox/nuqs-svelte

v1.2.2

10 Sep 02:41
82d3905

Choose a tag to compare

1.2.2 (2025-09-10)

Bug Fixes

  • fixed a bug that caused query changes remove any other query param from the URL (82d3905)

v1.2.1

03 Jul 14:39
3a5544a

Choose a tag to compare

1.2.1 (2025-07-03)

Bug Fixes

  • #34: update how values are synced with the current query string state, so changes outside of nuqs-svelte can also be tracked (3a5544a), closes #34

v1.2.0

21 Jun 17:49
81531f2

Choose a tag to compare

1.2.0 (2025-06-21)

Features

v1.1.4

14 Jun 20:18
ecc17e4

Choose a tag to compare

1.1.4 (2025-06-14)

Bug Fixes

  • fix a bug where non-shallow navigations would override values changed on the search params by a shallow navigation (ecc17e4)

v1.1.3

14 Jun 19:26
ca583af

Choose a tag to compare

1.1.3 (2025-06-14)

Bug Fixes

  • #26: create a new URLSearchParams object on searchParams and getSearchParams options of the SvelteKit adapter (ca583af), closes #26

v1.1.2

26 May 20:53

Choose a tag to compare

1.1.2 (2025-05-26)

Bug Fixes

  • #12: disable invalidateAll option in SvelteKit adapter (c613ab3), closes #12

v1.1.1

15 May 01:48
5b158a4

Choose a tag to compare

1.1.1 (2025-05-15)

Bug Fixes

  • update queryState variable to use a derived instead of state as they have the same result, and removes svelte reactivity warning (5b158a4)

v1.1.0

14 May 22:35
814aa58

Choose a tag to compare

1.1.0 (2025-05-14)

Features

  • adapters: Add custom adapter support (814aa58)

v1.0.0

14 May 20:15
c51c335

Choose a tag to compare

1.0.0 (2025-05-14)

Bug Fixes

  • update dependencies and remove sherif typo dep from scripts in package.json (4ac965e)

Features

  • Add MIT License (2a61b82)
  • Add semantic-release configuration and update dependencies (72f548a)
  • initial commit (999c498)
  • Update package.json files with author, repository, and additional dependencies (2bf59a9)
  • update types export, add use-query-states to exports (53b04e7)