Releases: DavidHDev/haiku
Releases · DavidHDev/haiku
v2.4.1
What's Changed
- Add unit test for useToggle hook by @Razz99 in #130
- Add unit test for useTitle hook by @Razz99 in #134
- Add unit test for useNetwork hook by @Razz99 in #133
- Add unit test for useFirstRender hook by @Razz99 in #131
- Add unit test for useConfirmExit hook by @Razz99 in #132
- #117 Add useScreenSize() Hook for Responsive Breakpoint Detection with Type Support #124 by @jawad-ali786 in #125
- Adds useGeolocation hook with documentation and demo by @vishal-rathod-07 in #126
- Adds Classes utility component with documentation by @timothyokooboh in #128
New Contributors
- @Razz99 made their first contribution in #130
- @jawad-ali786 made their first contribution in #125
- @timothyokooboh made their first contribution in #128
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- fix(hook): add
as constassertion inuseInputValuereturn type by @tevass in #107 - test(useEventListener): add test to verify event listener behavior by @artursilveiradev in #108
- Test/109: useClipboard() hook by @baliyan9887 in #111
- chore: update README with latest available hooks and utilities by @DeepthimaiKandula in #112
- [READY] feat(hook): add
usePrevioushook by @tevass in #105 - [READY] Feat/98: add websocket hook by @baliyan9887 in #104
- feat/99-error-boundary by @iamabhay17 in #119
- Fix
useLeaveDetectionto always invoke latest callback by @som-sm in #123 - Feat/94: add
useTimer()hook by @baliyan9887 in #115 - feat(hook): add
usePermissionhook by @tevass in #113 - fix(event helpers): check for removeEventListener in off() instead of addEventListener by @vishal-rathod-07 in #122
- refactor: enhance cookie hooks with type safety and parsing improvements by @iliassjabali in #120
New Contributors
- @tevass made their first contribution in #107
- @artursilveiradev made their first contribution in #108
- @baliyan9887 made their first contribution in #111
- @DeepthimaiKandula made their first contribution in #112
- @iamabhay17 made their first contribution in #119
- @som-sm made their first contribution in #123
- @vishal-rathod-07 made their first contribution in #122
- @iliassjabali made their first contribution in #120
Full Changelog: v2.2.0...v2.3.0
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