Skip to content

Releases: 47ng/nuqs

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

v2.4.0-beta.4

17 Feb 09:55
e38a465
Compare
Choose a tag to compare
v2.4.0-beta.4 Pre-release
Pre-release

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

Features

  • Detect multiple contexts loaded at the same time (#861) (e38a465)

v2.4.0-beta.3

13 Feb 16:00
b1ca0d2
Compare
Choose a tag to compare
v2.4.0-beta.3 Pre-release
Pre-release

2.4.0-beta.3 (2025-02-13)

Bug Fixes

  • Handle console.log of null values in React Devtools (#909) (b1ca0d2), closes #808

v2.4.0-beta.2

13 Feb 09:26
223609e
Compare
Choose a tag to compare
v2.4.0-beta.2 Pre-release
Pre-release

2.4.0-beta.2 (2025-02-13)

Features

  • Add scroll option support for React SPA adapter (#911) (223609e)

v2.4.0-beta.1

12 Feb 21:47
bf56cb7
Compare
Choose a tag to compare
v2.4.0-beta.1 Pre-release
Pre-release

2.4.0-beta.1 (2025-02-12)

Bug Fixes

  • useQueryStates does not update values correctly when config changes (#908) (bf56cb7)

Features

v2.3.3-beta.1

07 Feb 11:33
803d3e0
Compare
Choose a tag to compare
v2.3.3-beta.1 Pre-release
Pre-release

2.3.3-beta.1 (2025-02-07)

Bug Fixes

  • Ship react-router v6/v7 .d.ts redirects on NPM (#899) (803d3e0)

v2.3.2

01 Feb 12:10
Compare
Choose a tag to compare

2.3.2 (2025-02-01)

Bug Fixes

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.2-beta.4

31 Jan 14:48
Compare
Choose a tag to compare
v2.3.2-beta.4 Pre-release
Pre-release

2.3.2-beta.4 (2025-01-31)

Bug Fixes

  • React Router stale values after remount (#887) (8d98a7d)