Skip to content

Releases: 47ng/nuqs

v1.11.0-beta.1

13 Nov 13:37
Compare
Choose a tag to compare
v1.11.0-beta.1 Pre-release
Pre-release

1.11.0-beta.1 (2023-11-13)

Bug Fixes

  • err.sh uses hardcoded master branch (2191eb0)
  • Errors thrown in parsers count as null (9ce0eae)

Features

  • Handle Safari lower rate limits (5eaf822)
  • Reject URL updates with unapplied search params (18c2ae7)
  • URL errors (6cfcb7f)

v1.10.2

10 Nov 23:33
Compare
Choose a tag to compare

1.10.2 (2023-11-10)

Bug Fixes

v1.10.2-beta.1

10 Nov 14:02
d9a1f23
Compare
Choose a tag to compare
v1.10.2-beta.1 Pre-release
Pre-release

1.10.2-beta.1 (2023-11-10)

Bug Fixes

v1.10.1

09 Nov 23:36
Compare
Choose a tag to compare

1.10.1 (2023-11-09)

An internal Next.js app router change (vercel/next.js#56497) causes prefetch links to reset shallow URL updates on hover or mount. It was introduced between [email protected](last known working version) and [email protected], then released on stable in [email protected].

Consequently, next-usequerystate is marked as being incompatible with the latest Next.js versions until I have identified the root cause, and a fixing PR is merged and released.

Bug Fixes

  • Mark incompatibility with 14.0.2 due to #388 (2e26a81)

v1.10.1-beta.1

09 Nov 23:33
Compare
Choose a tag to compare
v1.10.1-beta.1 Pre-release
Pre-release

1.10.1-beta.1 (2023-11-09)

Bug Fixes

  • Mark incompatibility with 14.0.2 due to #388 (2e26a81)

v1.10.0

08 Nov 13:59
Compare
Choose a tag to compare

1.10.0 (2023-11-08)

Features

Bug Fixes

  • Always update local URL first, then RSC (943ce9b)
  • Detect multiple patching with different versions (cef5808)
  • Handle conflicts between RSC & local queue (e76e4de)

Other changes

  • Add issue template in #389

Full Changelog: v1.9.2...v1.10.0

v1.10.0-beta.1

08 Nov 12:41
Compare
Choose a tag to compare
v1.10.0-beta.1 Pre-release
Pre-release

1.10.0-beta.1 (2023-11-08)

Bug Fixes

  • Always update local URL first, then RSC (943ce9b)
  • Detect multiple patching with different versions (cef5808)
  • Handle conflicts between RSC & local queue (e76e4de)

Features

  • Add throttling option (596d835), closes #373
  • Allow chaining parser options & default values (c012c31), closes #386
  • Allow infinite throttleMs to disable URL updates (51ceed6)

v1.9.2

02 Nov 14:12
Compare
Choose a tag to compare

1.9.2 (2023-11-02)

Bug Fixes

Full Changelog: v1.9.1...v1.9.2

v1.9.1

26 Oct 17:17
Compare
Choose a tag to compare

1.9.1 (2023-10-26)

Dependencies

  • deps: Add Next.js 14 support (878eb72)

Full Changelog: v1.9.0...v1.9.1

v1.9.0

26 Oct 14:16
Compare
Choose a tag to compare

1.9.0 (2023-10-26)

Features

Bug Fixes

  • Encode characters that may break URL detection (29d878c)

Full Changelog: v1.8.4...v1.9.0