Releases: pbeshai/use-query-params
Releases · pbeshai/use-query-params
v0.5
- Resolves #67 by updating serialize-query-params to v0.2.0 (handles values like
foo--1
-> foo: "-1"
in object serializing)
v0.4.6
- Aims to resolve #57 by running clean before building in prepublishOnly to get rid of old files that caused some people issues.
v0.4.5
- Resolves #54 via #61 - concurrent updates with React Router will now work by looking at history.location instead of the provided location if available.
v0.4.4
- Includes fix for initial values of SSR #58 #51
v0.4.3
- Resolves #55 SSR with useQueryParams
v0.4.2
- Resolves #46 by fixing the way memoization works on the setters returned from useQueryParam and useQueryParams. Also does automatic memoization on the paramConfigMap passed into useQueryParams to prevent it from re-generating new values and setters unnecessarily.
v0.4.1
- Security vulnerabilities fixed and serialize-query-params bumped to 0.1.4
v0.4.0
- Resolves #36 by adding in
withUrlParams
HOC and <QueryParams>
render-props component
v0.3.4
- Resolves #13 Next.js problems via #25 (SSR should work)
- Resolves #27 peer dependency was specified incorrectly
v0.3.3
- Resolves #15 by switching to query-string 5
- Resolves #18 by adding esm build