Skip to content

Releases: rtrampox/nuqs-svelte

v1.2.0

21 Jun 17:49
81531f2
Compare
Choose a tag to compare

1.2.0 (2025-06-21)

Features

v1.1.4

14 Jun 20:18
ecc17e4
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)