Skip to content

Commit

Permalink
chore(release): 56.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [56.0.0](v55.0.0...v56.0.0) (2023-04-18)

### Bug Fixes

* **deps:** update dependency @elastic/eui to ^76.4.0 ([#2008](#2008)) ([95176e1](95176e1))
* **deps:** update dependency @elastic/eui to v77 ([#2018](#2018)) ([c079730](c079730))
* **interactions:** brushing over origin coordinates ([#2013](#2013)) ([937feb0](937feb0))
* **tooltip:** custom tooltip header context ([#1989](#1989)) ([1e5b861](1e5b861))

### Features

* **metric:** trend with string value ([#2011](#2011)) ([91d7695](91d7695))

### BREAKING CHANGES

* **tooltip:** The `header` property of `TooltipInfo` type was simplified to `PointerValue` as to include only relevant properties. This change is propagated to all other types using `header` as a `TooltipValue`. The `TooltipInfo.values` used to conditionally pass only highlighted `TooltipValue`s when using a `customTooltip` and now _always_ passes all `values`.
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent e3edce6 commit b613189
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [56.0.0](https://github.com/elastic/elastic-charts/compare/v55.0.0...v56.0.0) (2023-04-18)


### Bug Fixes

* **deps:** update dependency @elastic/eui to ^76.4.0 ([#2008](https://github.com/elastic/elastic-charts/issues/2008)) ([95176e1](https://github.com/elastic/elastic-charts/commit/95176e14294b36fce983f53c6c5f278da24f50b1))
* **deps:** update dependency @elastic/eui to v77 ([#2018](https://github.com/elastic/elastic-charts/issues/2018)) ([c079730](https://github.com/elastic/elastic-charts/commit/c079730dd849c34f71608df36938560566ba19d3))
* **interactions:** brushing over origin coordinates ([#2013](https://github.com/elastic/elastic-charts/issues/2013)) ([937feb0](https://github.com/elastic/elastic-charts/commit/937feb0fcf1a11c473e45dfb0da36443660e98be))
* **tooltip:** custom tooltip header context ([#1989](https://github.com/elastic/elastic-charts/issues/1989)) ([1e5b861](https://github.com/elastic/elastic-charts/commit/1e5b86106ff4c72e5a59b074e0472023ecc68164))


### Features

* **metric:** trend with string value ([#2011](https://github.com/elastic/elastic-charts/issues/2011)) ([91d7695](https://github.com/elastic/elastic-charts/commit/91d76957d88d25e93904f73b845c47d411f4ce32))


### BREAKING CHANGES

* **tooltip:** The `header` property of `TooltipInfo` type was simplified to `PointerValue` as to include only relevant properties. This change is propagated to all other types using `header` as a `TooltipValue`. The `TooltipInfo.values` used to conditionally pass only highlighted `TooltipValue`s when using a `customTooltip` and now _always_ passes all `values`.

# [55.0.0](https://github.com/elastic/elastic-charts/compare/v54.0.0...v55.0.0) (2023-03-21)


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": "55.0.0",
"version": "56.0.0",
"author": "Elastic DataVis",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/index.js",
Expand Down

0 comments on commit b613189

Please sign in to comment.