We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7602956 commit ad33f76Copy full SHA for ad33f76
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [17.6.0](https://github.com/streamich/react-use/compare/v17.5.1...v17.6.0) (2024-12-09)
2
+
3
4
+### Features
5
6
+* add onChange callback to useWindowSize ([ea656f7](https://github.com/streamich/react-use/commit/ea656f7e751b8366360ce2aa8238057bbbc1251a))
7
+* add onChange callback to useWindowSize ([3eb531a](https://github.com/streamich/react-use/commit/3eb531ac9e9e04641df29aafbd2677869cdcb085))
8
9
## [17.5.1](https://github.com/streamich/react-use/compare/v17.5.0...v17.5.1) (2024-07-20)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "react-use",
- "version": "17.5.1",
+ "version": "17.6.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
0 commit comments