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 081f1c6 commit e9697b3Copy full SHA for e9697b3
packages/use-query-params/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## use-query-params v2.1.0 (August 31, 2022)
4
+- feat: #234 skip unnecessary updates by default. new option `skipUpdateWhenNoChange` defaults to true (set to false for previous behavior)
5
+
6
## use-query-params v2.0.1 (August 31, 2022)
7
- fixes #233 - consecutive calls to setters (e.g. setFoo('a'); setBar('b')) properly accumulate. Previously only the last would make it through.
8
packages/use-query-params/package.json
@@ -1,6 +1,6 @@
{
"name": "use-query-params",
- "version": "2.0.1",
+ "version": "2.1.0",
"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