All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Note: Version bump only for package root
- Do not scroll to top on query param change with App Router. If you need to retain the previous behavior, you can scroll to the top additionally, after changing a query param (#42 by @gregor10) (0f5fb5c)
- Changing a query param with the App Router no longer results in the app scrolling to the top.
Note: Version bump only for package root
- Support Next.js 14 (#39 by @davidblurton) (ede406d)
- Since
use-query-params@v2
now supports the concept of adapters, this library now only exports such an adapter. Please update your imports to referenceuse-query-params
as only the adapter is now exported from this library.
-
Drop IE11 support
-
v3.0.0-alpha.1
Note: Version bump only for package root
Note: Version bump only for package root
Note: Version bump only for package root
- fix: Update router object
search
after changes and incorporatehash
(#6)
- Include types for exports from
use-query-params
(5d57f0e)
Note: Version bump only for package root
Note: Version bump only for package root