react-url-query-parameter-store

An Efficient Query Parameter Management Tool for React / Next.js. It helps you to manage query parameters in a more efficient way.

MIT License

Downloads
204
Stars
5
Committers
2

Bot releases are visible (Hide)

react-url-query-parameter-store - v1.5.0

Published by github-actions[bot] 3 months ago

1.5.0 (2024-07-31)

Bug Fixes

  • 🐛 more flexible routing - account for query params not part of the zod schema (0bfdac5)
  • 🐛 redirect bug when we aren't tracking all query parameters; (31867aa)

Features

  • ✨ retain all query parameters on page transition (efa463a)
react-url-query-parameter-store - v1.4.0 Latest Release

Published by github-actions[bot] 3 months ago

1.4.0 (2024-07-23)

Features

  • ✨ allow for pathname changes when updating query param (cca7779)
react-url-query-parameter-store - v1.3.1

Published by github-actions[bot] 3 months ago

1.3.1 (2024-07-20)

Bug Fixes

  • 🐛 dynamic query parameters (4df98f9)
react-url-query-parameter-store - v1.3.0

Published by github-actions[bot] 3 months ago

1.3.0 (2024-07-20)

Features

  • ✨ better way to use + 1 store to power both useQueryParam and useQueryParams (5b9c711)
  • ✨ if a default value is specified in zod schema, shallow redirect user (77f7253)
react-url-query-parameter-store - v1.2.0

Published by github-actions[bot] 3 months ago

1.2.0 (2024-07-19)

Features

  • ✨ add support for router.replace (fab0412)
react-url-query-parameter-store - v1.1.2

Published by github-actions[bot] 3 months ago

1.1.2 (2024-07-09)

Bug Fixes

react-url-query-parameter-store - v1.1.1

Published by github-actions[bot] 3 months ago

1.1.1 (2024-07-08)

Bug Fixes

  • 🐛 package.json description (2f22cbf)
react-url-query-parameter-store - v1.1.0

Published by github-actions[bot] 3 months ago

1.1.0 (2024-07-08)

Features

  • ✨ version 1 - react-url-query-parameter-store (9e64085)
react-url-query-parameter-store - v1.0.0

Published by github-actions[bot] 3 months ago

1.0.0 (2024-07-08)

Bug Fixes

  • 🐛 github workflow environment (b65482a)
  • 🐛 pnpm in github action (4af1d21)
  • 🐛 specify Github Token permissions (0461f88)
  • 🐛 specify pnpm version (404f15c)

Features