Skip to content

Commit e9697b3

Browse files
committed
chore: uqp v2.1.0
1 parent 081f1c6 commit e9697b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/use-query-params/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

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+
36
## use-query-params v2.0.1 (August 31, 2022)
47
- fixes #233 - consecutive calls to setters (e.g. setFoo('a'); setBar('b')) properly accumulate. Previously only the last would make it through.
58

packages/use-query-params/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-query-params",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "React Hook for managing state in URL query parameters with easy serialization.",
55
"main": "./dist/index.cjs.js",
66
"typings": "./dist/index.d.ts",

0 commit comments

Comments
 (0)