New
v2.3.0
What's Changed
- fix(hook): add
as constassertion inuseInputValuereturn type by @tevass in https://github.com/DavidHDev/haiku/pull/107 - test(useEventListener): add test to verify event listener behavior by @artursilveiradev in https://github.com/DavidHDev/haiku/pull/108
- Test/109: useClipboard() hook by @baliyan9887 in https://github.com/DavidHDev/haiku/pull/111
- chore: update README with latest available hooks and utilities by @DeepthimaiKandula in https://github.com/DavidHDev/haiku/pull/112
- [READY] feat(hook): add
usePrevioushook by @tevass in https://github.com/DavidHDev/haiku/pull/105 - [READY] Feat/98: add websocket hook by @baliyan9887 in https://github.com/DavidHDev/haiku/pull/104
- feat/99-error-boundary by @iamabhay17 in https://github.com/DavidHDev/haiku/pull/119
- Fix
useLeaveDetectionto always invoke latest callback by @som-sm in https://github.com/DavidHDev/haiku/pull/123 - Feat/94: add
useTimer()hook by @baliyan9887 in https://github.com/DavidHDev/haiku/pull/115 - feat(hook): add
usePermissionhook by @tevass in https://github.com/DavidHDev/haiku/pull/113 - fix(event helpers): check for removeEventListener in off() instead of addEventListener by @vishal-rathod-07 in https://github.com/DavidHDev/haiku/pull/122
- refactor: enhance cookie hooks with type safety and parsing improvements by @iliassjabali in https://github.com/DavidHDev/haiku/pull/120
New Contributors
- @tevass made their first contribution in https://github.com/DavidHDev/haiku/pull/107
- @artursilveiradev made their first contribution in https://github.com/DavidHDev/haiku/pull/108
- @baliyan9887 made their first contribution in https://github.com/DavidHDev/haiku/pull/111
- @DeepthimaiKandula made their first contribution in https://github.com/DavidHDev/haiku/pull/112
- @iamabhay17 made their first contribution in https://github.com/DavidHDev/haiku/pull/119
- @som-sm made their first contribution in https://github.com/DavidHDev/haiku/pull/123
- @vishal-rathod-07 made their first contribution in https://github.com/DavidHDev/haiku/pull/122
- @iliassjabali made their first contribution in https://github.com/DavidHDev/haiku/pull/120
Full Changelog: https://github.com/DavidHDev/haiku/compare/v2.2.0...v2.3.0