v0.9.0-rc.10
Pre-release
Pre-release
·
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
BREAKING CHANGES
- Popovers: Dialog: Remove property
open
. You can now open a dialog by attaching a ref to the dialog and call the methodopen()
. - Popovers: Popover: Removed props
openBy
,openByStyle
,open
andpropagateOpenByClickEvent
. 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
andpropagateOpenByClickEvent
. 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.