Skip to content

Releases: 47ng/nuqs

v2.3.1-beta.1

04 Jan 14:29
39d6f4a
Compare
Choose a tag to compare
v2.3.1-beta.1 Pre-release
Pre-release

2.3.1-beta.1 (2025-01-04)

Bug Fixes

  • Maintain location.state in React Router frameworks (#840) (39d6f4a)
  • Referential stability for the state updater function (#841) (c089be2)

v2.3.0

01 Jan 21:02
10e526d
Compare
Choose a tag to compare

2.3.0 (2025-01-01)

Features

Bug Fixes

Other changes

New Contributors

Full Changelog: v2.2.3...v2.3.0

v2.3.0-beta.2

27 Dec 21:33
4762b04
Compare
Choose a tag to compare
v2.3.0-beta.2 Pre-release
Pre-release

2.3.0-beta.2 (2024-12-27)

Bug Fixes

Features

v2.3.0-beta.1

18 Dec 13:04
03aec1c
Compare
Choose a tag to compare
v2.3.0-beta.1 Pre-release
Pre-release

2.3.0-beta.1 (2024-12-18)

Bug Fixes

  • Preserve hash in React Router based adpaters (#809) (e4154a1)
  • types: Export Nullable type for correctly inferring return type of createSerializer() (#801) (ab99d7d)

Features

  • Abstract reading from location.search in adapters interface (#800) (1635863)
  • Added react-router v7 support (#785) (650bd65)
  • Shallow routing for everyone (#811) (abbbb56)

v2.2.3

23 Nov 15:30
c768757
Compare
Choose a tag to compare

2.2.3 (2024-11-23)

Bug Fixes

v2.2.2

20 Nov 19:45
a504e0e
Compare
Choose a tag to compare

2.2.2 (2024-11-20)

Bug Fixes

v2.2.1

15 Nov 13:12
Compare
Choose a tag to compare

2.2.1 (2024-11-15)

Bug Fixes

  • serializer/types: Allow null value in serializer for parsers with default values (#769) (84c5189) - Thanks @MartinCura!

v2.2.0

14 Nov 14:32
6ee72ee
Compare
Choose a tag to compare

2.2.0 (2024-11-14)

Features

  • Add testing HOC to reduce test setup verbosity (#765) (777627e)

Bug Fixes

  • Add React 19 RC in peer dep semver range (#756) (06d6e39) - Thanks @aeonzz!
  • Support for dynamic default values in useQueryStates (#762) (6ee72ee) - Thanks @pdme !
  • Make the testing adapter clear the URL queue (#764) (8200add)

v2.1.2

12 Nov 13:52
3017660
Compare
Choose a tag to compare

2.1.2 (2024-11-12)

Bug Fixes

v2.1.1

31 Oct 10:22
01af1ea
Compare
Choose a tag to compare

2.1.1 (2024-10-31)

Bug Fixes

  • adapters/next/app: wrap optimistic search params update in startTransition (#729) (01af1ea) - Thanks @aryasaatvik !