Skip to content

Releases: WTTJ/welcome-ui

v0.20.2

21 Aug 10:31
93b6d05
Compare
Choose a tag to compare

Bug Fixes

  • infinite loop in field label's for attribute (9909cea), closes #280
  • label spacing and wrapping (979d938)

v0.20.1

20 Aug 15:12
3b5d3cf
Compare
Choose a tag to compare
[WIP] feat: simpler file upload (#278)

* feat: add "traditional" file upload

Co-Authored-By: Paul-Xavier Ceccaldi <[email protected]>

v0.20.0

20 Aug 13:57
Compare
Choose a tag to compare

Features

  • add "traditional" file upload (6a46c3a)

v0.19.3

20 Aug 07:26
Compare
Choose a tag to compare

Bug Fixes

v0.19.2

12 Aug 15:53
16afd5d
Compare
Choose a tag to compare

Bug Fixes

  • checkboxes and radios being updated every two clicks (#273) (16afd5d), closes #203
  • selects keyboard events handling is working now (4c22665), closes #267

v0.19.1

06 Aug 16:24
de2ec0b
Compare
Choose a tag to compare
style: enhance styles of DateTimePicker dropdown (#271)

* add padding on subHeader
* remove outline on arrows

Signed-off-by: Paul-Xavier Ceccaldi <[email protected]>

v0.19.0

06 Aug 13:09
1c87dc7
Compare
Choose a tag to compare

Features

  • add arrow and allow picto placement on DateTimePicker (#270) (1c87dc7)

v0.18.3

05 Aug 14:32
fcb8d1d
Compare
Choose a tag to compare

Bug Fixes

  • select isValueExisting buggy function (b5d422a)
  • width='100%' prop on datetimepicker was not working (18d5845)

v0.18.2

02 Aug 08:39
Compare
Choose a tag to compare

Bug Fixes

  • add label onClick to focus on related component (#266) (0e19b56), closes #241
  • correctly spread system props in all form components (#265) (14fc927)

v0.18.1

30 Jul 14:31
Compare
Choose a tag to compare

Bug Fixes

  • datePicker is not resetable (#259) (e39c23c), closes #228
  • pass (preview) value to FileUpload (#260) (572b1e4)
  • chore: split system props in wrapperSystem/componentSystem (#257)