Skip to content

Commit

Permalink
chore(release): 38.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [38.0.0](v37.0.0...v38.0.0) (2021-10-15)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v39 ([#1422](#1422)) ([2ee97aa](2ee97aa))
* **goal:** reduce whitespace for circular charts ([#1413](#1413)) ([6517523](6517523))
* **interactions:** change allowBrushingLastHistogramBin to true ([#1396](#1396)) ([9fa9783](9fa9783))
* **xy:** remove wrongly represented null/missing values in tooltip ([#1415](#1415)) ([e5963a3](e5963a3)), closes [#1414](#1414)

### Code Refactoring

* scales ([#1410](#1410)) ([a53a2ba](a53a2ba))

### Features

* **scales:** add `LinearBinary` scale type ([#1389](#1389)) ([9f2e427](9f2e427))
* **xy:** adaptive tick raster ([#1420](#1420)) ([200577b](200577b))
* **xy:** apply the data value formatter to data values over bars ([#1419](#1419)) ([e673fc7](e673fc7))

### BREAKING CHANGES

* **interactions:** allowBrushingLastHistogramBucket renamed to allowBrushingLastHistogramBin on the Settings component defaults true and is only applied for histogram type charts
* LogScaleOptions.logBase` is now a `number` instead of the object enum `LogBase`. Some edge case data or configuration _might_, with a deemed low likelihood, lead to a situation where the earlier version would have silently not rendered a bar, line or point, while the new code doesn't `catch`, therefore throw an exception (see the last item). General risk of regressions due to the quantity of code changes (altogether 3.5k)
  • Loading branch information
semantic-release-bot committed Oct 15, 2021
1 parent e673fc7 commit 618c244
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# [38.0.0](https://github.com/elastic/elastic-charts/compare/v37.0.0...v38.0.0) (2021-10-15)


### Bug Fixes

* **deps:** update dependency @elastic/eui to v39 ([#1422](https://github.com/elastic/elastic-charts/issues/1422)) ([2ee97aa](https://github.com/elastic/elastic-charts/commit/2ee97aa14d2893f2a215a524882d2bf0a86ddc47))
* **goal:** reduce whitespace for circular charts ([#1413](https://github.com/elastic/elastic-charts/issues/1413)) ([6517523](https://github.com/elastic/elastic-charts/commit/6517523fe05e43f00827ba3928d404c7006ac6d5))
* **interactions:** change allowBrushingLastHistogramBin to true ([#1396](https://github.com/elastic/elastic-charts/issues/1396)) ([9fa9783](https://github.com/elastic/elastic-charts/commit/9fa9783b4212d43141762936ac647218f3426119))
* **xy:** remove wrongly represented null/missing values in tooltip ([#1415](https://github.com/elastic/elastic-charts/issues/1415)) ([e5963a3](https://github.com/elastic/elastic-charts/commit/e5963a376ad1726a79d632391eef43c2a7a26adb)), closes [#1414](https://github.com/elastic/elastic-charts/issues/1414)


### Code Refactoring

* scales ([#1410](https://github.com/elastic/elastic-charts/issues/1410)) ([a53a2ba](https://github.com/elastic/elastic-charts/commit/a53a2ba4f4f8c881e7c4e4d85ac4eedfde02ccda))


### Features

* **scales:** add `LinearBinary` scale type ([#1389](https://github.com/elastic/elastic-charts/issues/1389)) ([9f2e427](https://github.com/elastic/elastic-charts/commit/9f2e42778ecb224293851739f390a03e76025eae))
* **xy:** adaptive tick raster ([#1420](https://github.com/elastic/elastic-charts/issues/1420)) ([200577b](https://github.com/elastic/elastic-charts/commit/200577b689ebfeb835401f6f5506f6b833e1268e))
* **xy:** apply the data value formatter to data values over bars ([#1419](https://github.com/elastic/elastic-charts/issues/1419)) ([e673fc7](https://github.com/elastic/elastic-charts/commit/e673fc776f494b45a35f6a4a18488d32e74050f3))


### BREAKING CHANGES

* **interactions:** allowBrushingLastHistogramBucket renamed to allowBrushingLastHistogramBin on the Settings component defaults true and is only applied for histogram type charts
* LogScaleOptions.logBase` is now a `number` instead of the object enum `LogBase`. Some edge case data or configuration _might_, with a deemed low likelihood, lead to a situation where the earlier version would have silently not rendered a bar, line or point, while the new code doesn't `catch`, therefore throw an exception (see the last item). General risk of regressions due to the quantity of code changes (altogether 3.5k)

# [37.0.0](https://github.com/elastic/elastic-charts/compare/v36.0.0...v37.0.0) (2021-10-05)


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": "37.0.0",
"version": "38.0.0",
"author": "Elastic DataVis",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit 618c244

Please sign in to comment.