Skip to content

v0.9.0-rc.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 07 Apr 09:38
· 4889 commits to main since this release

0.9.0-rc.10 (2020-04-07)

Bug Fixes

  • AnalyticalTable: fix column filter and allow spaces as input (#411) (4003065)
  • AnalyticalTable: skip first table paint as long as column width has not been calculated (#406) (528d048)
  • AnalyticalTableColumnDefinition: Add props typing to ComponenType (#409) (6e3d549)

Code Refactoring

Features

  • Charts - New: new formatters and support large datasets (#410) (9c4c176)

BREAKING CHANGES

  • Popovers: Dialog: Remove property open. You can now open a dialog by attaching a ref to the dialog and call the method open().
  • Popovers: Popover: Removed props openBy, openByStyle, open and propagateOpenByClickEvent. For opening a popover after e.g. a button click attach a ref to the popover and use the button click hander for calling .openBy(event.target) on the popover ref.
  • Popovers: ResponsivePopover: Removed props openBy, openByStyle, open and propagateOpenByClickEvent. For opening a responsive popover after e.g. a button click attach a ref to the responsive popover and use the Button click hander for calling .open(event.target) on the responsive popover ref.