From 6f3b3924a058ac5aa8124eabd4bc739f366b8f82 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 4 Jun 2021 16:02:42 +0000 Subject: [PATCH] chore(release): 30.0.0 [skip ci] # [30.0.0](https://github.com/elastic/elastic-charts/compare/v29.2.0...v30.0.0) (2021-06-04) ### Bug Fixes * **domain:** custom domain should not filter data ([#1181](https://github.com/elastic/elastic-charts/issues/1181)) ([92ba84c](https://github.com/elastic/elastic-charts/commit/92ba84c015cb84f16cbecf007a84fa3440ee8354)), closes [#1129](https://github.com/elastic/elastic-charts/issues/1129) * **value_labels:** zero as a valid value for textBorder and borderWidth ([#1182](https://github.com/elastic/elastic-charts/issues/1182)) ([880fbf1](https://github.com/elastic/elastic-charts/commit/880fbf1c4b2aed4e9a515352879e4a1e41ed4d4d)) * annotation tooltip display when remounting specs ([#1167](https://github.com/elastic/elastic-charts/issues/1167)) ([7163951](https://github.com/elastic/elastic-charts/commit/716395181d82e6ea4dc9bd7edb1bb19cb5297f86)) * render nodeLabel formatted text into the nodes ([#1173](https://github.com/elastic/elastic-charts/issues/1173)) ([0de9688](https://github.com/elastic/elastic-charts/commit/0de96889c2579065fb4842d4d1f014cc61aab724)) ### Features * **axis:** allow pixel domain padding for y axes ([#1145](https://github.com/elastic/elastic-charts/issues/1145)) ([6787728](https://github.com/elastic/elastic-charts/commit/67877289b2a59250e679e2517c81855dffc01333)) * apply value formatter to the default legend item label ([#1190](https://github.com/elastic/elastic-charts/issues/1190)) ([20108bb](https://github.com/elastic/elastic-charts/commit/20108bb6938f1bdb7cd72e8c36820d5b35385bfa)) * **tooltip:** stickTo vertical middle of the cursor ([#1163](https://github.com/elastic/elastic-charts/issues/1163)) ([b858fb3](https://github.com/elastic/elastic-charts/commit/b858fb3929a3286361a180061571c34eeab15f9b)), closes [#1108](https://github.com/elastic/elastic-charts/issues/1108) * **wordcloud:** click and over events on text ([#1180](https://github.com/elastic/elastic-charts/issues/1180)) ([adbf341](https://github.com/elastic/elastic-charts/commit/adbf3419784fdfdb6eea8d6c4cbf95fd0efa6ddc)), closes [#1156](https://github.com/elastic/elastic-charts/issues/1156) ### BREAKING CHANGES * **value_labels:** the `textBorder` of `ValueFillDefinition` is now optional or a number only --- packages/osd-charts/CHANGELOG.md | 23 +++++++++++++++++++++++ packages/osd-charts/package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/packages/osd-charts/CHANGELOG.md b/packages/osd-charts/CHANGELOG.md index 6791e1cc9ee..ce590322188 100644 --- a/packages/osd-charts/CHANGELOG.md +++ b/packages/osd-charts/CHANGELOG.md @@ -1,3 +1,26 @@ +# [30.0.0](https://github.com/elastic/elastic-charts/compare/v29.2.0...v30.0.0) (2021-06-04) + + +### Bug Fixes + +* **domain:** custom domain should not filter data ([#1181](https://github.com/elastic/elastic-charts/issues/1181)) ([76e8dca](https://github.com/elastic/elastic-charts/commit/76e8dcafd11452359ff54c8e05eeafa45c380c6a)), closes [#1129](https://github.com/elastic/elastic-charts/issues/1129) +* **value_labels:** zero as a valid value for textBorder and borderWidth ([#1182](https://github.com/elastic/elastic-charts/issues/1182)) ([a64f333](https://github.com/elastic/elastic-charts/commit/a64f33321d80ea70d3010da50e6c8f9f9bf23620)) +* annotation tooltip display when remounting specs ([#1167](https://github.com/elastic/elastic-charts/issues/1167)) ([8408600](https://github.com/elastic/elastic-charts/commit/840860019a78896dbde91372b2445da9b6e8403e)) +* render nodeLabel formatted text into the nodes ([#1173](https://github.com/elastic/elastic-charts/issues/1173)) ([b44bdff](https://github.com/elastic/elastic-charts/commit/b44bdff9049802968d095d440a874daa904d6f1e)) + + +### Features + +* **axis:** allow pixel domain padding for y axes ([#1145](https://github.com/elastic/elastic-charts/issues/1145)) ([7c1fa8e](https://github.com/elastic/elastic-charts/commit/7c1fa8e817c997eaa0c232db3b15ce92baf35a59)) +* apply value formatter to the default legend item label ([#1190](https://github.com/elastic/elastic-charts/issues/1190)) ([71474a5](https://github.com/elastic/elastic-charts/commit/71474a5b7a12d522196ea71d866a572caa2fbf1f)) +* **tooltip:** stickTo vertical middle of the cursor ([#1163](https://github.com/elastic/elastic-charts/issues/1163)) ([380363b](https://github.com/elastic/elastic-charts/commit/380363bfb8fc02a3eb22d5832edddba76438314d)), closes [#1108](https://github.com/elastic/elastic-charts/issues/1108) +* **wordcloud:** click and over events on text ([#1180](https://github.com/elastic/elastic-charts/issues/1180)) ([196fb6a](https://github.com/elastic/elastic-charts/commit/196fb6a644333ff16ccf1729b1aaa7d0a92fe21d)), closes [#1156](https://github.com/elastic/elastic-charts/issues/1156) + + +### BREAKING CHANGES + +* **value_labels:** the `textBorder` of `ValueFillDefinition` is now optional or a number only + # [29.2.0](https://github.com/elastic/elastic-charts/compare/v29.1.0...v29.2.0) (2021-05-25) diff --git a/packages/osd-charts/package.json b/packages/osd-charts/package.json index 674d217e179..3dc2a5cec7e 100644 --- a/packages/osd-charts/package.json +++ b/packages/osd-charts/package.json @@ -1,7 +1,7 @@ { "name": "@elastic/charts", "description": "Elastic-Charts data visualization library", - "version": "29.2.0", + "version": "30.0.0", "author": "Marco Vettorello ", "license": "Apache-2.0", "main": "dist/index.js",