Skip to content

Releases: uzh-bf/design-system

v2.14.0

12 Aug 13:53
2c9c441
Compare
Choose a tag to compare

2.14.0 (2024-08-12)

Features

  • forms/NewFormikDateField: add option to set field touched directly on change (bb4072c)

v2.13.3

22 Jul 11:02
cc29395
Compare
Choose a tag to compare

2.13.3 (2024-07-22)

Bug Fixes

  • ensure that text color of input fields and placeholders is different (d4b6fbb)
  • forms/NewFormikNumberField: ensure that default label is small for number field (b7577d6)

v2.13.2

21 Jul 11:16
720d3a1
Compare
Choose a tag to compare

2.13.2 (2024-07-21)

Bug Fixes

  • forms/NewFormikDateField: fix styling of label for formik date field and color picker (ff80ac1)

v2.13.1

19 Jul 12:09
e52e746
Compare
Choose a tag to compare

2.13.1 (2024-07-19)

Bug Fixes

  • ensure that input field components are full width by default (#114) (95dc393)

v2.13.0

18 Jul 15:51
8c9d0c7
Compare
Choose a tag to compare

2.13.0 (2024-07-18)

Features

  • forms/DateChanger: implement date changer components with unified errors and labelling (#111) (6b82fe0)
  • forms/FormikColorPicker: generalize color picker and standardize styling with error and labels (#113) (8cef39d)

Bug Fixes

  • ColorPicker: remove hardcoded text label (5e47ebf)

v2.12.0

18 Jul 13:19
de48daf
Compare
Choose a tag to compare

2.12.0 (2024-07-18)

Features

  • forms/FormikDateField: add new formik date field with consistent styling and error messages (#110) (d330a3f)
  • forms/FormikNumberField: introduce new formik number field with unified errors and styling (#109) (e70da1c)
  • forms/FormikPinField: introduce new formik pin field component with unified errors and labelling (#107) (8fded95)

v2.11.0

17 Jul 15:55
39616d2
Compare
Choose a tag to compare

2.11.0 (2024-07-17)

Features

  • forms/Select:* extend all select fields to support groups (#105) (5a92307)

v2.10.0

17 Jul 13:50
d6e4c6e
Compare
Choose a tag to compare

2.10.0 (2024-07-17)

Features

  • formst/SelectField: add new select field component with corresponding formik wrapper component (#104) (ac74e58)
  • Switch: introduce enhanced switch and new formik switch field components (#102) (426b78d)

Bug Fixes

  • remove ineffective styles across different components (5520b16)

v2.9.0

17 Jul 11:01
48643bc
Compare
Choose a tag to compare

2.9.0 (2024-07-17)

Features

  • forms/NewFormikTextField: add simplified formik text field with enhanced error illustration (#99) (56f95a4)
  • forms/TextareaField: add new textarea field and corresponding formik component (#101) (a3e7192)

v2.8.1

17 Jul 08:39
9ae3b30
Compare
Choose a tag to compare

2.8.1 (2024-07-16)

Bug Fixes

  • Tooltip: ensure that tooltip also accepts zero delay (6ab8a6d)