Releases: 47ng/nuqs
Releases · 47ng/nuqs
v2.3.1-beta.1
2.3.1-beta.1 (2025-01-04)
Bug Fixes
v2.3.0
2.3.0 (2025-01-01)
Features
- Added react-router v7 support (#785) (650bd65) - Thanks @teukuamru!
- Shallow routing for everyone (#811) (abbbb56)
- Add loader feature (#818) (4762b04)
- Add UrlKeys type helper (#824) (479d5ea)
- Abstract reading from location.search in adapters interface (#800) (1635863)
Bug Fixes
- Preserve hash in React Router based adpaters (#809) (e4154a1)
- Support
?
characters in serializer base (#821) (8951598), closes #812 - Thanks @ealvarezk! - types: Export
Nullable
type for correctly inferring return type ofcreateSerializer()
(#801) (ab99d7d) - Thanks @MartinCura!
Other changes
- doc: Add Liminity.se as sponsor 💖 by @franky47 in #789
- chore: Run GHA on Ubuntu 24.04 by @franky47 in #797
- chore: React 19 by @franky47 in #796
- docs: Document testing nuqs based hooks by @sebastianvitterso in #795
- test: Move relevant e2e tests to be unit tests by @franky47 in #802
- test: Move e2e tests into shared library by @franky47 in #807
- chore: Update dependencies by @franky47 in #813
- chore: Enable provenance by @franky47 in #819
- doc: Fix link to options docs by @blyme in #825
- ref: Use a useEffect rather than useLayoutEffect by @franky47 in #828
- test: Add native HTML form test by @franky47 in #829
- chore: Reduce the amount of Slack notifications by @franky47 in #834
- ref: Enable history patching by default for React Router by @franky47 in #833
- chore(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #835
New Contributors
- @teukuamru made their first contribution in #785
- @sebastianvitterso made their first contribution in #795
- @blyme made their first contribution in #825
Full Changelog: v2.2.3...v2.3.0
v2.3.0-beta.2
v2.3.0-beta.1
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 ofcreateSerializer()
(#801) (ab99d7d)
Features
v2.2.3
v2.2.2
v2.2.1
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
v2.1.2
2.1.2 (2024-11-12)
Bug Fixes
- Log an error in development if URI size of 2000 characters is exceeded. (#747) (3017660) - Thanks @niklasbec !
- Use correct keys for state sync (#759) (6bc229a), closes #758 - Thanks @hallucinogenizer !
v2.1.1
2.1.1 (2024-10-31)
Bug Fixes
- adapters/next/app: wrap optimistic search params update in startTransition (#729) (01af1ea) - Thanks @aryasaatvik !