Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 13:04

Added

  • DatePickerField is now fully responsive. On smallest screen it shows the date picker modal in full screen mode to ease selection.

Changed

  • [BREAKING] React v18. The major upgrade to React v18 might make UiKit incompatible with projects using lower version of react.

Fixed

  • Fix buttons positioning in other components (DatePickerField, MarkdownField)
  • Fix buttons's code semantic. Improve rendering and browser support
  • Fix trash button and marker position on TextFieldList when the row count of the TextFields are greater than 1
  • Make the placeholder display correctly on SelectField