Releases: 47ng/nuqs
Releases · 47ng/nuqs
v2.5.0-beta.1
v2.4.3
2.4.3 (2025-04-16)
Bug Fixes
- Multiple query reordering in Next.js pages router internal state (#983) (6b4e8d6) - Thanks @Csszabi98!
What's Changed
- fix: Multiple query reordering in Next.js pages router internal state by @franky47 in #983
- chore: Update runners to ubuntu-24.04-arm by @franky47 in #980
Full Changelog: v2.4.2...v2.4.3
v2.4.2
2.4.2 (2025-04-14)
Bug Fixes
- Import from next/navigation.js (#939) (1e77f0e) - Thanks @tordans & @jdpnielsen !
- Increase rate-limit factor for Next.js app router (#973) (20ce7b9) - Thanks @tordans !
- Prettify inferred types (#967) (c19fba3)
What's Changed
- fix: Prettify inferred types by @franky47 in #967
- fix: Import from next/navigation.js by @franky47 in #939
- fix: Increase rate-limit factor for Next.js app router by @franky47 in #973
- test: Add property-based testing with fast-check by @franky47 in #961
- doc: Add "works with" icons by @franky47 in #933
- doc: add missing commas by @pnodet in #936
- doc: Add link tree for React Paris by @franky47 in #937
- doc: React Paris is over 😥 by @franky47 in #946
- doc: Various minor edits by @franky47 in #951
- chore: Update React Router to 7.3.0 by @franky47 in #932
- chore: Update dependencies by @franky47 in #949
- chore: Update React to 19.1.0 & PNPM to 10.7 by @franky47 in #952
- chore(deps-dev): bump @react-router/express from 7.4.0 to 7.4.1 by @dependabot in #959
- chore(deps-dev): bump vite from 6.2.3 to 6.2.4 by @dependabot in #955
- chore(deps): bump actions/setup-node from 4.2.0 to 4.3.0 by @dependabot in #956
- chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #957
- chore(deps-dev): bump vite from 6.2.4 to 6.2.5 by @dependabot in #962
- chore(docs): Waku v0.22 community adapter useRouter update by @rmarscher in #963
- chore: Next.js 15.3.0 with Turbopack build by @franky47 in #971
- chore(deps-dev): bump vite from 6.2.5 to 6.2.6 by @dependabot in #975
- chore: Update dependencies by @franky47 in #977
New Contributors
Full Changelog: v2.4.1...v2.4.2
v2.4.2-beta.3
2.4.2-beta.3 (2025-04-14)
Bug Fixes
v2.4.2-beta.2
v2.4.2-beta.1
v2.4.1
2.4.1 (2025-03-06)
Bug Fixes
- Import React.cache only when needed (#923) (0c955ce) - Thanks @boredland, @alylim, @hauptrolle, @FezVrasta, and @guptaashwanee !
What's Changed
- fix: Import React.cache only when needed by @franky47 in #923
- test: Add vitest-package-exports by @franky47 in #930
- doc: Fix the parseAsIndex demo by @franky47 in #922
- doc: Update withDefault JSDocs by @franky47 in #926
- doc: Add React Paris banner by @franky47 in #931
- chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #928
- chore(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 by @dependabot in #929
Full Changelog: v2.4.0...v2.4.1
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