Releases: Ashish-simpleCoder/classic-react-hooks
Releases · Ashish-simpleCoder/classic-react-hooks
v2.0.0-canary.19
Minor Changes
- c534ff5: - Introduce second method
setElementReffunction for observing target withrefattribute (i.e. ref={setElementRef})
v2.0.0-canary.18
Minor Changes
- 8305b6d: - Fix missing export for
useMultipleIntersectionObserverhook
v2.0.0-canary.17
Minor Changes
- 0d1ac96: - Fix timeout and interval effect cleanup when interval changes
v2.0.0-canary.16
Minor Changes
- 87b8bbb: Feature:
- Add cross-tab sync and ssr support and function based initial value support for
useLocalStoragehook.
- Add cross-tab sync and ssr support and function based initial value support for
v2.0.0-canary.15
Minor Changes
-
fb26e91: ## Fixes following issues
- Fix: use-can-reach-to-internet
subscribehandler foruseSyncExternalStore. It was adding events instead of removing. - Fix: Prevent from re-triggering the call of
checkIfCanReachToInternetfunction in useEffect whenisNetworkPollingEnabledis disabled.
Test cases
- Wrote test cases for use-can-reach-to-internet and use-copy-to-clipboard hook. Previously not written.
- Fix: use-can-reach-to-internet
v2.0.0-canary.14
Minor Changes
- a2f9744: ## Major Rewrite for the Documentation
- home page and overview
- use-can-reach-to-internet
- use-copy-to-clipboard
- use-counter
- use-debounced-fn
- use-event-listener
- use-intersection-observer
- use-multi-intersection-observer
- use-interval-effect
- use-on-mount-effect
- use-outside-effect
- use-synced-effect
- use-synced-ref
- use-throttled-fn
- use-timeout-effect
- use-window-resize
v2.0.0-canary.13
Minor Changes
- ff4615c: docs: revamp to new doc version for
use-multi-intersection-observer
v2.0.0-canary.12
Patch Changes
- 5877980: Docs: Start overhauling to new documentation
- Create new docs for
use-event-listeneranduse-intersection-observerhooks
- Create new docs for
v2.0.0-canary.11
Minor Changes
- 4f5bb6c: - breaking: use the implementation and working for
useIntersectionobserver hook.- feat: introduce new hook
useMultiIntersectionObserverhook.
- feat: introduce new hook
v2.0.0-canary.10
Patch Changes
- 5807a38: Add canary branch in CI release