2.1.2 (2022-03-29)
2.1.1 (2021-09-07)
- 🐛 correct useAutoHeight logic and return type (7b61386), closes #37
- 🐛 update tests file and small change to remove ternery (6f630d7), closes #37
2.1.0 (2021-08-03)
2.0.1 (2021-07-15)
- 🐛 fix narrow typing of items param in useDropdownOptions (9ddca08)
2.0.0 (2021-05-28)
- 🧨 useDropdownOptions can now return an empty array with the items param is an empty array
1.8.0 (2021-04-16)
- 🎸 add useIsomorphicLocalStorage hook with tests (c751460)
1.7.0 (2021-04-16)
- 🎸 add useClipboard hook with tests (d6929ae)
1.6.0 (2021-04-16)
- 🎸 add useDropdownOptions hook with tests (e4c8624)
1.5.0 (2021-04-15)
- 🎸 add useToggle hook with tests (710fffa)
1.4.0 (2021-04-13)
- 🎸 add useLocalStorage hook with tests (cae8e9e)
1.3.0 (2021-04-13)
- 🎸 add useDebounce hooks (da544b1)
1.2.0 (2021-04-13)
- 🎸 add
usePrevious
hook with test (4ac1e7e)