Skip to content

Releases: silinternational/ui-components

v3.10.5

06 Jan 21:11
Compare
Choose a tag to compare

3.10.5 (2022-01-06)

Bug Fixes

  • DataTable: sort button should be on left side of numeric HeaderItem (4376c56)

v3.10.4

03 Jan 22:54
Compare
Choose a tag to compare

3.10.4 (2022-01-03)

Bug Fixes

  • TextInputs: fix circular dependencies (cb73f9c)

v3.10.3

22 Dec 19:11
Compare
Choose a tag to compare

3.10.3 (2021-12-22)

Bug Fixes

  • MoneyInput: fix value two way binding (7bbf8a5)
  • TextInput: fix offsetWidth error on undefined (5d2ca72)

v3.10.2

22 Dec 15:34
Compare
Choose a tag to compare

3.10.2 (2021-12-22)

Bug Fixes

  • MoneyInput: forgot to add MoneyInput to index (fceb8e0)
  • Textinput: fix error on reading 'remove' (1a209f9)

v3.10.1

21 Dec 23:36
Compare
Choose a tag to compare

3.10.1 (2021-12-21)

Bug Fixes

  • MoneyInput: fix MoneyInput staying red (2adc91c)

v3.10.0

21 Dec 22:15
Compare
Choose a tag to compare

3.10.0 (2021-12-21)

Bug Fixes

  • MoneyInput: fix label color for required (dc9c3ba)
  • MoneyInput: remove error state on:focus for required (3e6c2f5)
  • TextInput: label not turning red for required (b9d924a)
  • TextInput: Show *Required initially and change backup color (b84548a)
  • TextInput: show appropriate icons/colors (925a6ac)

Features

  • TextArea: add required prop and story (6045274)

v3.9.0

20 Dec 15:04
Compare
Choose a tag to compare

3.9.0 (2021-12-20)

Bug Fixes

  • TextArea: typo and counter rendering "524288" (94992b6)
  • TextField: *Required was hidden until focused (d320bca)
  • TextField: allow value to be > maxlengh (c09def6)

Features

  • components: add MoneyInput and story (021d291)
  • MoneyInput: add counter & icon on maxlength (d22bda8)
  • MoneyInput: add maxlength warning, fix width (6ce6458)
  • MoneyInput: add step, maxValue, minValue and helper text (db5de95)
  • TextArea: allow value > maxlength & add warning (6151b60)
  • TextArea: make outline red on maxlength (70d3920)
  • TextField: add character counter (eba6321)
  • TextField: Add icon prop (568f659)
  • TextField: add maxlength warning, fix width (67b145a)
  • TextField: make outline red on maxlength (44b52dc)
  • textinput: use error color on counter and label for maxlength (364ddba)
  • utils: add min, max, height and width utils (5d737f3)
  • utils: change margin and padding up to 50px (fa3aa85)

v3.8.0

13 Dec 22:00
Compare
Choose a tag to compare

3.8.0 (2021-12-13)

Features

  • Drawer: use var to set main content height (79c4a51)
  • Page: unset height and add $$props.class (d292cf1)
  • TextField: add required field option (2b594ae)

v3.7.0

22 Nov 21:57
Compare
Choose a tag to compare

3.7.0 (2021-11-22)

Features

  • Drawer: add url pattern matching (4ad5821)

v3.6.0

05 Nov 19:18
Compare
Choose a tag to compare

3.6.0 (2021-11-05)

Features

  • TextField: add keydown, keypress, and keyup events (da1b1bd)