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