v6.5.0 (July 8, 2022)
- Changed return type of useQueryParams hook to an object with query parameters
qp
and functions to modify the query parametersaddQp()
anddelQp()
[BREAKING] - Fixed bug in useQueryParams causing additional parameters to overwrite existing parameters.