v0.5.0
v0.5.0 (2019-08-15)
Combined Changelog from 0.4.1
to 0.5.0
Features
- Charts: Added lib export per chart (#66) ([977cc25](977cc25
- FilterItem: Add MultiSelect option to FilterTypes (#79) (0665824)
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 byref
- Charts:
sap_belize
andsap_belize_plus
stylings are not longer exported - Charts: Name of color variables for all themes changed. Now
sapUiChartAccent1
tosapUiChartAccent12
plussapUiChartGood
,sapUiChartBad
andsapUiChartHighlight
are available - VariantManagement: Removed prop
enabled
, please usedisabled
instead. This change should not affect your applications, becauseenabled
was never implemented. - AnalyticalCard: Prop
renderHeader
renamed toheader
, now accepting the React Element direclty - AnalyticalCardHeader: Prop
loading
was removed as it was not part of the specs