Releases: wethegit/react-hooks
Releases · wethegit/react-hooks
@wethegit/react-hooks@3.1.1
What's Changed
- [hooks] Release: add SSR support to useInView by @andrewrubin in #169
@wethegit/react-hooks@3.1.0
Minor Changes
- #166
2ae86b7Thanks @marlonmarcello! - Updates React version support and deprecates useAsync
@wethegit/react-hooks@3.0.1
Patch Changes
- #39
ab04588Thanks @andrewrubin! - Bumping patch version due to preexisting 3.0.0 package release.
@wethegit/react-hooks@2.0.4
Patch Changes
- #14
ac38ad4Thanks @marlonmarcello! - fix: support commonjs
@wethegit/react-hooks@2.0.3
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
Minor Changes
- #10 - hotfix: types exports
@wethegit/react-hooks@2.0.0
Major Changes
-
#6
806244eThanks @marlonmarcello! - New features:typescriptand exported typeschangesetfor version control- documentation with
docusaurus useAnimatePresence, hook for animating components in/out of DOMuseMediaQuery, hook for matching a media query and listening to changesusePersistedMediaQuery, hook for matching a media query, listening to changes and persisting onlocalStorage
Fixes:
- Fixes #5 with new
usePersisteMediaQueryhook
Changes:
useLocalStorageis nowusePersistedState
v1.0.3
v1.0.3
v1.0.2
fix: ci now builds
v1.0.0
fix: husky check in CI