Skip to content

Latest commit

 

History

History
215 lines (62 loc) · 4.58 KB

CHANGELOG.md

File metadata and controls

215 lines (62 loc) · 4.58 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0 (2023-11-25)

Bug Fixes

  • 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)

BREAKING CHANGES

  • Changing a query param with the App Router no longer results in the app scrolling to the top.

4.3.1 (2023-11-25)

Note: Version bump only for package root

4.3.0 (2023-11-02)

Features

4.2.3 (2023-07-13)

Bug Fixes

  • Add CJS build for App Router entry point (#36) (5e034cf)

4.2.2 (2023-06-20)

Bug Fixes

4.2.1 (2023-05-21)

Bug Fixes

  • Fix cjs export for pages adapter (#30) (0ebd81d)

4.2.0 (2023-05-19)

Features

4.1.0 (2022-11-16)

Features

4.0.0 (2022-08-30)

  • feat!: Upgrade to use-query-params@v2 (#19) (40eee87), closes #19

BREAKING CHANGES

  • Since use-query-params@v2 now supports the concept of adapters, this library now only exports such an adapter. Please update your imports to reference use-query-params as only the adapter is now exported from this library.

3.0.0 (2022-07-15)

  • feat!: Support React 18 and latest Next.js version (#12) (515a24f), closes #12

BREAKING CHANGES

  • Drop IE11 support

  • v3.0.0-alpha.1

2.2.1 (2022-05-03)

Note: Version bump only for package root

2.2.0 (2022-04-28)

Features

  • Allow shallow prop on the provider (#13) (71b6ec8)

2.1.2 (2021-12-17)

Bug Fixes

  • Handle clearing of parameters and adding of parameters with an existing hash (#9) (0640b57)

2.1.1 (2021-12-17)

Note: Version bump only for package root

2.1.0 (2021-12-15)

Features

2.0.5 (2021-11-30)

Note: Version bump only for package root

2.0.4 (2021-11-30)

Bug Fixes

  • fix: Update router object search after changes and incorporate hash (#6)

2.0.3 (2021-10-25)

Bug Fixes

  • Include types for exports from use-query-params (5d57f0e)

2.0.2 (2021-09-15)

Note: Version bump only for package root

2.0.1 (2021-09-06)

Note: Version bump only for package root