Skip to content

v0.3.0

Compare
Choose a tag to compare
@MarcusNotheis MarcusNotheis released this 03 Jun 14:45

0.3.0 (2019-06-03)

Features

  • Updated UI5 WebComponents to v0.11.0 (#22) (7dcf22b)
  • FilterBar: Initial Version (422bdbd)
  • FilterItem: Initial Version (19a23ec)
  • VariantManagement: Initial Version (a1e9cbb)
  • FilterBar: renderSearch function (94b468e)

Bug Fixes

  • typing: Fixed TypeScript Definitions (440c097)
  • WebComponentWrapper: Fixed event handler removal after prop update (2b93c12)

BREAKING CHANGES

  • FilterBar: replaced boolean value with render function
  • List: the "selectionChange" event param "items" has been renamed to "selectedItems".
  • List: the "backgroundDesign" property has been removed, use the corresponding CSS variable (--_ui5_listitem_background_color) to alter the list items` background.
  • Panel: the "backgroundDesign" property has been removed, use the corresponding CSS variables (--_ui5_panel_background_color) to alter the panel background.
  • DatePicker: 'liveChange' event has been renamed to 'input'.
  • CheckBox: property "readOnly" has been renamed to "readonly".
  • RadioButton: property "readOnly" has been renamed to "readonly".