Skip to content

v0.5.0

Compare
Choose a tag to compare
@MarcusNotheis MarcusNotheis released this 15 Aug 07:45

v0.5.0 (2019-08-15)

Combined Changelog from 0.4.1 to 0.5.0

Features

Bug Fixes

  • Charts: Show Loading Placeholder (#64) (589f787)
  • VariantManagement: initialSelectedKey prop is working as intended (#75) (a5e4267)
  • AnalyticalTable: Header is now resizable (#76) (eadd61a)
  • FilterBar: Increase margin between FilterItems in FilterBar (#80) (ee94065)
  • ObjectPage: Don't crash in default mode with only 1 child provided (#81) (2e5ddb5)
  • Custom Components: adding ref to CommonProps interface (#84) (bb612ec)
  • charts: Repeat the color palette if more datasets than colors are used (#86) (e22387c)

Code Refactoring

  • Charts: Update ref API and color maps (#62) (a343567)
  • VariantManagement: removed unused prop enabled (#77) (5080316)

BREAKING CHANGES

  • Charts: innerChartRef is replaced by ref
  • Charts: sap_belize and sap_belize_plus stylings are not longer exported
  • Charts: Name of color variables for all themes changed. Now sapUiChartAccent1 to sapUiChartAccent12 plus sapUiChartGood, sapUiChartBad and sapUiChartHighlight are available
  • VariantManagement: Removed prop enabled, please use disabled instead. This change should not affect your applications, because enabled was never implemented.
  • AnalyticalCard: Prop renderHeader renamed to header, now accepting the React Element direclty
  • AnalyticalCardHeader: Prop loading was removed as it was not part of the specs