From bcbfb01e35fad08aefd8f486ac537bb45fa67e41 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Oct 2024 15:09:37 +0000 Subject: [PATCH] chore(release): 68.0.0 [skip ci] # [68.0.0](https://github.com/elastic/elastic-charts/compare/v67.0.1...v68.0.0) (2024-10-08) ### Features * **xy:** render sorting ([#2524](https://github.com/elastic/elastic-charts/issues/2524)) ([c514571](https://github.com/elastic/elastic-charts/commit/c5145713025cfa3d48cb526d2fcad884a036d393)) ### BREAKING CHANGES * **xy:** The way mixed stacked/nonstacked series are colored now is different from the previous behaviour. Now we color them not by their insert index but by the way we display them in the rendering: from the left to right, bottom top, stacked, nonstacked. This align correctly also the legend colors by default. This does **not** affect colors assigned via a `SeriesColorAccessor`. --- CHANGELOG.md | 12 ++++++++++++ packages/charts/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af00af637..a5c8f9b0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [68.0.0](https://github.com/elastic/elastic-charts/compare/v67.0.1...v68.0.0) (2024-10-08) + + +### Features + +* **xy:** render sorting ([#2524](https://github.com/elastic/elastic-charts/issues/2524)) ([c514571](https://github.com/elastic/elastic-charts/commit/c5145713025cfa3d48cb526d2fcad884a036d393)) + + +### BREAKING CHANGES + +* **xy:** The way mixed stacked/nonstacked series are colored now is different from the previous behaviour. Now we color them not by their insert index but by the way we display them in the rendering: from the left to right, bottom top, stacked, nonstacked. This align correctly also the legend colors by default. This does **not** affect colors assigned via a `SeriesColorAccessor`. + ## [67.0.1](https://github.com/elastic/elastic-charts/compare/v67.0.0...v67.0.1) (2024-10-03) diff --git a/packages/charts/package.json b/packages/charts/package.json index 4d464d2469..18922a37f7 100644 --- a/packages/charts/package.json +++ b/packages/charts/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "67.0.1", + "version": "68.0.0", "author": "Elastic DataVis", "license": "SEE LICENSE IN LICENSE.txt", "main": "dist/index.js",