Releases: imbhargav5/rooks
[email protected]
Minor Changes
- 182e849: add useArrayState and useSetState hooks to manage arrays and sets
[email protected]
Minor Changes
- 2eac1e1: add useFocus & useFocusWithin hooks
[email protected]
Patch Changes
- 2d51915: decrease bundle size
[email protected]
[email protected]
Minor Changes
- 11d5b33: add useResizeObserverRef hook
[email protected]
Minor Changes
- 33f6630: add useAsyncEffect and useRenderCount hooks
[email protected]
Major Changes
- 8b98cf0: useLocalstorage, useSessionstorage, useTimeout, useInterval, usePrevious, useVisibilitySensor, useUpdateEffect hooks removed. Please use useLocalstorageState, useSessionstorageState, useTimeoutWhen, useIntervalWhen, usePreviousImmediate, useInViewRef and useDidUpdate
v6.0.0-alpha.1
6.0.0-alpha.1 (2022-07-29)
BREAKING CHANGES
-
useIntervalWhen, useLocalstorageState, usePreviousImmediate,
useSessionstorageState, useTimeoutWhen, useDidUpdate, useInViewRef hooks should be used instead. -
fix(index): remove unused
-
fix(build): build fix
-
fix(types): fixes
-
fix(usefullscreen): ignore eslint errors for now
-
fix(updates): update types and tests
-
style(lint): fix lint errors
-
chore(helpers): update helper scripts
-
chore(cleanup): clean helpers
-
chore(allcontributors): cleanup helpers
-
test(generalssrtest): remove unnecessary tests
v6.0.0
6.0.0 (2022-07-29)
Bug Fixes
BREAKING CHANGES
-
useIntervalWhen, useLocalstorageState, usePreviousImmediate,
useSessionstorageState, useTimeoutWhen, useDidUpdate, useInViewRef hooks should be used instead. -
fix(index): remove unused
-
fix(build): build fix
-
fix(types): fixes
-
fix(usefullscreen): ignore eslint errors for now
-
fix(updates): update types and tests
-
style(lint): fix lint errors
-
chore(helpers): update helper scripts
-
chore(cleanup): clean helpers
-
chore(allcontributors): cleanup helpers
-
test(generalssrtest): remove unnecessary tests
[email protected]
Major Changes
- a9d4e0a: useLocalstorage, useSessionstorage, useTimeout, useInterval, usePrevious, useVisibilitySensor, useUpdateEffect hooks removed. Please use useLocalstorageState, useSessionstorageState, useTimeoutWhen, useIntervalWhen, usePreviousImmediate, useInViewRef and useDidUpdate