diff --git a/hooks/hooks/CHANGELOG.md b/hooks/hooks/CHANGELOG.md index 99a60bc5..35ca0720 100644 --- a/hooks/hooks/CHANGELOG.md +++ b/hooks/hooks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@1.0.1...@pansy/react-hooks@1.0.2) (2022-12-28) + +**Note:** Version bump only for package @pansy/react-hooks + + + + + ## [1.0.1](https://github.com/pansyjs/react-hooks/compare/@pansy/react-hooks@0.12.2...@pansy/react-hooks@1.0.1) (2022-11-22) **Note:** Version bump only for package @pansy/react-hooks diff --git a/hooks/hooks/package.json b/hooks/hooks/package.json index 5b95b885..74f2588c 100644 --- a/hooks/hooks/package.json +++ b/hooks/hooks/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/react-hooks", - "version": "1.0.1", + "version": "1.0.2", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,49 +18,49 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-boolean": "0.2.5", - "@pansy/use-click-away": "0.3.0", - "@pansy/use-controllable-value": "0.3.0", - "@pansy/use-cookie-state": "0.2.0", - "@pansy/use-creation": "0.2.0", - "@pansy/use-deep-compare-effect": "1.3.0", - "@pansy/use-deep-compare-layout-effect": "1.0.0", - "@pansy/use-document-visibility": "0.3.0", - "@pansy/use-event-listener": "0.3.0", - "@pansy/use-event-target": "0.2.5", - "@pansy/use-external": "0.1.4", - "@pansy/use-favicon": "0.2.4", - "@pansy/use-get-state": "0.2.5", - "@pansy/use-hover": "0.3.0", - "@pansy/use-in-viewport": "0.3.0", - "@pansy/use-interval": "0.2.5", - "@pansy/use-key-press": "0.2.0", - "@pansy/use-latest": "0.2.4", - "@pansy/use-local-storage-state": "0.3.0", - "@pansy/use-lock-fn": "1.0.5", - "@pansy/use-memoized-fn": "0.3.0", + "@pansy/use-boolean": "0.3.0", + "@pansy/use-click-away": "0.4.0", + "@pansy/use-controllable-value": "0.4.0", + "@pansy/use-cookie-state": "0.2.1", + "@pansy/use-creation": "0.2.1", + "@pansy/use-deep-compare-effect": "1.3.1", + "@pansy/use-deep-compare-layout-effect": "1.1.0", + "@pansy/use-document-visibility": "0.3.1", + "@pansy/use-event-listener": "0.3.1", + "@pansy/use-event-target": "0.2.6", + "@pansy/use-external": "0.1.5", + "@pansy/use-favicon": "0.2.5", + "@pansy/use-get-state": "0.3.0", + "@pansy/use-hover": "0.4.0", + "@pansy/use-in-viewport": "0.4.0", + "@pansy/use-interval": "0.3.0", + "@pansy/use-key-press": "0.3.0", + "@pansy/use-latest": "0.2.5", + "@pansy/use-local-storage-state": "0.3.1", + "@pansy/use-lock-fn": "1.0.6", + "@pansy/use-memoized-fn": "0.3.1", "@pansy/use-modal": "0.2.6", - "@pansy/use-mount": "0.1.2", - "@pansy/use-mouse": "0.2.0", - "@pansy/use-mqtt": "0.3.3", - "@pansy/use-portal": "0.2.0", - "@pansy/use-previous": "0.2.4", - "@pansy/use-raf-state": "0.2.5", - "@pansy/use-request": "0.2.0", - "@pansy/use-scroll": "0.3.0", - "@pansy/use-scroll-lock": "1.2.1", - "@pansy/use-selections": "0.3.1", - "@pansy/use-session-storage-state": "0.3.0", - "@pansy/use-size": "0.3.0", - "@pansy/use-timeout": "0.2.5", - "@pansy/use-title": "0.3.0", - "@pansy/use-toggle": "0.2.4", - "@pansy/use-unmount": "0.2.5", - "@pansy/use-update": "0.2.4", - "@pansy/use-update-effect": "0.2.4", - "@pansy/use-update-layout-effect": "0.2.9", - "@pansy/use-watermark": "0.3.0", - "@pansy/use-web-socket": "0.1.7" + "@pansy/use-mount": "0.2.0", + "@pansy/use-mouse": "0.3.0", + "@pansy/use-mqtt": "0.4.0", + "@pansy/use-portal": "0.2.1", + "@pansy/use-previous": "0.2.5", + "@pansy/use-raf-state": "0.2.6", + "@pansy/use-request": "0.3.0", + "@pansy/use-scroll": "0.3.1", + "@pansy/use-scroll-lock": "1.3.0", + "@pansy/use-selections": "0.4.0", + "@pansy/use-session-storage-state": "0.3.1", + "@pansy/use-size": "0.3.1", + "@pansy/use-timeout": "0.2.6", + "@pansy/use-title": "0.3.1", + "@pansy/use-toggle": "0.2.5", + "@pansy/use-unmount": "0.2.6", + "@pansy/use-update": "0.2.5", + "@pansy/use-update-effect": "0.2.5", + "@pansy/use-update-layout-effect": "0.2.10", + "@pansy/use-watermark": "0.3.1", + "@pansy/use-web-socket": "0.2.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useBoolean/CHANGELOG.md b/hooks/useBoolean/CHANGELOG.md index 3fdb4bc4..7bb387fb 100644 --- a/hooks/useBoolean/CHANGELOG.md +++ b/hooks/useBoolean/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-boolean@0.2.5...@pansy/use-boolean@0.3.0) (2022-12-28) + + +### Features + +* **useClickAway:** 支持监听其它事件 ([88962b5](https://github.com/pansyjs/react-hooks/commit/88962b55d29a5df0c83e655651bb999611d7b88f)) + + + + + ## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-boolean@0.2.4...@pansy/use-boolean@0.2.5) (2022-07-22) **Note:** Version bump only for package @pansy/use-boolean diff --git a/hooks/useBoolean/package.json b/hooks/useBoolean/package.json index 9a0d5be9..5d548612 100644 --- a/hooks/useBoolean/package.json +++ b/hooks/useBoolean/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-boolean", - "version": "0.2.5", + "version": "0.3.0", "description": "优雅的管理 boolean 状态的 Hook", "main": "lib/index.js", "module": "es/index.js", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-toggle": "0.2.4" + "@pansy/use-toggle": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useClickAway/CHANGELOG.md b/hooks/useClickAway/CHANGELOG.md index df4a3295..6129b4ae 100644 --- a/hooks/useClickAway/CHANGELOG.md +++ b/hooks/useClickAway/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-click-away@0.3.0...@pansy/use-click-away@0.4.0) (2022-12-28) + + +### Features + +* **useClickAway:** 支持监听其它事件 ([88962b5](https://github.com/pansyjs/react-hooks/commit/88962b55d29a5df0c83e655651bb999611d7b88f)) + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-click-away@0.2.8...@pansy/use-click-away@0.3.0) (2022-09-16) diff --git a/hooks/useClickAway/package.json b/hooks/useClickAway/package.json index 7b5e5c08..33c816b4 100644 --- a/hooks/useClickAway/package.json +++ b/hooks/useClickAway/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-click-away", - "version": "0.3.0", + "version": "0.4.0", "description": "监听目标元素外的点击事件", "main": "lib/index.js", "module": "es/index.js", @@ -18,9 +18,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-latest": "0.2.4" + "@pansy/use-latest": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useControllableValue/CHANGELOG.md b/hooks/useControllableValue/CHANGELOG.md index 3dff8ec1..99c4e614 100644 --- a/hooks/useControllableValue/CHANGELOG.md +++ b/hooks/useControllableValue/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-controllable-value@0.3.0...@pansy/use-controllable-value@0.4.0) (2022-12-28) + + +### Features + +* **useControllableValue:** 代码优化 ([fdb8007](https://github.com/pansyjs/react-hooks/commit/fdb80071042c74c1b23367463b779c246d4b7464)) + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-controllable-value@0.2.7...@pansy/use-controllable-value@0.3.0) (2022-09-16) diff --git a/hooks/useControllableValue/package.json b/hooks/useControllableValue/package.json index 8cd2bc01..6d434e87 100644 --- a/hooks/useControllableValue/package.json +++ b/hooks/useControllableValue/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-controllable-value", - "version": "0.3.0", + "version": "0.4.0", "description": "组件的状态既可以自己管理,也可以被外部控制", "main": "lib/index.js", "module": "es/index.js", @@ -19,8 +19,8 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-memoized-fn": "0.3.0", - "@pansy/use-update": "0.2.4" + "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-update": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useCookieState/CHANGELOG.md b/hooks/useCookieState/CHANGELOG.md index 776ff5ec..a521f765 100644 --- a/hooks/useCookieState/CHANGELOG.md +++ b/hooks/useCookieState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-cookie-state@0.2.0...@pansy/use-cookie-state@0.2.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-cookie-state + + + + + # [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-cookie-state@0.1.3...@pansy/use-cookie-state@0.2.0) (2022-09-16) diff --git a/hooks/useCookieState/package.json b/hooks/useCookieState/package.json index 427cc6c7..eedf4f66 100644 --- a/hooks/useCookieState/package.json +++ b/hooks/useCookieState/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-cookie-state", "description": "一个可以将状态存储在 Cookie 中的 Hook", - "version": "0.2.0", + "version": "0.2.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,7 +19,7 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-memoized-fn": "0.3.0", + "@pansy/use-memoized-fn": "0.3.1", "@types/js-cookie": "^2.x.x", "js-cookie": "^2.x.x" }, diff --git a/hooks/useCreation/CHANGELOG.md b/hooks/useCreation/CHANGELOG.md index c46886d4..93a3da4c 100644 --- a/hooks/useCreation/CHANGELOG.md +++ b/hooks/useCreation/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-creation@0.2.0...@pansy/use-creation@0.2.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-creation + + + + + # [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-creation@0.1.4...@pansy/use-creation@0.2.0) (2022-09-16) diff --git a/hooks/useCreation/package.json b/hooks/useCreation/package.json index 9af24ccb..b21fe0da 100644 --- a/hooks/useCreation/package.json +++ b/hooks/useCreation/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-creation", "description": "useCreation 是 useMemo 或 useRef 的替代品", - "version": "0.2.0", + "version": "0.2.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0" }, "publishConfig": { diff --git a/hooks/useDeepCompareEffect/CHANGELOG.md b/hooks/useDeepCompareEffect/CHANGELOG.md index b02b0d54..f3a197f9 100644 --- a/hooks/useDeepCompareEffect/CHANGELOG.md +++ b/hooks/useDeepCompareEffect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-deep-compare-effect@1.3.0...@pansy/use-deep-compare-effect@1.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-deep-compare-effect + + + + + # [1.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-deep-compare-effect@1.2.0...@pansy/use-deep-compare-effect@1.3.0) (2022-09-16) diff --git a/hooks/useDeepCompareEffect/package.json b/hooks/useDeepCompareEffect/package.json index b63ce862..4414328c 100644 --- a/hooks/useDeepCompareEffect/package.json +++ b/hooks/useDeepCompareEffect/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-deep-compare-effect", - "version": "1.3.0", + "version": "1.3.1", "description": "用法与 useEffect 一致,但 deps 通过 lodash isEqual 进行深比较", "main": "lib/index.js", "module": "es/index.js", diff --git a/hooks/useDeepCompareLayoutEffect/CHANGELOG.md b/hooks/useDeepCompareLayoutEffect/CHANGELOG.md new file mode 100644 index 00000000..9b81fb0f --- /dev/null +++ b/hooks/useDeepCompareLayoutEffect/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.1.0 (2022-12-28) + + +### Features + +* **useDeepCompareLayoutEffect:** add useDeepCompareLayoutEffect hooks ([c5897d9](https://github.com/pansyjs/react-hooks/commit/c5897d90f9b017cee971d01bd9cb95c817124bcb)) diff --git a/hooks/useDeepCompareLayoutEffect/package.json b/hooks/useDeepCompareLayoutEffect/package.json index 066b4658..a8a75b80 100644 --- a/hooks/useDeepCompareLayoutEffect/package.json +++ b/hooks/useDeepCompareLayoutEffect/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-deep-compare-layout-effect", - "version": "1.0.0", + "version": "1.1.0", "description": "用法与 useLayoutEffect 一致,但 deps 通过 lodash isEqual 进行深比较", "main": "lib/index.js", "module": "es/index.js", diff --git a/hooks/useDocumentVisibility/CHANGELOG.md b/hooks/useDocumentVisibility/CHANGELOG.md index b2999533..37e57bd1 100644 --- a/hooks/useDocumentVisibility/CHANGELOG.md +++ b/hooks/useDocumentVisibility/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-document-visibility@0.3.0...@pansy/use-document-visibility@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-document-visibility + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-document-visibility@0.2.8...@pansy/use-document-visibility@0.3.0) (2022-09-16) diff --git a/hooks/useDocumentVisibility/package.json b/hooks/useDocumentVisibility/package.json index 56680cf0..6fb45d40 100644 --- a/hooks/useDocumentVisibility/package.json +++ b/hooks/useDocumentVisibility/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-document-visibility", - "version": "0.3.0", + "version": "0.3.1", "description": "监听页面是否可见", "main": "lib/index.js", "module": "es/index.js", @@ -18,9 +18,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-event-listener": "0.3.0" + "@pansy/use-event-listener": "0.3.1" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useEventListener/CHANGELOG.md b/hooks/useEventListener/CHANGELOG.md index 0a758c3f..fb22c916 100644 --- a/hooks/useEventListener/CHANGELOG.md +++ b/hooks/useEventListener/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-listener@0.3.0...@pansy/use-event-listener@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-event-listener + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-listener@0.2.8...@pansy/use-event-listener@0.3.0) (2022-09-16) diff --git a/hooks/useEventListener/package.json b/hooks/useEventListener/package.json index 9adab2a3..4377f24e 100644 --- a/hooks/useEventListener/package.json +++ b/hooks/useEventListener/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-event-listener", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,9 +17,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-latest": "0.2.4" + "@pansy/use-latest": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useEventTarget/CHANGELOG.md b/hooks/useEventTarget/CHANGELOG.md index 0dbfaae4..abf2acde 100644 --- a/hooks/useEventTarget/CHANGELOG.md +++ b/hooks/useEventTarget/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-target@0.2.5...@pansy/use-event-target@0.2.6) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-event-target + + + + + ## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-event-target@0.2.4...@pansy/use-event-target@0.2.5) (2022-07-22) **Note:** Version bump only for package @pansy/use-event-target diff --git a/hooks/useEventTarget/package.json b/hooks/useEventTarget/package.json index 0eac8c7d..cbad0859 100644 --- a/hooks/useEventTarget/package.json +++ b/hooks/useEventTarget/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-event-target", - "version": "0.2.5", + "version": "0.2.6", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-latest": "0.2.4" + "@pansy/use-latest": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useExternal/CHANGELOG.md b/hooks/useExternal/CHANGELOG.md index 455c158e..a033be21 100644 --- a/hooks/useExternal/CHANGELOG.md +++ b/hooks/useExternal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-external@0.1.4...@pansy/use-external@0.1.5) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-external + + + + + ## [0.1.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-external@0.1.3...@pansy/use-external@0.1.4) (2022-07-22) **Note:** Version bump only for package @pansy/use-external diff --git a/hooks/useExternal/package.json b/hooks/useExternal/package.json index 672fd6c7..e2197ea7 100644 --- a/hooks/useExternal/package.json +++ b/hooks/useExternal/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-external", "description": "动态注入 JS 或 CSS 资源,useExternal 可以保证资源全局唯一", - "version": "0.1.4", + "version": "0.1.5", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useFavicon/CHANGELOG.md b/hooks/useFavicon/CHANGELOG.md index ef736c82..0a02394a 100644 --- a/hooks/useFavicon/CHANGELOG.md +++ b/hooks/useFavicon/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-favicon@0.2.4...@pansy/use-favicon@0.2.5) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-favicon + + + + + ## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-favicon@0.2.3...@pansy/use-favicon@0.2.4) (2022-07-22) **Note:** Version bump only for package @pansy/use-favicon diff --git a/hooks/useFavicon/package.json b/hooks/useFavicon/package.json index b8bd310a..c39c7169 100644 --- a/hooks/useFavicon/package.json +++ b/hooks/useFavicon/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-favicon", - "version": "0.2.4", + "version": "0.2.5", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useGetState/CHANGELOG.md b/hooks/useGetState/CHANGELOG.md index 14878f52..1be664ca 100644 --- a/hooks/useGetState/CHANGELOG.md +++ b/hooks/useGetState/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-get-state@0.2.5...@pansy/use-get-state@0.3.0) (2022-12-28) + + +### Features + +* useInterval return clear fun ([938f3c5](https://github.com/pansyjs/react-hooks/commit/938f3c5f07e71e9368e0a4d293982261a71999bb)) + + + + + ## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-get-state@0.2.4...@pansy/use-get-state@0.2.5) (2022-07-22) **Note:** Version bump only for package @pansy/use-get-state diff --git a/hooks/useGetState/package.json b/hooks/useGetState/package.json index f2be365c..bfae55a0 100644 --- a/hooks/useGetState/package.json +++ b/hooks/useGetState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-get-state", - "version": "0.2.5", + "version": "0.3.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-toggle": "0.2.4" + "@pansy/use-toggle": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useHover/CHANGELOG.md b/hooks/useHover/CHANGELOG.md index dd2cc775..b1df0676 100644 --- a/hooks/useHover/CHANGELOG.md +++ b/hooks/useHover/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-hover@0.3.0...@pansy/use-hover@0.4.0) (2022-12-28) + + +### Features + +* useInterval return clear fun ([938f3c5](https://github.com/pansyjs/react-hooks/commit/938f3c5f07e71e9368e0a4d293982261a71999bb)) + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-hover@0.2.8...@pansy/use-hover@0.3.0) (2022-09-16) diff --git a/hooks/useHover/package.json b/hooks/useHover/package.json index 2e867f8f..6c05dae6 100644 --- a/hooks/useHover/package.json +++ b/hooks/useHover/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-hover", - "version": "0.3.0", + "version": "0.4.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,8 +18,8 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-boolean": "0.2.5", - "@pansy/use-event-listener": "0.3.0" + "@pansy/use-boolean": "0.3.0", + "@pansy/use-event-listener": "0.3.1" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useInViewport/CHANGELOG.md b/hooks/useInViewport/CHANGELOG.md index af19b764..f05244a5 100644 --- a/hooks/useInViewport/CHANGELOG.md +++ b/hooks/useInViewport/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-in-viewport@0.3.0...@pansy/use-in-viewport@0.4.0) (2022-12-28) + + +### Features + +* **useKeyPress:** 支持设置 useCapture ([1d01d43](https://github.com/pansyjs/react-hooks/commit/1d01d436a1fc1fb2c6d7d143b6207f3cd4810f81)) + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-in-viewport@0.2.8...@pansy/use-in-viewport@0.3.0) (2022-09-16) diff --git a/hooks/useInViewport/package.json b/hooks/useInViewport/package.json index c88825a9..890aed82 100644 --- a/hooks/useInViewport/package.json +++ b/hooks/useInViewport/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-in-viewport", - "version": "0.3.0", + "version": "0.4.0", "description": "观察元素是否在可见区域,以及元素可见比例", "main": "lib/index.js", "module": "es/index.js", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", "intersection-observer": "^0.12.2" }, diff --git a/hooks/useInterval/CHANGELOG.md b/hooks/useInterval/CHANGELOG.md index a35524c6..0b63edb0 100644 --- a/hooks/useInterval/CHANGELOG.md +++ b/hooks/useInterval/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-interval@0.2.5...@pansy/use-interval@0.3.0) (2022-12-28) + + +### Features + +* useInterval return clear fun ([938f3c5](https://github.com/pansyjs/react-hooks/commit/938f3c5f07e71e9368e0a4d293982261a71999bb)) + + + + + ## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-interval@0.2.4...@pansy/use-interval@0.2.5) (2022-07-22) **Note:** Version bump only for package @pansy/use-interval diff --git a/hooks/useInterval/package.json b/hooks/useInterval/package.json index 881b5359..54dd5d9a 100644 --- a/hooks/useInterval/package.json +++ b/hooks/useInterval/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-interval", - "version": "0.2.5", + "version": "0.3.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,7 +18,7 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-latest": "0.2.4" + "@pansy/use-latest": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useKeyPress/CHANGELOG.md b/hooks/useKeyPress/CHANGELOG.md index 04c2e843..b940369c 100644 --- a/hooks/useKeyPress/CHANGELOG.md +++ b/hooks/useKeyPress/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-key-press@0.2.0...@pansy/use-key-press@0.3.0) (2022-12-28) + + +### Features + +* **useKeyPress:** 支持设置 useCapture ([1d01d43](https://github.com/pansyjs/react-hooks/commit/1d01d436a1fc1fb2c6d7d143b6207f3cd4810f81)) + + + + + # [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-key-press@0.1.7...@pansy/use-key-press@0.2.0) (2022-09-16) diff --git a/hooks/useKeyPress/package.json b/hooks/useKeyPress/package.json index 70b8c3f4..019be6fc 100644 --- a/hooks/useKeyPress/package.json +++ b/hooks/useKeyPress/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-key-press", "description": "监听键盘按键,支持组合键,支持按键别名。", - "version": "0.2.0", + "version": "0.3.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,9 +18,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-latest": "0.2.4" + "@pansy/use-latest": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useLatest/CHANGELOG.md b/hooks/useLatest/CHANGELOG.md index 11923878..f98a4fcb 100644 --- a/hooks/useLatest/CHANGELOG.md +++ b/hooks/useLatest/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-latest@0.2.4...@pansy/use-latest@0.2.5) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-latest + + + + + ## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-latest@0.2.3...@pansy/use-latest@0.2.4) (2022-07-22) **Note:** Version bump only for package @pansy/use-latest diff --git a/hooks/useLatest/package.json b/hooks/useLatest/package.json index 337853b6..df69c02d 100644 --- a/hooks/useLatest/package.json +++ b/hooks/useLatest/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-latest", - "version": "0.2.4", + "version": "0.2.5", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useLocalStorageState/CHANGELOG.md b/hooks/useLocalStorageState/CHANGELOG.md index eb47fe6d..cc92cd3f 100644 --- a/hooks/useLocalStorageState/CHANGELOG.md +++ b/hooks/useLocalStorageState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-local-storage-state@0.3.0...@pansy/use-local-storage-state@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-local-storage-state + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-local-storage-state@0.2.8...@pansy/use-local-storage-state@0.3.0) (2022-09-16) diff --git a/hooks/useLocalStorageState/package.json b/hooks/useLocalStorageState/package.json index 133b59b6..b2e16d1f 100644 --- a/hooks/useLocalStorageState/package.json +++ b/hooks/useLocalStorageState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-local-storage-state", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0" }, "publishConfig": { diff --git a/hooks/useLockFn/CHANGELOG.md b/hooks/useLockFn/CHANGELOG.md index 86f1852d..8f445b62 100644 --- a/hooks/useLockFn/CHANGELOG.md +++ b/hooks/useLockFn/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-lock-fn@1.0.5...@pansy/use-lock-fn@1.0.6) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-lock-fn + + + + + ## [1.0.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-lock-fn@1.0.4...@pansy/use-lock-fn@1.0.5) (2022-10-18) diff --git a/hooks/useLockFn/package.json b/hooks/useLockFn/package.json index 397b95b5..e94692c6 100644 --- a/hooks/useLockFn/package.json +++ b/hooks/useLockFn/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-lock-fn", - "version": "1.0.5", + "version": "1.0.6", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useMemoizedFn/CHANGELOG.md b/hooks/useMemoizedFn/CHANGELOG.md index bd9e4b8c..4487b1cf 100644 --- a/hooks/useMemoizedFn/CHANGELOG.md +++ b/hooks/useMemoizedFn/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-memoized-fn@0.3.0...@pansy/use-memoized-fn@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-memoized-fn + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-memoized-fn@0.2.5...@pansy/use-memoized-fn@0.3.0) (2022-09-16) diff --git a/hooks/useMemoizedFn/package.json b/hooks/useMemoizedFn/package.json index d17c5223..8050f454 100644 --- a/hooks/useMemoizedFn/package.json +++ b/hooks/useMemoizedFn/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-memoized-fn", - "version": "0.3.0", + "version": "0.3.1", "description": "持久化 function 的 Hook", "main": "lib/index.js", "module": "es/index.js", @@ -18,7 +18,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-toggle": "0.2.4" + "@pansy/use-toggle": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useModal/CHANGELOG.md b/hooks/useModal/CHANGELOG.md index c1b2de3d..49c6a025 100644 --- a/hooks/useModal/CHANGELOG.md +++ b/hooks/useModal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-modal@0.2.6...@pansy/use-modal@1.0.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-modal + + + + + ## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-modal@0.2.5...@pansy/use-modal@0.2.6) (2022-09-16) **Note:** Version bump only for package @pansy/use-modal diff --git a/hooks/useModal/package.json b/hooks/useModal/package.json index 50ffa5cb..e0ecdce3 100644 --- a/hooks/useModal/package.json +++ b/hooks/useModal/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-modal", - "version": "1.0.0", + "version": "1.0.1", "description": "优雅的使用 Modal、Drawer 弹层类组件的 Hook", "main": "lib/index.js", "module": "es/index.js", @@ -18,8 +18,8 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-boolean": "0.2.5", - "@pansy/use-memoized-fn": "0.3.0" + "@pansy/use-boolean": "0.3.0", + "@pansy/use-memoized-fn": "0.3.1" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useMount/CHANGELOG.md b/hooks/useMount/CHANGELOG.md index d90296fc..0b59f2a9 100644 --- a/hooks/useMount/CHANGELOG.md +++ b/hooks/useMount/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mount@0.1.2...@pansy/use-mount@0.2.0) (2022-12-28) + + +### Features + +* **useWebSocket:** 事件抛出 WebSocket 实例 ([47a128a](https://github.com/pansyjs/react-hooks/commit/47a128af648a5addfbaa53d10669eea38e3353d7)) + + + + + ## [0.1.2](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mount@0.1.1...@pansy/use-mount@0.1.2) (2022-07-22) **Note:** Version bump only for package @pansy/use-mount diff --git a/hooks/useMount/package.json b/hooks/useMount/package.json index 43859fb6..91ea2792 100644 --- a/hooks/useMount/package.json +++ b/hooks/useMount/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-mount", "description": "只在组件初始化时执行的 Hook。", - "version": "0.1.2", + "version": "0.2.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useMouse/CHANGELOG.md b/hooks/useMouse/CHANGELOG.md index f29c4201..b9c84e02 100644 --- a/hooks/useMouse/CHANGELOG.md +++ b/hooks/useMouse/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mouse@0.2.0...@pansy/use-mouse@0.3.0) (2022-12-28) + + +### Features + +* **useWebSocket:** 事件抛出 WebSocket 实例 ([47a128a](https://github.com/pansyjs/react-hooks/commit/47a128af648a5addfbaa53d10669eea38e3353d7)) + + + + + # [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mouse@0.1.5...@pansy/use-mouse@0.2.0) (2022-09-16) diff --git a/hooks/useMouse/package.json b/hooks/useMouse/package.json index a6225c9e..f35aadc7 100644 --- a/hooks/useMouse/package.json +++ b/hooks/useMouse/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-mouse", "description": "监听鼠标位置", - "version": "0.2.0", + "version": "0.3.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,8 +19,8 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-event-listener": "0.3.0", - "@pansy/use-raf-state": "0.2.5" + "@pansy/use-event-listener": "0.3.1", + "@pansy/use-raf-state": "0.2.6" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useMqtt/CHANGELOG.md b/hooks/useMqtt/CHANGELOG.md index 9a7d3276..658816d1 100644 --- a/hooks/useMqtt/CHANGELOG.md +++ b/hooks/useMqtt/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mqtt@0.3.3...@pansy/use-mqtt@0.4.0) (2022-12-28) + + +### Features + +* **useWebSocket:** 事件抛出 WebSocket 实例 ([47a128a](https://github.com/pansyjs/react-hooks/commit/47a128af648a5addfbaa53d10669eea38e3353d7)) + + + + + ## [0.3.3](https://github.com/pansyjs/react-hooks/compare/@pansy/use-mqtt@0.3.2...@pansy/use-mqtt@0.3.3) (2022-10-18) diff --git a/hooks/useMqtt/package.json b/hooks/useMqtt/package.json index 4ba89bc9..980f99a5 100644 --- a/hooks/useMqtt/package.json +++ b/hooks/useMqtt/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-mqtt", - "version": "0.3.3", + "version": "0.4.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,10 +17,10 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-boolean": "0.2.5", - "@pansy/use-latest": "0.2.4", - "@pansy/use-memoized-fn": "0.3.0", - "@pansy/use-unmount": "0.2.5", + "@pansy/use-boolean": "0.3.0", + "@pansy/use-latest": "0.2.5", + "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-unmount": "0.2.6", "mqtt": "^4.3.7" }, "publishConfig": { diff --git a/hooks/usePortal/CHANGELOG.md b/hooks/usePortal/CHANGELOG.md index 982d16a7..b4223ec5 100644 --- a/hooks/usePortal/CHANGELOG.md +++ b/hooks/usePortal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-portal@0.2.0...@pansy/use-portal@0.2.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-portal + + + + + # 0.2.0 (2022-09-16) diff --git a/hooks/usePortal/package.json b/hooks/usePortal/package.json index 6d2715ee..4b5a1363 100644 --- a/hooks/usePortal/package.json +++ b/hooks/usePortal/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-portal", "description": "提供了一种将子节点渲染到已有 DOM 节点中的方式,主要用于地图类服务的封装。", - "version": "0.2.0", + "version": "0.2.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/usePrevious/CHANGELOG.md b/hooks/usePrevious/CHANGELOG.md index 79856c1d..acaf406a 100644 --- a/hooks/usePrevious/CHANGELOG.md +++ b/hooks/usePrevious/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-previous@0.2.4...@pansy/use-previous@0.2.5) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-previous + + + + + ## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-previous@0.2.3...@pansy/use-previous@0.2.4) (2022-07-22) **Note:** Version bump only for package @pansy/use-previous diff --git a/hooks/usePrevious/package.json b/hooks/usePrevious/package.json index 0e7d2401..0b2b1ac5 100644 --- a/hooks/usePrevious/package.json +++ b/hooks/usePrevious/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-previous", - "version": "0.2.4", + "version": "0.2.5", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useRafState/CHANGELOG.md b/hooks/useRafState/CHANGELOG.md index df6ac512..4bd60ed0 100644 --- a/hooks/useRafState/CHANGELOG.md +++ b/hooks/useRafState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-raf-state@0.2.5...@pansy/use-raf-state@0.2.6) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-raf-state + + + + + ## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-raf-state@0.2.4...@pansy/use-raf-state@0.2.5) (2022-07-22) **Note:** Version bump only for package @pansy/use-raf-state diff --git a/hooks/useRafState/package.json b/hooks/useRafState/package.json index 9b3759b8..f04f61d5 100644 --- a/hooks/useRafState/package.json +++ b/hooks/useRafState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-raf-state", - "version": "0.2.5", + "version": "0.2.6", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-unmount": "0.2.5" + "@pansy/use-unmount": "0.2.6" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useRequest/CHANGELOG.md b/hooks/useRequest/CHANGELOG.md index 97811f89..a89d687e 100644 --- a/hooks/useRequest/CHANGELOG.md +++ b/hooks/useRequest/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-request@0.2.0...@pansy/use-request@0.3.0) (2022-12-28) + + +### Features + +* **request:** add pollingErrorRetryCount ([1387478](https://github.com/pansyjs/react-hooks/commit/138747804b60e97d6ff6e7c476c39488ebe03b75)) +* **useWebSocket:** 事件抛出 WebSocket 实例 ([47a128a](https://github.com/pansyjs/react-hooks/commit/47a128af648a5addfbaa53d10669eea38e3353d7)) + + + + + # [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-request@0.1.6...@pansy/use-request@0.2.0) (2022-09-16) diff --git a/hooks/useRequest/package.json b/hooks/useRequest/package.json index 241dcb9c..face2005 100644 --- a/hooks/useRequest/package.json +++ b/hooks/useRequest/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-request", "description": "一个强大的异步数据管理的 Hooks", - "version": "0.2.0", + "version": "0.3.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,14 +18,14 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-creation": "0.2.0", - "@pansy/use-latest": "0.2.4", - "@pansy/use-memoized-fn": "0.3.0", - "@pansy/use-mount": "0.1.2", - "@pansy/use-unmount": "0.2.5", - "@pansy/use-update": "0.2.4", + "@pansy/use-creation": "0.2.1", + "@pansy/use-latest": "0.2.5", + "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-mount": "0.2.0", + "@pansy/use-unmount": "0.2.6", + "@pansy/use-update": "0.2.5", "lodash": "^4.17.21" }, "publishConfig": { diff --git a/hooks/useScroll/CHANGELOG.md b/hooks/useScroll/CHANGELOG.md index b357783a..1e077d2e 100644 --- a/hooks/useScroll/CHANGELOG.md +++ b/hooks/useScroll/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll@0.3.0...@pansy/use-scroll@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-scroll + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll@0.2.8...@pansy/use-scroll@0.3.0) (2022-09-16) diff --git a/hooks/useScroll/package.json b/hooks/useScroll/package.json index 03f406d7..374eca47 100644 --- a/hooks/useScroll/package.json +++ b/hooks/useScroll/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-scroll", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,10 +17,10 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-latest": "0.2.4", - "@pansy/use-raf-state": "0.2.5" + "@pansy/use-latest": "0.2.5", + "@pansy/use-raf-state": "0.2.6" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useScrollLock/CHANGELOG.md b/hooks/useScrollLock/CHANGELOG.md index 49ba94fe..f79a6d86 100644 --- a/hooks/useScrollLock/CHANGELOG.md +++ b/hooks/useScrollLock/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll-lock@1.2.1...@pansy/use-scroll-lock@1.3.0) (2022-12-28) + + +### Features + +* **useWebSocket:** 事件抛出 WebSocket 实例 ([47a128a](https://github.com/pansyjs/react-hooks/commit/47a128af648a5addfbaa53d10669eea38e3353d7)) + + + + + ## [1.2.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-scroll-lock@1.2.0...@pansy/use-scroll-lock@1.2.1) (2022-10-18) **Note:** Version bump only for package @pansy/use-scroll-lock diff --git a/hooks/useScrollLock/package.json b/hooks/useScrollLock/package.json index d681a6d6..dc2fbedf 100644 --- a/hooks/useScrollLock/package.json +++ b/hooks/useScrollLock/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-scroll-lock", "description": "Lock scrolling of the element.", - "version": "1.2.1", + "version": "1.3.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,8 +19,8 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-event-listener": "0.3.0", - "@pansy/use-get-state": "^0.2.5" + "@pansy/use-event-listener": "0.3.1", + "@pansy/use-get-state": "0.3.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useSelections/CHANGELOG.md b/hooks/useSelections/CHANGELOG.md index b8c4f10d..a7366fea 100644 --- a/hooks/useSelections/CHANGELOG.md +++ b/hooks/useSelections/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-selections@0.3.1...@pansy/use-selections@0.4.0) (2022-12-28) + + +### Features + +* **useWebSocket:** 事件抛出 WebSocket 实例 ([47a128a](https://github.com/pansyjs/react-hooks/commit/47a128af648a5addfbaa53d10669eea38e3353d7)) + + + + + ## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-selections@0.3.0...@pansy/use-selections@0.3.1) (2022-09-16) **Note:** Version bump only for package @pansy/use-selections diff --git a/hooks/useSelections/package.json b/hooks/useSelections/package.json index ae72ec7b..67fd76fd 100644 --- a/hooks/useSelections/package.json +++ b/hooks/useSelections/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-selections", - "version": "0.3.1", + "version": "0.4.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-memoized-fn": "0.3.0" + "@pansy/use-memoized-fn": "0.3.1" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useSessionStorageState/CHANGELOG.md b/hooks/useSessionStorageState/CHANGELOG.md index 186bd906..14af95de 100644 --- a/hooks/useSessionStorageState/CHANGELOG.md +++ b/hooks/useSessionStorageState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-session-storage-state@0.3.0...@pansy/use-session-storage-state@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-session-storage-state + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-session-storage-state@0.2.8...@pansy/use-session-storage-state@0.3.0) (2022-09-16) diff --git a/hooks/useSessionStorageState/package.json b/hooks/useSessionStorageState/package.json index a0d311f6..721ce869 100644 --- a/hooks/useSessionStorageState/package.json +++ b/hooks/useSessionStorageState/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-session-storage-state", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0" }, "publishConfig": { diff --git a/hooks/useSize/CHANGELOG.md b/hooks/useSize/CHANGELOG.md index 1dd3eb54..33a3b31b 100644 --- a/hooks/useSize/CHANGELOG.md +++ b/hooks/useSize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-size@0.3.0...@pansy/use-size@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-size + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-size@0.2.8...@pansy/use-size@0.3.0) (2022-09-16) diff --git a/hooks/useSize/package.json b/hooks/useSize/package.json index 8823cd65..18bfaca2 100644 --- a/hooks/useSize/package.json +++ b/hooks/useSize/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-size", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,10 +17,10 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "resize-observer-polyfill": "^1.5.1", - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-raf-state": "0.2.5" + "@pansy/use-raf-state": "0.2.6", + "resize-observer-polyfill": "^1.5.1" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useTimeout/CHANGELOG.md b/hooks/useTimeout/CHANGELOG.md index 26b972ae..34cc217a 100644 --- a/hooks/useTimeout/CHANGELOG.md +++ b/hooks/useTimeout/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-timeout@0.2.5...@pansy/use-timeout@0.2.6) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-timeout + + + + + ## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-timeout@0.2.4...@pansy/use-timeout@0.2.5) (2022-07-22) **Note:** Version bump only for package @pansy/use-timeout diff --git a/hooks/useTimeout/package.json b/hooks/useTimeout/package.json index 85e12fbc..300cfe6c 100644 --- a/hooks/useTimeout/package.json +++ b/hooks/useTimeout/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-timeout", - "version": "0.2.5", + "version": "0.2.6", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,7 +18,7 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-latest": "0.2.4" + "@pansy/use-latest": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useTitle/CHANGELOG.md b/hooks/useTitle/CHANGELOG.md index 87bb4981..a8ae568b 100644 --- a/hooks/useTitle/CHANGELOG.md +++ b/hooks/useTitle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-title@0.3.0...@pansy/use-title@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-title + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-title@0.2.8...@pansy/use-title@0.3.0) (2022-09-16) diff --git a/hooks/useTitle/package.json b/hooks/useTitle/package.json index a6271c41..8a7fac6f 100644 --- a/hooks/useTitle/package.json +++ b/hooks/useTitle/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-title", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,9 +17,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-unmount": "0.2.5" + "@pansy/use-unmount": "0.2.6" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useToggle/CHANGELOG.md b/hooks/useToggle/CHANGELOG.md index 5b6ff55b..ac299a28 100644 --- a/hooks/useToggle/CHANGELOG.md +++ b/hooks/useToggle/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-toggle@0.2.4...@pansy/use-toggle@0.2.5) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-toggle + + + + + ## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-toggle@0.2.3...@pansy/use-toggle@0.2.4) (2022-07-22) **Note:** Version bump only for package @pansy/use-toggle diff --git a/hooks/useToggle/package.json b/hooks/useToggle/package.json index 99f42673..f59007e3 100644 --- a/hooks/useToggle/package.json +++ b/hooks/useToggle/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-toggle", - "version": "0.2.4", + "version": "0.2.5", "description": "用于在两个状态值间切换的 Hook", "main": "lib/index.js", "module": "es/index.js", diff --git a/hooks/useUnmount/CHANGELOG.md b/hooks/useUnmount/CHANGELOG.md index e1a0e318..5003fe53 100644 --- a/hooks/useUnmount/CHANGELOG.md +++ b/hooks/useUnmount/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-unmount@0.2.5...@pansy/use-unmount@0.2.6) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-unmount + + + + + ## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-unmount@0.2.4...@pansy/use-unmount@0.2.5) (2022-07-22) **Note:** Version bump only for package @pansy/use-unmount diff --git a/hooks/useUnmount/package.json b/hooks/useUnmount/package.json index 8f95f0e6..934ff02d 100644 --- a/hooks/useUnmount/package.json +++ b/hooks/useUnmount/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-unmount", - "version": "0.2.5", + "version": "0.2.6", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -18,7 +18,7 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-latest": "0.2.4" + "@pansy/use-latest": "0.2.5" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useUpdate/CHANGELOG.md b/hooks/useUpdate/CHANGELOG.md index 07229b59..3f5eeb1c 100644 --- a/hooks/useUpdate/CHANGELOG.md +++ b/hooks/useUpdate/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update@0.2.4...@pansy/use-update@0.2.5) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-update + + + + + ## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update@0.2.3...@pansy/use-update@0.2.4) (2022-07-22) **Note:** Version bump only for package @pansy/use-update diff --git a/hooks/useUpdate/package.json b/hooks/useUpdate/package.json index 288a4a9f..0e7c3cad 100644 --- a/hooks/useUpdate/package.json +++ b/hooks/useUpdate/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-update", - "version": "0.2.4", + "version": "0.2.5", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useUpdateEffect/CHANGELOG.md b/hooks/useUpdateEffect/CHANGELOG.md index d3dd4239..43d4d6d0 100644 --- a/hooks/useUpdateEffect/CHANGELOG.md +++ b/hooks/useUpdateEffect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update-effect@0.2.4...@pansy/use-update-effect@0.2.5) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-update-effect + + + + + ## [0.2.4](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update-effect@0.2.3...@pansy/use-update-effect@0.2.4) (2022-07-22) **Note:** Version bump only for package @pansy/use-update-effect diff --git a/hooks/useUpdateEffect/package.json b/hooks/useUpdateEffect/package.json index 3b44ef59..26107800 100644 --- a/hooks/useUpdateEffect/package.json +++ b/hooks/useUpdateEffect/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-update-effect", - "version": "0.2.4", + "version": "0.2.5", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", diff --git a/hooks/useUpdateLayoutEffect/CHANGELOG.md b/hooks/useUpdateLayoutEffect/CHANGELOG.md index d1a5b7ba..725cd1cb 100644 --- a/hooks/useUpdateLayoutEffect/CHANGELOG.md +++ b/hooks/useUpdateLayoutEffect/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.10](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update-layout-effect@0.2.9...@pansy/use-update-layout-effect@0.2.10) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-update-layout-effect + + + + + ## [0.2.9](https://github.com/pansyjs/react-hooks/compare/@pansy/use-update-layout-effect@0.2.8...@pansy/use-update-layout-effect@0.2.9) (2022-09-16) **Note:** Version bump only for package @pansy/use-update-layout-effect diff --git a/hooks/useUpdateLayoutEffect/package.json b/hooks/useUpdateLayoutEffect/package.json index ea9c05ad..d69ed547 100644 --- a/hooks/useUpdateLayoutEffect/package.json +++ b/hooks/useUpdateLayoutEffect/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-update-layout-effect", - "version": "0.2.9", + "version": "0.2.10", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,7 +17,7 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0" + "@pansy/hook-utils": "0.5.0" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/useUrlState/CHANGELOG.md b/hooks/useUrlState/CHANGELOG.md index a79cc532..b254d56e 100644 --- a/hooks/useUrlState/CHANGELOG.md +++ b/hooks/useUrlState/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.6](https://github.com/pansyjs/react-hooks/compare/@pansy/use-url-state@0.1.5...@pansy/use-url-state@0.1.6) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-url-state + + + + + ## [0.1.5](https://github.com/pansyjs/react-hooks/compare/@pansy/use-url-state@0.1.4...@pansy/use-url-state@0.1.5) (2022-09-16) **Note:** Version bump only for package @pansy/use-url-state diff --git a/hooks/useUrlState/package.json b/hooks/useUrlState/package.json index b1aa9e42..c3629496 100644 --- a/hooks/useUrlState/package.json +++ b/hooks/useUrlState/package.json @@ -1,7 +1,7 @@ { "name": "@pansy/use-url-state", "description": "通过 url query 来管理 state 的 Hook。", - "version": "0.1.5", + "version": "0.1.6", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,8 +19,8 @@ "react-router": "^5.0.0 || ^6.0.0" }, "dependencies": { - "@pansy/use-memoized-fn": "0.3.0", - "@pansy/use-update": "0.2.4", + "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-update": "0.2.5", "query-string": "^7.1.1" }, "publishConfig": { diff --git a/hooks/useWatermark/CHANGELOG.md b/hooks/useWatermark/CHANGELOG.md index 6c1c6ba3..c3957d39 100644 --- a/hooks/useWatermark/CHANGELOG.md +++ b/hooks/useWatermark/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/pansyjs/react-hooks/compare/@pansy/use-watermark@0.3.0...@pansy/use-watermark@0.3.1) (2022-12-28) + +**Note:** Version bump only for package @pansy/use-watermark + + + + + # [0.3.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-watermark@0.2.8...@pansy/use-watermark@0.3.0) (2022-09-16) diff --git a/hooks/useWatermark/package.json b/hooks/useWatermark/package.json index 334f15eb..89788133 100644 --- a/hooks/useWatermark/package.json +++ b/hooks/useWatermark/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-watermark", - "version": "0.3.0", + "version": "0.3.1", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,10 +17,10 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/hook-utils": "0.4.0", + "@pansy/hook-utils": "0.5.0", "@pansy/shared": "^1.9.0", - "@pansy/use-memoized-fn": "0.3.0", - "@pansy/use-unmount": "0.2.5", + "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-unmount": "0.2.6", "@pansy/watermark": "^2.2.1" }, "publishConfig": { diff --git a/hooks/useWebSocket/CHANGELOG.md b/hooks/useWebSocket/CHANGELOG.md index 80d48ef9..839fae24 100644 --- a/hooks/useWebSocket/CHANGELOG.md +++ b/hooks/useWebSocket/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0](https://github.com/pansyjs/react-hooks/compare/@pansy/use-web-socket@0.1.7...@pansy/use-web-socket@0.2.0) (2022-12-28) + + +### Features + +* **useWebSocket:** 事件抛出 WebSocket 实例 ([47a128a](https://github.com/pansyjs/react-hooks/commit/47a128af648a5addfbaa53d10669eea38e3353d7)) + + + + + ## [0.1.7](https://github.com/pansyjs/react-hooks/compare/@pansy/use-web-socket@0.1.6...@pansy/use-web-socket@0.1.7) (2022-10-18) diff --git a/hooks/useWebSocket/package.json b/hooks/useWebSocket/package.json index 91d69562..58b0f77d 100644 --- a/hooks/useWebSocket/package.json +++ b/hooks/useWebSocket/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/use-web-socket", - "version": "0.1.7", + "version": "0.2.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -17,9 +17,9 @@ "react": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { - "@pansy/use-latest": "0.2.4", - "@pansy/use-memoized-fn": "0.3.0", - "@pansy/use-unmount": "0.2.5" + "@pansy/use-latest": "0.2.5", + "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-unmount": "0.2.6" }, "publishConfig": { "registry": "https://registry.npmjs.org", diff --git a/hooks/utils/CHANGELOG.md b/hooks/utils/CHANGELOG.md index 01594f92..284ff65e 100644 --- a/hooks/utils/CHANGELOG.md +++ b/hooks/utils/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/pansyjs/react-hooks/compare/@pansy/hook-utils@0.4.0...@pansy/hook-utils@0.5.0) (2022-12-28) + + +### Features + +* **useClickAway:** 支持监听其它事件 ([88962b5](https://github.com/pansyjs/react-hooks/commit/88962b55d29a5df0c83e655651bb999611d7b88f)) +* **useDeepCompareLayoutEffect:** add useDeepCompareLayoutEffect hooks ([c5897d9](https://github.com/pansyjs/react-hooks/commit/c5897d90f9b017cee971d01bd9cb95c817124bcb)) +* **useKeyPress:** 支持设置 useCapture ([1d01d43](https://github.com/pansyjs/react-hooks/commit/1d01d436a1fc1fb2c6d7d143b6207f3cd4810f81)) + + + + + # [0.4.0](https://github.com/pansyjs/react-hooks/compare/@pansy/hook-utils@0.3.0...@pansy/hook-utils@0.4.0) (2022-09-16) diff --git a/hooks/utils/package.json b/hooks/utils/package.json index ed407686..26262cfa 100644 --- a/hooks/utils/package.json +++ b/hooks/utils/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/hook-utils", - "version": "0.4.0", + "version": "0.5.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", @@ -19,9 +19,9 @@ }, "dependencies": { "@pansy/shared": "^1.9.0", - "@pansy/use-memoized-fn": "0.3.0", - "@pansy/use-unmount": "0.2.5", - "@pansy/use-update-effect": "0.2.4", + "@pansy/use-memoized-fn": "0.3.1", + "@pansy/use-unmount": "0.2.6", + "@pansy/use-update-effect": "0.2.5", "lodash": "^4.17.21" }, "publishConfig": {