v0.18.5
·
3883 commits
to main
since this release
0.18.5 (2021-08-24)
Bug Fixes
- ColumnChartWithTrend: fix sync of charts (#1999) (c36042d)
- FilterBar: update filter item refs on every dialog save (#2025) (1a46272)
- ObjectPage: fire
onSelectedSectionChangedon every section change (#1997) (993b52f) - ObjectPage: respect scoping suffix for custom anchor tab (#2011) (7123cac)
Features
- allow string values in all enums (#2018) (927c0c2)
- BulletChart: initial component implementation (#1960) (21be8ef)
- charts: add
highlightColoroption for measures inBar,ColumnandColumnWithTrend(#1911) (cf1e65d) - charts: add
highlightColoroption for measures inBulletChartandComposedChart(#1994) (fcdbca5) - charts: support formatter on secondary y axis for Bar, Column, Composed and Line Chart (#1934) (a8e2e6f)
Deprecation
Deprecated values and props are going to be removed with version 0.19.0.
- ObjectPage:
onSelectedSectionChangedis deprecated, please useonSelectedSectionChange - AnalyticalTable: string values of
visibleRowCountMode,selectionBehaviorandselectionModein all caps and SNAKE_CASE are deprecated, please use the respective PascalCase (first letter uppercase) values instead. - MessageBox: string values of
type,actions,initialFocus, andemphasizedActionin all caps and SNAKE_CASE are deprecated, please use the respective PascalCase (first letter uppercase) values instead.