Skip to content

Releases: SelectQuoteLabs/SQHooks

v2.1.2

29 Mar 14:23
Compare
Choose a tag to compare

2.1.2 (2022-03-29)

Bug Fixes

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

v2.1.1

07 Sep 21:36
Compare
Choose a tag to compare

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

v2.1.0

03 Aug 19:05
Compare
Choose a tag to compare

2.1.0 (2021-08-03)

Features

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

v2.0.1

15 Jul 22:18
Compare
Choose a tag to compare

2.0.1 (2021-07-15)

Bug Fixes

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

v2.0.0

28 May 15:56
Compare
Choose a tag to compare

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

v1.8.0

16 Apr 02:36
Compare
Choose a tag to compare

1.8.0 (2021-04-16)

Features

  • 🎸 add useIsomorphicLocalStorage hook with tests (c751460)

v1.7.0

16 Apr 02:23
Compare
Choose a tag to compare

1.7.0 (2021-04-16)

Features

  • 🎸 add useClipboard hook with tests (d6929ae)

v1.6.0

16 Apr 01:01
Compare
Choose a tag to compare

1.6.0 (2021-04-16)

Features

  • 🎸 add useDropdownOptions hook with tests (e4c8624)

v1.5.0

15 Apr 02:55
Compare
Choose a tag to compare

1.5.0 (2021-04-15)

Features

  • 🎸 add useToggle hook with tests (710fffa)

v1.4.0

13 Apr 15:53
Compare
Choose a tag to compare

1.4.0 (2021-04-13)

Features

  • 🎸 add useLocalStorage hook with tests (cae8e9e)