Skip to content

Latest commit

 

History

History
103 lines (46 loc) · 4.25 KB

CHANGELOG.md

File metadata and controls

103 lines (46 loc) · 4.25 KB

2.1.2 (2022-03-29)

Bug Fixes

  • 🐛 No longer ships React as a dependency (0160628), closes #45

2.1.1 (2021-09-07)

Bug Fixes

  • 🐛 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)

Features

  • 🎸 added useAutoHeight hook (860e0d0), closes #30

2.0.1 (2021-07-15)

Bug Fixes

  • 🐛 fix narrow typing of items param in useDropdownOptions (9ddca08)

2.0.0 (2021-05-28)

⚠ BREAKING CHANGES

  • 🧨 useDropdownOptions can now return an empty array with the items param is an empty array

Features

  • 🎸 useDropdownOption returns empty array with empty data (79aa34e), closes #27

1.8.0 (2021-04-16)

Features

  • 🎸 add useIsomorphicLocalStorage hook with tests (c751460)

1.7.0 (2021-04-16)

Features

  • 🎸 add useClipboard hook with tests (d6929ae)

1.6.0 (2021-04-16)

Features

  • 🎸 add useDropdownOptions hook with tests (e4c8624)

1.5.0 (2021-04-15)

Features

  • 🎸 add useToggle hook with tests (710fffa)

1.4.0 (2021-04-13)

Features

  • 🎸 add useLocalStorage hook with tests (cae8e9e)

1.3.0 (2021-04-13)

Features

  • 🎸 add useDebounce hooks (da544b1)

1.2.0 (2021-04-13)

Features

  • 🎸 add usePrevious hook with test (4ac1e7e)

1.1.0 (2021-04-12)

Features

  • 🎸 typescript declaration files (41838b9), closes #6

1.0.0 (2021-04-09)

Features

  • 🎸 Begin versioning and npm deployments (7d713a7), closes #1 #7