Releases: DavidHDev/haiku
Releases · DavidHDev/haiku
Release 2.2.0
What's Changed
- Added new useKeyPress() by @Saifullah-dev in #83
- Update For.tsx by @arkanCodit in #84
- Added Switch component to utils by @MrNaceja in #86
- Added new useScrollDevice() hook
New Contributors
- @Saifullah-dev made their first contribution in #83
- @arkanCodit made their first contribution in #84
- @MrNaceja made their first contribution in #86
- @A-4-Atom made their first contribution in #88
Full Changelog: v2.1.8...v2.2.0
v2.1.8
What's New
Hook - usePreventBodyScroll()
- a custom hook for toggling scrolling for the entire page
Contributors:
Link(s):
https://www.reacthaiku.dev/docs/hooks/usePreventBodyScroll
v2.1.7
Adds a new <Class />
utility component - credits to @pushpendersingh97
v2.1.4
Added:
- useWindowSize() custom hook - @francoisdillinger
- useOrientatioon() custom hook - @francoisdillinger
- useIntersectionObserver() custom hook - @francoisdillinger