Skip to content

Releases: wethegit/react-hooks

@wethegit/react-hooks@3.1.1

10 Jan 20:35

Choose a tag to compare

What's Changed

@wethegit/react-hooks@3.1.0

06 Jan 20:13

Choose a tag to compare

Minor Changes

@wethegit/react-hooks@3.0.1

23 May 01:19
d8f731a

Choose a tag to compare

Patch Changes

@wethegit/react-hooks@2.0.4

29 Mar 00:22
d7b8c8c

Choose a tag to compare

Patch Changes

@wethegit/react-hooks@2.0.3

26 Mar 23:41
e0827f6

Choose a tag to compare

What's Changed

  • [hooks] fix(useInView): returned element type based on generic by @marlonmarcello in #12

Full Changelog: https://github.com/wethegit/react-hooks/compare/@wethegit/react-hooks@2.0.1...@wethegit/react-hooks@2.0.3

@wethegit/react-hooks@2.0.1

26 Mar 20:33
2e11f76

Choose a tag to compare

Minor Changes

  • #10 - hotfix: types exports

@wethegit/react-hooks@2.0.0

28 Nov 22:00
2a24757

Choose a tag to compare

Major Changes

  • #6 806244e Thanks @marlonmarcello! - New features:

    1. typescript and exported types
    2. changeset for version control
    3. documentation with docusaurus
    4. useAnimatePresence, hook for animating components in/out of DOM
    5. useMediaQuery, hook for matching a media query and listening to changes
    6. usePersistedMediaQuery, hook for matching a media query, listening to changes and persisting on localStorage

    Fixes:

    • Fixes #5 with new usePersisteMediaQuery hook

    Changes:

    • useLocalStorage is now usePersistedState

v1.0.3

20 May 00:55

Choose a tag to compare

v1.0.3

v1.0.2

19 May 23:59

Choose a tag to compare

fix: ci now builds

v1.0.0

19 May 23:38

Choose a tag to compare

fix: husky check in CI