Skip to content

Commit

Permalink
chore(release): 49.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Sep 17, 2022
1 parent c9bd634 commit 5b0417d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [49.0.0](https://github.com/elastic/elastic-charts/compare/v48.0.1...v49.0.0) (2022-09-17)


### Bug Fixes

* **deps:** update dependency @elastic/eui to v67 ([#1815](https://github.com/elastic/elastic-charts/issues/1815)) ([a45b3d3](https://github.com/elastic/elastic-charts/commit/a45b3d34c47d05c1059cfb43cf507f7b74722a4c))
* **metric:** improve multi-line wrapping ([#1816](https://github.com/elastic/elastic-charts/issues/1816)) ([f9c790e](https://github.com/elastic/elastic-charts/commit/f9c790ef2c4a8b97d278c9ee7e27f2c5081297ed))


### Features

* **metric:** add a textual value ([#1817](https://github.com/elastic/elastic-charts/issues/1817)) ([d7610ad](https://github.com/elastic/elastic-charts/commit/d7610ad548e26e34623fe97b4c3408b543be82ed))
* **metric:** add empty cell marker ([#1819](https://github.com/elastic/elastic-charts/issues/1819)) ([58ca9c3](https://github.com/elastic/elastic-charts/commit/58ca9c3b3307bbda2100b932426b8b71779583e6))
* **metric:** expose min metric height ([#1825](https://github.com/elastic/elastic-charts/issues/1825)) ([c9bd634](https://github.com/elastic/elastic-charts/commit/c9bd6344f37c90340c9e7fa7f0c4e05b5f130011))


### 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.

## [48.0.1](https://github.com/elastic/elastic-charts/compare/v48.0.0...v48.0.1) (2022-09-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/charts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@elastic/charts",
"description": "Elastic-Charts data visualization library",
"version": "48.0.1",
"version": "49.0.0",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit 5b0417d

Please sign in to comment.