Releases: 47ng/nuqs
Releases · 47ng/nuqs
v1.11.0-beta.1
v1.10.2
v1.10.2-beta.1
v1.10.1
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
v1.10.1-beta.1
v1.10.0
1.10.0 (2023-11-08)
Features
- Add throttling option (596d835), closes #373. Thanks @ShahriarKh !
- Allow chaining parser options & default values (c012c31), closes #386
- Allow infinite throttleMs to disable URL updates (51ceed6)
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
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
v1.9.2
1.9.2 (2023-11-02)
Bug Fixes
- Default value on server-side parsing (45029d4), closes #384. Thanks @ru-van-urk !
Full Changelog: v1.9.1...v1.9.2
v1.9.1
1.9.1 (2023-10-26)
Dependencies
- deps: Add Next.js 14 support (878eb72)
Full Changelog: v1.9.0...v1.9.1