Skip to content

Releases: Headstorm/foundry-ui

v1.14.5

06 Dec 21:27
Compare
Choose a tag to compare

1.14.5 (2021-12-06)

Bug Fixes

  • textinput: Hotfix to hide clear button if clearable is false (919c54f)

v1.14.4

06 Dec 20:58
Compare
Choose a tag to compare

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

03 Dec 22:48
Compare
Choose a tag to compare

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

02 Dec 19:55
Compare
Choose a tag to compare

1.14.2 (2021-12-02)

Bug Fixes

  • spotlight: set default z-index of 200 (9916fe6)

v1.14.1

24 Nov 05:26
Compare
Choose a tag to compare

1.14.1 (2021-11-24)

Bug Fixes

  • spotlight: Spotlight now reacts to scroll events, keeping targets highlighted (6866c09)

v1.14.0

04 Nov 01:34
Compare
Choose a tag to compare

1.14.0 (2021-11-04)

Features

  • button: add prop support for Button icons (490705a), closes #330

v1.13.1

25 Oct 22:38
Compare
Choose a tag to compare

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

25 Oct 20:28
Compare
Choose a tag to compare

1.13.0 (2021-10-25)

Features

  • textinput: add variant support to TextInput (f88aac8), closes #256

v1.12.0

07 Oct 22:06
Compare
Choose a tag to compare

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

21 Sep 18:58
Compare
Choose a tag to compare

1.11.5 (2021-09-21)

Bug Fixes

  • checkbox.stories: fixed import location for checkboxTypes (d0542f7), closes #334