Skip to content

Commit

Permalink
chore(release): 61.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [61.0.0](v60.0.0...v61.0.0) (2023-11-08)

### Bug Fixes

* `onRenderChange` callback trigger on resize ([#2228](#2228)) ([be30c1b](be30c1b))
* **axis:** always render `tickLine` unless `visible` is `false` ([#2194](#2194)) ([ec95d50](ec95d50))
* **BarSeries:** ignore histogram mode in determining stacked series ([#2225](#2225)) ([27b4281](27b4281))
* clamp brushing min of last bucket ([#2227](#2227)) ([155c22d](155c22d))
* **deps:** update dependency @elastic/eui to ^88.5.0 ([#2179](#2179)) ([2bb921e](2bb921e))
* **deps:** update dependency @elastic/eui to ^88.5.4 ([#2190](#2190)) ([05b33e5](05b33e5))
* **deps:** update dependency @elastic/eui to ^89.1.0 ([#2212](#2212)) ([a91f68d](a91f68d))
* **deps:** update dependency @elastic/eui to v89 ([#2193](#2193)) ([132327d](132327d))
* **deps:** update dependency @elastic/eui to v90 ([#2222](#2222)) ([10cd53b](10cd53b))

### chore

* reclaim charts theme ownership from eui ([#2175](#2175)) ([422c7d5](422c7d5))

### Features

* **metric:** allow alpha colors and improve contrast logic  ([#2184](#2184)) ([dd5732e](dd5732e))

### BREAKING CHANGES

* **BarSeries:** now ignores histogram mode in determining stacked series
* elastic charts theme renamed to `LEGACY_DARK_THEME` and `LEGACY_LIGHT_THEME` in favor of the main `DARK_THEME` and `LIGHT_THEME` which was merged with eui theme overrides. These new themes are now default.
* **axis:** Now respects `tickLine.padding` whenever `tickLine.visible` is `true`
  • Loading branch information
semantic-release-bot committed Nov 8, 2023
1 parent b85198d commit 881de86
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [61.0.0](https://github.com/elastic/elastic-charts/compare/v60.0.0...v61.0.0) (2023-11-08)


### Bug Fixes

* `onRenderChange` callback trigger on resize ([#2228](https://github.com/elastic/elastic-charts/issues/2228)) ([be30c1b](https://github.com/elastic/elastic-charts/commit/be30c1bd48ce3e50b8e9fa28c0d8999b6366b305))
* **axis:** always render `tickLine` unless `visible` is `false` ([#2194](https://github.com/elastic/elastic-charts/issues/2194)) ([ec95d50](https://github.com/elastic/elastic-charts/commit/ec95d50180d86fb7cec8c90d952f894ac9548b4f))
* **BarSeries:** ignore histogram mode in determining stacked series ([#2225](https://github.com/elastic/elastic-charts/issues/2225)) ([27b4281](https://github.com/elastic/elastic-charts/commit/27b4281581d6d5613c3bac55b308c49c519e7160))
* clamp brushing min of last bucket ([#2227](https://github.com/elastic/elastic-charts/issues/2227)) ([155c22d](https://github.com/elastic/elastic-charts/commit/155c22dee1f891cbb630d3d99fae005d89bf76d8))
* **deps:** update dependency @elastic/eui to ^88.5.0 ([#2179](https://github.com/elastic/elastic-charts/issues/2179)) ([2bb921e](https://github.com/elastic/elastic-charts/commit/2bb921e42bf790ce091178fc66794265a2832c0e))
* **deps:** update dependency @elastic/eui to ^88.5.4 ([#2190](https://github.com/elastic/elastic-charts/issues/2190)) ([05b33e5](https://github.com/elastic/elastic-charts/commit/05b33e58f27da3685bc8a2668435e83fb260a033))
* **deps:** update dependency @elastic/eui to ^89.1.0 ([#2212](https://github.com/elastic/elastic-charts/issues/2212)) ([a91f68d](https://github.com/elastic/elastic-charts/commit/a91f68d6b7c19da43a02e2b6d205ddc7f758243b))
* **deps:** update dependency @elastic/eui to v89 ([#2193](https://github.com/elastic/elastic-charts/issues/2193)) ([132327d](https://github.com/elastic/elastic-charts/commit/132327d980f4941d81a6df5e9e76cdf065f7d744))
* **deps:** update dependency @elastic/eui to v90 ([#2222](https://github.com/elastic/elastic-charts/issues/2222)) ([10cd53b](https://github.com/elastic/elastic-charts/commit/10cd53b2e6b4f65096837a994aff69626dc4050e))


### chore

* reclaim charts theme ownership from eui ([#2175](https://github.com/elastic/elastic-charts/issues/2175)) ([422c7d5](https://github.com/elastic/elastic-charts/commit/422c7d529e2b2a1bf01d6f78c1e35a2f9c79c91f))


### Features

* **metric:** allow alpha colors and improve contrast logic ([#2184](https://github.com/elastic/elastic-charts/issues/2184)) ([dd5732e](https://github.com/elastic/elastic-charts/commit/dd5732e83b4a23143f6fa8ceb82066150dc9fe8d))


### BREAKING CHANGES

* **BarSeries:** now ignores histogram mode in determining stacked series
* elastic charts theme renamed to `LEGACY_DARK_THEME` and `LEGACY_LIGHT_THEME` in favor of the main `DARK_THEME` and `LIGHT_THEME` which was merged with eui theme overrides. These new themes are now default.
* **axis:** Now respects `tickLine.padding` whenever `tickLine.visible` is `true`

# [60.0.0](https://github.com/elastic/elastic-charts/compare/v59.1.0...v60.0.0) (2023-09-20)


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

0 comments on commit 881de86

Please sign in to comment.