Releases: SelectQuoteLabs/SQHooks
Releases · SelectQuoteLabs/SQHooks
v2.1.2
2.1.2 (2022-03-29)
Bug Fixes
- 🐛 No longer ships React as a dependency (0160628), closes #45
v2.1.1
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
2.1.0 (2021-08-03)
Features
v2.0.1
2.0.1 (2021-07-15)
Bug Fixes
- 🐛 fix narrow typing of items param in useDropdownOptions (9ddca08)
v2.0.0
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
1.8.0 (2021-04-16)
Features
- 🎸 add useIsomorphicLocalStorage hook with tests (c751460)
v1.7.0
1.7.0 (2021-04-16)
Features
- 🎸 add useClipboard hook with tests (d6929ae)
v1.6.0
1.6.0 (2021-04-16)
Features
- 🎸 add useDropdownOptions hook with tests (e4c8624)
v1.5.0
1.5.0 (2021-04-15)
Features
- 🎸 add useToggle hook with tests (710fffa)
v1.4.0
1.4.0 (2021-04-13)
Features
- 🎸 add useLocalStorage hook with tests (cae8e9e)