Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 13:14
· 1 commit to master since this release
b71a222

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

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

Full Changelog: v2.3.2...v2.4.0