Skip to content

Releases: imbhargav5/rooks

[email protected]

09 Aug 09:43
6ffda11
Compare
Choose a tag to compare

Minor Changes

  • 182e849: add useArrayState and useSetState hooks to manage arrays and sets

[email protected]

09 Aug 09:29
4185e59
Compare
Choose a tag to compare

Minor Changes

  • 2eac1e1: add useFocus & useFocusWithin hooks

[email protected]

08 Aug 12:30
c9f0f37
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

07 Aug 02:09
0689b9f
Compare
Choose a tag to compare

Patch Changes

  • e3866ce: useKeys comes with a new preventLostKeyup option for native events
  • 7aea2fe: Add an opt-in option to prevent useKeys from losing track of keyup.

[email protected]

03 Aug 23:15
616f719
Compare
Choose a tag to compare

Minor Changes

  • 11d5b33: add useResizeObserverRef hook

[email protected]

03 Aug 18:06
b877c6a
Compare
Choose a tag to compare

Minor Changes

  • 33f6630: add useAsyncEffect and useRenderCount hooks

[email protected]

30 Jul 19:21
fca4242
Compare
Choose a tag to compare

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

29 Jul 06:37
5095a9d
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

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

29 Jul 06:32
3103013
Compare
Choose a tag to compare
v6.0.0 Pre-release
Pre-release

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]

29 Jul 10:46
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • a9d4e0a: useLocalstorage, useSessionstorage, useTimeout, useInterval, usePrevious, useVisibilitySensor, useUpdateEffect hooks removed. Please use useLocalstorageState, useSessionstorageState, useTimeoutWhen, useIntervalWhen, usePreviousImmediate, useInViewRef and useDidUpdate