We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de0f9a commit cd26868Copy full SHA for cd26868
packages/use-query-params/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## use-query-params v2.0.1 (August 31, 2022)
4
+- fixes #233 - consecutive calls to setters (e.g. setFoo('a'); setBar('b')) properly accumulate. Previously only the last would make it through.
5
+
6
7
## use-query-params v2.0.0
8
9
**Breaking**
packages/use-query-params/package.json
@@ -1,6 +1,6 @@
{
"name": "use-query-params",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "React Hook for managing state in URL query parameters with easy serialization.",
"main": "./dist/index.cjs.js",
"typings": "./dist/index.d.ts",
0 commit comments