Skip to content

Latest commit

 

History

History
300 lines (154 loc) · 7.72 KB

CHANGELOG.md

File metadata and controls

300 lines (154 loc) · 7.72 KB

v7.0.2 (Tue May 23 2023)

🐛 Bug Fix

  • Allow for elements to be passed directly to useResizeObserver or useMeasurement hooks #49 (@smithki)

Authors: 1


v7.0.1 (Fri May 19 2023)

🐛 Bug Fix

Authors: 1


v7.0.0 (Fri Oct 21 2022)

💥 Breaking Change

Authors: 1


v6.2.0 (Thu Oct 06 2022)

🚀 Enhancement

  • New hooks: useCallbackConst, useCallbackRef, and useValueRef #44 (@smithki)

Authors: 1


v6.1.0 (Thu Oct 06 2022)

🚀 Enhancement

  • New hooks: useConst, useIntersectionObserver, useMeasurement, and useResizeObserver #43 (@smithki)

Authors: 1


v6.0.1 (Thu Oct 06 2022)

⚠️ Pushed to master

  • QoL updates for 'useForceUpdate' and 'useAsyncEffect' (@smithki)

Authors: 1


v6.0.0 (Fri Aug 19 2022)

💥 Breaking Change

⚠️ Pushed to master

Authors: 1


v5.0.1 (Fri Aug 19 2022)

⚠️ Pushed to master

  • Fix dependencies bug in useAsyncEffect (@smithki)

Authors: 1


v5.0.0 (Fri Jul 29 2022)

💥 Breaking Change

  • breaking API changes to useAsyncEffect #41 (@smithki)

Authors: 1


v4.1.0 (Sat May 28 2022)

🚀 Enhancement

Authors: 1


v4.0.0 (Thu May 12 2022)

💥 Breaking Change

Authors: 1


v3.0.0 (Mon May 02 2022)

💥 Breaking Change

Authors: 1


v2.2.0 (Wed Apr 14 2021)

🚀 Enhancement

Authors: 1


v2.1.4 (Tue Apr 13 2021)

🐛 Bug Fix

  • Fix bug preventing useFilter search from being triggered #31 (@smithki)

Authors: 1


v2.1.3 (Mon Mar 08 2021)

⚠️ Pushed to master

  • Merge branch 'master' of github.com:smithki/usable-react (@smithki)
  • Update 'isRefObject' implementation (@smithki)

Authors: 1


v2.1.2 (Mon Mar 08 2021)

⚠️ Pushed to master

  • Add type declarations back after switch to Rollup (@smithki)

Authors: 1


v2.1.1 (Sat Mar 06 2021)

🐛 Bug Fix

Authors: 1


v2.1.0 (Sat Mar 06 2021)

🚀 Enhancement

Authors: 1


v2.0.1 (Thu Jan 21 2021)

⚠️ Pushed to master

Authors: 1


v2.0.0 (Thu Jan 21 2021)

💥 Breaking Change

  • Simplify usable-react as one, side-effect-free package #28 (@smithki)

Authors: 1


v1.0.0 (Fri Dec 04 2020)

💥 Breaking Change

  • @usable-react/use-effect-trigger, @usable-react/use-force-update, @usable-react/use-interval, @usable-react/use-timer
    • Improve 'use-timer' component using ref objects #25 (@smithki)

🐛 Bug Fix

  • @usable-react/use-click-outside, @usable-react/use-effect-trigger
    • Fix TypeScript error in 'use-effect-trigger' #26 (@smithki)

Authors: 1


v0.9.0 (Fri Dec 04 2020)

🚀 Enhancement

  • @usable-react/use-dom-event, @usable-react/use-force-update, @usable-react/use-timer

🏠 Internal

  • usable-react, @usable-react/use-async-effect, @usable-react/use-click-outside, @usable-react/use-compare, @usable-react/use-debounced, @usable-react/use-deferred-children, @usable-react/use-dom-event, @usable-react/use-effect-after-mount, @usable-react/use-effect-trigger, @usable-react/use-filter, @usable-react/use-force-update, @usable-react/use-hash-compare, @usable-react/use-hash, @usable-react/use-initial-render, @usable-react/use-interval, @usable-react/use-is-mounted, @usable-react/use-previous, @usable-react/use-timer

📝 Documentation

  • Add CONTRIBUTING.md & improve development scripts #22 (@smithki)

Authors: 1


v0.8.0 (Sun Oct 25 2020)

🚀 Enhancement

🐛 Bug Fix

Authors: 2