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