Skip to content

Releases: juliencrn/usehooks-ts

usehooks-ts@3.1.0

04 Apr 14:22
Compare
Choose a tag to compare

Minor Changes

Patch Changes

usehooks-ts@3.0.2

22 Mar 11:32
Compare
Choose a tag to compare

Patch Changes

usehooks-ts@3.0.1

08 Mar 12:16
Compare
Choose a tag to compare

Patch Changes

  • Fix: Update exported files

usehooks-ts@3.0.0

08 Mar 11:54
Compare
Choose a tag to compare

Major Changes

  • a8e8968: Remove previously deprecated hooks and hooks' signatures (#503)
  • a8e8968: Improve JSDoc comments and rename or make private some type aliases
  • a8e8968: Prefer type over interface (#515)
  • a8e8968: Move the full workspace into ES Module

usehooks-ts@2.16.0

05 Mar 12:08
Compare
Choose a tag to compare

Minor Changes

Patch Changes

usehooks-ts@2.15.1

23 Feb 00:19
Compare
Choose a tag to compare

Patch Changes

usehooks-ts@2.15.0

22 Feb 02:32
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 649ef39: Deprecated useLockedBody replaced by useScrollLock
  • 6514683: Fix useMediaQuery by defining getMatches before use (#494 by @ymc-maha)
  • d8d8e5d: Upgrade dependencies

Additional

  • Improved the doc introduction page
  • Updated all contributor list
  • Added regular contributing guide

usehooks-ts@2.14.0

09 Feb 14:26
Compare
Choose a tag to compare

Minor Changes

  • d60f1c6: Added debounce option to both useScreen and useWindowSize

Patch Changes

  • 7d74e09: Release documentation for useEventCallback
  • 2660580: Depreciated useFetch, see the documentation for more information
  • bc3f967: Deprecated useEffectOnce, useIsFirstRender and useUpdateEffect

usehooks-ts@2.13.0

06 Feb 15:11
Compare
Choose a tag to compare

Minor Changes

  • 87a5141: Improve useOnClickOutside:
    • Prevent handling callback when clicking on a not connected element (#374 by @hooriza)
    • Add support to accept multiple references
    • Add support for touch events in addition to mouse events
  • 87ba579: Fix SSR hooks by fallback with default or initial value instead of undefined
  • f39078f: Updated useIntersectionObserver API and fixed #395, #271 and #182, see #464.
  • a444ba7: Depreciated useElementSize replaced by useResizeObserver
  • e807ab3: Create useResizeObserver hook

Patch Changes

usehooks-ts@2.12.1

01 Feb 15:23
Compare
Choose a tag to compare

Patch Changes

  • Don't remove comments during package build to keep JSdoc comments