Skip to content

Commit

Permalink
chore(release): 68.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [68.0.0](v67.0.1...v68.0.0) (2024-10-08)

### Features

* **xy:** render sorting ([#2524](#2524)) ([c514571](c514571))

### 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`.
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent c514571 commit bcbfb01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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

0 comments on commit bcbfb01

Please sign in to comment.