Releases: Headstorm/foundry-ui
Releases · Headstorm/foundry-ui
v1.14.5
1.14.5 (2021-12-06)
Bug Fixes
- textinput: Hotfix to hide clear button if clearable is false (919c54f)
v1.14.4
1.14.4 (2021-12-06)
Bug Fixes
- button: icons should align with text baseline (dadbc4f)
- most components: utilize em instead of rem in font-size, padding, etc (24129a1)
- spotlight: set z-index of default annotation to be above spotlight container (4dd7acd)
- text: apply size to iconSuffix correctly (7c8ec58)
v1.14.3
1.14.3 (2021-12-03)
Bug Fixes
- textinput: Change TextInput icon cursor from 'pointer' to 'text' (8c47466)
- textinput: fix onclear for uncontrolled and controlled TextInputs (2558829), closes #355 #356 #357
v1.14.2
1.14.2 (2021-12-02)
Bug Fixes
- spotlight: set default z-index of 200 (9916fe6)
v1.14.1
1.14.1 (2021-11-24)
Bug Fixes
- spotlight: Spotlight now reacts to scroll events, keeping targets highlighted (6866c09)
v1.14.0
1.14.0 (2021-11-04)
Features
- button: add prop support for Button icons (490705a), closes #330
v1.13.1
1.13.1 (2021-10-25)
Bug Fixes
- textinput: icon container -> , icon size -> , pass icon props (0b4d458)
- textinput: move focus highlighting to container (71ac95d)
v1.13.0
1.13.0 (2021-10-25)
Features
- textinput: add variant support to TextInput (f88aac8), closes #256
v1.12.0
1.12.0 (2021-10-07)
Features
- added aria attributes to components: added aria roles and labels to some components (7b73659), closes #266
v1.11.5
1.11.5 (2021-09-21)
Bug Fixes
- checkbox.stories: fixed import location for checkboxTypes (d0542f7), closes #334