Releases: 47ng/nuqs
Releases · 47ng/nuqs
v2.4.0
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
- Handle console.log of null values in React Devtools (#909) (b1ca0d2), closes #808 - Thanks @dejoma & @julius-retzer !
- Ship react-router v6/v7 .d.ts redirects on NPM (#899) (803d3e0)
- useQueryStates does not update values correctly when config changes (#908) (bf56cb7) - Thanks @maslianok !
- Dynamic segments & multitenancy for Next.js pages router (#917) - Thanks @julius-retzer !
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
- @cenobitedk made their first contribution in #791
- @maslianok made their first contribution in #908
Full Changelog: v2.3.2...v2.4.0
v2.4.0-beta.6
2.4.0-beta.6 (2025-02-17)
Features
v2.4.0-beta.5
v2.4.0-beta.4
2.4.0-beta.4 (2025-02-17)
Features
v2.4.0-beta.3
2.4.0-beta.3 (2025-02-13)
Bug Fixes
v2.4.0-beta.2
v2.4.0-beta.1
v2.3.3-beta.1
v2.3.2
2.3.2 (2025-02-01)
Bug Fixes
- Allow useQueryStates' state updater function to return null (#871) (894e141)
- Dynamic keys for useQueryStates (#858) (23c57cb) - Thanks @erinleigh90!
- Conditional rendering in React Router (#882) (7f1b18a) - Thanks @mattrothenberg!
- React Router stale values after remount (#887) (8d98a7d) - Thanks @mattrothenberg!
What's Changed
- fix: Allow useQueryStates' state updater function to return null by @franky47 in #871
- fix: Dynamic keys for useQueryStates by @franky47 in #858
- fix: Conditional rendering in React Router by @franky47 in #882
- fix: React Router stale values after remount by @franky47 in #887
- test: Add test for the agnostic adapter by @franky47 in #878
- doc: Update wording for the "missing suspense boundary" guidelines by @mtlaso in #847
- doc: Add Waku community adapter by @rmarscher in #848
- doc: add break word all for better ux by @rasvanjaya21 in #753
- chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 by @dependabot in #888
- chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #889
- chore: Update PNPM to v10 by @franky47 in #872
- chore: Test running CI on arm64 GHA runners by @franky47 in #864
- chore: Update deps by @franky47 in #867
New Contributors
- @mtlaso made their first contribution in #847
- @rmarscher made their first contribution in #848
- @rasvanjaya21 made their first contribution in #753
Full Changelog: v2.3.1...v2.3.2