Skip to content

v0.10.0-rc.10

Pre-release
Pre-release

Choose a tag to compare

@ui5-webcomponents-react-bot ui5-webcomponents-react-bot released this 23 Jul 14:22
· 5008 commits to main since this release

0.10.0-rc.10 (2020-07-23)

Bug Fixes

  • AnalyticalTable: prevent crash if unsupported rowId is set as selectedRowId (#615) (83a808e)
  • AnalyticalTable: prevent horizontal overflow if last column is resizable (#612) (47d3f16)
  • AnalyticalTable: update react-table (#616) (17ed544)
  • Charts: tooltip respects dimension formatter (#614) (47104f9)
  • Popups: prevent bubbling of internally used popover events (#618) (8781f42)

chore

  • AnalyticalTable: remove busyIndicatorEnabled prop (#617) (ff287cf)

BREAKING CHANGES

  • AnalyticalTable: remove prop busyIndicatorEnabled as it is somehow duplicate to loading. The visibility of the busy indicator is now solely controlled by the prop loading.