Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [49.0.0](v48.0.1...v49.0.0) (2022-09-17) ### Bug Fixes * **deps:** update dependency @elastic/eui to v67 ([#1815](#1815)) ([a45b3d3](a45b3d3)) * **metric:** improve multi-line wrapping ([#1816](#1816)) ([f9c790e](f9c790e)) ### Features * **metric:** add a textual value ([#1817](#1817)) ([d7610ad](d7610ad)) * **metric:** add empty cell marker ([#1819](#1819)) ([58ca9c3](58ca9c3)) * **metric:** expose min metric height ([#1825](#1825)) ([c9bd634](c9bd634)) ### BREAKING CHANGES * **metric:** the metric types have been changed: the `value: number` and `valueFormatter` are only available for a numerical, progress bar, or trend metric. For the textual metric, the `value` has a `string` type. The `progressBarDirection` and `trendShape` properties are now required.
- Loading branch information