v49.0.0
49.0.0 (2022-09-17)
Bug Fixes
- deps: update dependency @elastic/eui to v67 (#1815) (a45b3d3)
- metric: improve multi-line wrapping (#1816) (f9c790e)
Features
- metric: add a textual value (#1817) (d7610ad)
- metric: add empty cell marker (#1819) (58ca9c3)
- metric: expose min metric height (#1825) (c9bd634)
BREAKING CHANGES
- metric: the metric types have been changed: the
value: numberandvalueFormatterare only available for a numerical, progress bar, or trend metric. For the textual metric, thevaluehas astringtype.
TheprogressBarDirectionandtrendShapeproperties are now required.