GuidesAPI ReferenceRelease Notes
HomeLog InHome
Release Notes

0.1.85 - Web

Features

  1. Override item style to enhances flexibility by allowing unique visual representations for each item within the widget.
  2. New badge has been added to the layout (by default it is hidden).
  3. Two new API functions have been introduced in IWidgetView:
    1. updateOverrideStyles: (perItemStyleOverrides: PerItemStyleOverrides) => void
    2. updateWidgetUI: () => void
  4. A new property has been added to WidgetGridView/WidgetRowView options paramaters - perItemStyleOverrides

Bug Fixes

  1. The box-sizing CSS attribute of the widget-story was overridden by global CSS.