Skip to content

Releases: wethegit/react-hooks

@wethegit/react-hooks@3.1.1

Choose a tag to compare

What's Changed

@wethegit/react-hooks@3.1.0

Choose a tag to compare

Minor Changes

@wethegit/react-hooks@3.0.1

Choose a tag to compare

@github-actions github-actions released this 23 May 01:19
d8f731a

Patch Changes

@wethegit/react-hooks@2.0.4

Choose a tag to compare

@github-actions github-actions released this 29 Mar 00:22
d7b8c8c

Patch Changes

@wethegit/react-hooks@2.0.3

Choose a tag to compare

@marlonmarcello marlonmarcello released this 26 Mar 23:41
e0827f6

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

Choose a tag to compare

@github-actions github-actions released this 26 Mar 20:33
2e11f76

Minor Changes

  • #10 - hotfix: types exports

@wethegit/react-hooks@2.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 22:00
2a24757

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

Choose a tag to compare

@marlonmarcello marlonmarcello released this 20 May 00:55
v1.0.3

v1.0.2

Choose a tag to compare

@marlonmarcello marlonmarcello released this 19 May 23:59
fix: ci now builds

v1.0.0

Choose a tag to compare

@marlonmarcello marlonmarcello released this 19 May 23:38
fix: husky check in CI