Skip to content

Releases: 47ng/nuqs

v2.5.0-beta.1

11 Jun 19:23
b18f5e6
Compare
Choose a tag to compare
v2.5.0-beta.1 Pre-release
Pre-release

2.5.0-beta.1 (2025-06-11)

Features

v2.4.3

16 Apr 12:38
6b4e8d6
Compare
Choose a tag to compare

2.4.3 (2025-04-16)

Bug Fixes

What's Changed

  • fix: Multiple query reordering in Next.js pages router internal state by @franky47 in #983
  • chore: Update runners to ubuntu-24.04-arm by @franky47 in #980

Full Changelog: v2.4.2...v2.4.3

v2.4.2

14 Apr 10:30
3435d87
Compare
Choose a tag to compare

2.4.2 (2025-04-14)

Bug Fixes

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.2-beta.3

14 Apr 09:07
20ce7b9
Compare
Choose a tag to compare
v2.4.2-beta.3 Pre-release
Pre-release

2.4.2-beta.3 (2025-04-14)

Bug Fixes

  • Increase rate-limit factor for Next.js app router (#973) (20ce7b9)

v2.4.2-beta.2

11 Apr 18:29
1e77f0e
Compare
Choose a tag to compare
v2.4.2-beta.2 Pre-release
Pre-release

2.4.2-beta.2 (2025-04-11)

Bug Fixes

v2.4.2-beta.1

11 Apr 18:26
c19fba3
Compare
Choose a tag to compare
v2.4.2-beta.1 Pre-release
Pre-release

2.4.2-beta.1 (2025-04-11)

Bug Fixes

v2.4.1

06 Mar 09:15
0910b2d
Compare
Choose a tag to compare

2.4.1 (2025-03-06)

Bug Fixes

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

17 Feb 13:14
b71a222
Compare
Choose a tag to compare

2.4.0 (2025-02-17)

Features

  • Add parseAsPageIndex parser (#791) (11a46bf) - Thanks @cenobitedk !
  • Add custom parsers testing helpers (#853) (08a5752)
  • Add scroll option support for React SPA adapter (#911) (223609e)
  • Detect multiple contexts loaded at the same time (#861) (e38a465)
  • Full-page navigation option for shallow: false updates in React SPA (#891) (48cae6b)

Bug Fixes

What's Changed

  • feat: Add parseAsPageIndex parser by @cenobitedk in #791
  • feat: Add custom parsers testing helpers by @franky47 in #853
  • feat: Add scroll option support for React SPA adapter by @franky47 in #911
  • feat: Full-page navigation option for shallow: false updates in React SPA by @franky47 in #891
  • feat: Detect multiple contexts loaded at the same time by @franky47 in #861
  • fix: useQueryStates does not update values correctly when config changes by @maslianok in #908
  • fix: Dynamic segments & multitenancy for Next.js pages router by @franky47 in #917
  • fix: Ship react-router v6/v7 .d.ts redirects on NPM by @franky47 in #899
  • fix: Handle console.log of null values in React Devtools by @franky47 in #909
  • doc: Add Unkey as sponsor 💖 by @franky47 in #915
  • doc: Add OpenStatus as sponsor 💖 by @franky47 in #920
  • test: Add React Router Fog of War test by @franky47 in #885
  • chore: Update deps by @franky47 in #894
  • chore: Create CODE_OF_CONDUCT.md by @franky47 in #892
  • chore: Move type tests away from src by @franky47 in #897
  • chore: Trying ubuntu-22.04-arm runners by @franky47 in #903
  • chore: Update pkg.pr.new comments by @franky47 in #918

New Contributors

Full Changelog: v2.3.2...v2.4.0

v2.4.0-beta.6

17 Feb 12:22
48cae6b
Compare
Choose a tag to compare
v2.4.0-beta.6 Pre-release
Pre-release

2.4.0-beta.6 (2025-02-17)

Features

  • Full-page navigation option for shallow: false updates in React SPA (#891) (48cae6b)

v2.4.0-beta.5

17 Feb 09:57
08a5752
Compare
Choose a tag to compare
v2.4.0-beta.5 Pre-release
Pre-release

2.4.0-beta.5 (2025-02-17)

Features