Releases: phork/phorkit
Releases Β· phork/phorkit
v9.0.0
:bookmark: chore(release): 9.0.0 [skip ci] # [9.0.0](https://github.com/phork/phorkit/compare/v8.2.0...v9.0.0) (2021-07-16) ### β» Code Refactoring * **major**: moved useThemeId from hooks into context folder ([f7b4173](https://github.com/phork/phorkit/commit/f7b4173)) * **major**: rename Width context to Size ([dd4cf96](https://github.com/phork/phorkit/commit/dd4cf96)) * **major**: replace useDimensions hook with useSizeListeners ([c273481](https://github.com/phork/phorkit/commit/c273481)) * **major**: spread remaining form props on inputs ([d29c44f](https://github.com/phork/phorkit/commit/d29c44f)) * **major**: spread remaining Select, Textarea props on input ([e9befe7](https://github.com/phork/phorkit/commit/e9befe7)) * **major**: standardized size names (eg. xxxl to 3xlarge) ([a02ae25](https://github.com/phork/phorkit/commit/a02ae25)) * minor tab improvements ([31d0ee7](https://github.com/phork/phorkit/commit/31d0ee7)) * update Checkbox, Radio types ([915f47e](https://github.com/phork/phorkit/commit/915f47e)) * updated eslint, prettier rules; lint mdx files ([eab8b28](https://github.com/phork/phorkit/commit/eab8b28)) * **major**: spread remaining Textbox props on input ([3e90258](https://github.com/phork/phorkit/commit/3e90258)) ### β¨ Features * added decimal places to size context ([57ce296](https://github.com/phork/phorkit/commit/57ce296)) * added size to checkbox, radio ([e6936f3](https://github.com/phork/phorkit/commit/e6936f3)) * added TextboxGroup component ([a884d09](https://github.com/phork/phorkit/commit/a884d09)) * added Width context ([0c871ad](https://github.com/phork/phorkit/commit/0c871ad)) * allow paste in 2FA input group ([bfe5989](https://github.com/phork/phorkit/commit/bfe5989)) * **major**: additional form input sizes ([678672e](https://github.com/phork/phorkit/commit/678672e)) ### π Bug Fixes * don't allow invalid input in 2FA form ([ec48d52](https://github.com/phork/phorkit/commit/ec48d52)) * formbox auto-complete respects size ([9be87b7](https://github.com/phork/phorkit/commit/9be87b7)) * formbox autofill transition no longer overwritten ([9bf72d8](https://github.com/phork/phorkit/commit/9bf72d8)) * improved styled components number or string checking ([ce6fe61](https://github.com/phork/phorkit/commit/ce6fe61)) * prevent invalid paste on textbox group ([1dda393](https://github.com/phork/phorkit/commit/1dda393))
v8.2.0
:bookmark: chore(release): 8.2.0 [skip ci] # [8.2.0](https://github.com/phork/phorkit/compare/v8.1.0...v8.2.0) (2021-06-25) ### β¨ Features * allow HTML in form labels ([028d280](https://github.com/phork/phorkit/commit/028d280)) ### π Bug Fixes * update form input auto-fill colors ([d8d6db9](https://github.com/phork/phorkit/commit/d8d6db9))
v8.1.0
:bookmark: chore(release): 8.1.0 [skip ci] # [8.1.0](https://github.com/phork/phorkit/compare/v8.0.0...v8.1.0) (2021-06-24) ### β¨ Features * added autoFill styles for select, textarea ([b3bbe92](https://github.com/phork/phorkit/commit/b3bbe92)) * added autoFill styles for textbox inputs ([5dbf496](https://github.com/phork/phorkit/commit/5dbf496)) * added fancy textbox ([276401a](https://github.com/phork/phorkit/commit/276401a)) ### π Bug Fixes * textbox with formatting is tabbable ([a3556c1](https://github.com/phork/phorkit/commit/a3556c1))
v8.0.0
:bookmark: chore(release): 8.0.0 [skip ci] # [8.0.0](https://github.com/phork/phorkit/compare/v7.2.0...v8.0.0) (2021-06-19) ### β» Code Refactoring * **major**: refactored icon text button component ([80eea5a](https://github.com/phork/phorkit/commit/80eea5a)) ### β¨ Features * new removeScrollbar CSS mixin ([b319dc6](https://github.com/phork/phorkit/commit/b319dc6))
v7.2.0
:bookmark: chore(release): 7.2.0 [skip ci] # [7.2.0](https://github.com/phork/phorkit/compare/v7.1.3...v7.2.0) (2021-06-16) ### β¨ Features * added notified dropdown components ([93fb1fe](https://github.com/phork/phorkit/commit/93fb1fe)) ### π Bug Fixes * totally hide dropdown scrollbar ([28f59f6](https://github.com/phork/phorkit/commit/28f59f6))
v7.1.3
v7.1.2
v7.1.1
v7.1.0
:bookmark: chore(release): 7.1.0 [skip ci] # [7.1.0](https://github.com/phork/phorkit/compare/v7.0.1...v7.1.0) (2021-05-27) ### β» Code Refactoring * update useThemeId import paths ([501b62a](https://github.com/phork/phorkit/commit/501b62a)) ### β¨ Features * allow custom password icon sizes ([e37fdba](https://github.com/phork/phorkit/commit/e37fdba)) ### π Bug Fixes * debounced dropdown search ([8ecf379](https://github.com/phork/phorkit/commit/8ecf379))
v7.0.1
:bookmark: chore(release): 7.0.1 [skip ci] ## [7.0.1](https://github.com/phork/phorkit/compare/v7.0.0...v7.0.1) (2021-05-26) ### β» Code Refactoring * update tabs flex styles ([830b9c1](https://github.com/phork/phorkit/commit/830b9c1)) ### π Bug Fixes * remove errant semi-colon (fixes tabs) ([82ce3be](https://github.com/phork/phorkit/commit/82ce3be))