Releases: 47ng/nuqs
Releases · 47ng/nuqs
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
v2.3.2-beta.4
v2.3.2-beta.3
v2.3.2-beta.2
v2.3.2-beta.1
2.3.2-beta.1 (2025-01-23)
Bug Fixes
v2.3.1
2.3.1 (2025-01-14)
Bug Fixes
- Export UrlKeys type helper (#854) (8b6d3e9) - Thanks @Varkoff!
- Maintain location.state in React Router frameworks (#840) (39d6f4a) - Thanks @Dentling!
- Referential stability for the state updater function (#841) (c089be2) - Thanks @SaveliiLukash!
Performance Improvements
Changelog
- fix: Referential stability for the state updater function by @franky47 in #841
- fix: Maintain location.state in React Router frameworks by @franky47 in #840
- chore: Update version range to include react-router@^6 by @franky47 in #844
- perf: Optimise render counts by @franky47 in #849
- chore: Update deps by @franky47 in #851
- fix: Export UrlKeys type helper by @franky47 in #854
- chore: Try to avoid bursting e2e-next CI caching by @franky47 in #859
Full Changelog: v2.3.0...v2.3.1