Skip to content

Commit

Permalink
chore(release): 54.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [54.0.0](v53.1.1...v54.0.0) (2023-03-09)

### Bug Fixes

* **annotation:** render annotations correctly based on passed handlers ([#1971](#1971)) ([4bdedff](4bdedff))
* **deps:** update dependency @elastic/eui to v75 ([#1964](#1964)) ([cf886f5](cf886f5))
* **deps:** update dependency @elastic/eui to v76 ([#1987](#1987)) ([89dc8a1](89dc8a1))
* **flamegraph:** show tooltip prompt only if pinnable ([#1967](#1967)) ([1a13d80](1a13d80))
* **heatmap:** Expose axis title as debug data ([#1970](#1970)) ([0a998a5](0a998a5))
* **partition:** allow custom sorting for the legend items ([#1959](#1959)) ([1afa2c4](1afa2c4))
* **partition:** render legend items with zero values  ([#1956](#1956)) ([a85d1ae](a85d1ae))
* **xy:** respect `integersOnly` prop on axis component ([#1958](#1958)) ([93f5497](93f5497))

### BREAKING CHANGES

* **partition:** The `Layer.fillColor` function now accepts the following signature: `(key: Key, sortIndex: number, node: ArrayNode, tree: HierarchyOfArrays) => string;` This exposes a similar set of information but allows us more control over the internals to define/generate the legend. The legend for pie/donut/mosaic/treemap charts is sorted in a hierarchical way even if the legend is flat.
The default highlight strategy used to highlight partition elements when hovering over the legend item has been changed to `LegendStrategy.Path`.
  • Loading branch information
semantic-release-bot committed Mar 9, 2023
1 parent 7145894 commit 4d85588
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 @@
# [54.0.0](https://github.com/elastic/elastic-charts/compare/v53.1.1...v54.0.0) (2023-03-09)


### Bug Fixes

* **annotation:** render annotations correctly based on passed handlers ([#1971](https://github.com/elastic/elastic-charts/issues/1971)) ([4bdedff](https://github.com/elastic/elastic-charts/commit/4bdedff5a9ed4f2b39cff5d97a57d6b92383f14d))
* **deps:** update dependency @elastic/eui to v75 ([#1964](https://github.com/elastic/elastic-charts/issues/1964)) ([cf886f5](https://github.com/elastic/elastic-charts/commit/cf886f5278a53b68ee7f4eb38d984ad82292d0b5))
* **deps:** update dependency @elastic/eui to v76 ([#1987](https://github.com/elastic/elastic-charts/issues/1987)) ([89dc8a1](https://github.com/elastic/elastic-charts/commit/89dc8a1cd9eaa47f14977b0fcb5b82aa51502cc4))
* **flamegraph:** show tooltip prompt only if pinnable ([#1967](https://github.com/elastic/elastic-charts/issues/1967)) ([1a13d80](https://github.com/elastic/elastic-charts/commit/1a13d80af7522ab60f3b94b4c1b927a9569deb69))
* **heatmap:** Expose axis title as debug data ([#1970](https://github.com/elastic/elastic-charts/issues/1970)) ([0a998a5](https://github.com/elastic/elastic-charts/commit/0a998a55fb11c6f8768db95397374bb7e61b014b))
* **partition:** allow custom sorting for the legend items ([#1959](https://github.com/elastic/elastic-charts/issues/1959)) ([1afa2c4](https://github.com/elastic/elastic-charts/commit/1afa2c401fe7e0a85c239add03760a4511884472))
* **partition:** render legend items with zero values ([#1956](https://github.com/elastic/elastic-charts/issues/1956)) ([a85d1ae](https://github.com/elastic/elastic-charts/commit/a85d1ae4c000b526898967528fd372b03a8f8e88))
* **xy:** respect `integersOnly` prop on axis component ([#1958](https://github.com/elastic/elastic-charts/issues/1958)) ([93f5497](https://github.com/elastic/elastic-charts/commit/93f549728edc3e781aaea08c50e7d4bec0d34b11))


### BREAKING CHANGES

* **partition:** The `Layer.fillColor` function now accepts the following signature: `(key: Key, sortIndex: number, node: ArrayNode, tree: HierarchyOfArrays) => string;` This exposes a similar set of information but allows us more control over the internals to define/generate the legend. The legend for pie/donut/mosaic/treemap charts is sorted in a hierarchical way even if the legend is flat.
The default highlight strategy used to highlight partition elements when hovering over the legend item has been changed to `LegendStrategy.Path`.

## [53.1.1](https://github.com/elastic/elastic-charts/compare/v53.1.0...v53.1.1) (2023-02-10)


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

0 comments on commit 4d85588

Please sign in to comment.