Skip to content

Commit

Permalink
chore(release): 31.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [31.0.0](elastic/elastic-charts@v30.2.0...v31.0.0) (2021-06-29)

### Bug Fixes

* **xy:** render gridlines behind axis  ([opensearch-project#1204](elastic/elastic-charts#1204)) ([bf9ccbd](elastic/elastic-charts@bf9ccbd)), closes [#1203](elastic/elastic-charts#1203)
* memory leak related to re-reselect cache ([opensearch-project#1201](elastic/elastic-charts#1201)) ([8cb6876](elastic/elastic-charts@8cb6876))
* **partition:** getLegendItemsExtra no longer assumes a singleton ([opensearch-project#1199](elastic/elastic-charts#1199)) ([ecbcc1e](elastic/elastic-charts@ecbcc1e))

### Features

* **annotations:** option to render rect annotations outside chart ([opensearch-project#1207](elastic/elastic-charts#1207)) ([ddffc00](elastic/elastic-charts@ddffc00))
* **heatmap:** enable brushing on categorical charts ([opensearch-project#1212](elastic/elastic-charts#1212)) ([5c426b3](elastic/elastic-charts@5c426b3)), closes [opensearch-project#1170](elastic/elastic-charts#1170) [opensearch-project#1171](elastic/elastic-charts#1171)
* **xy:** add onPointerUpdate debounce and trigger options ([opensearch-project#1194](elastic/elastic-charts#1194)) ([aa068f6](elastic/elastic-charts@aa068f6))

### BREAKING CHANGES

* **xy:** the `PointerOverEvent` type now extends `ProjectedValues` and drops value. This effectively replaces value with `x`, `y`, `smVerticalValue` and `smHorizontalValue`.
  • Loading branch information
semantic-release-bot committed Jun 29, 2021
1 parent aa068f6 commit bae925c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/osd-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [31.0.0](https://github.com/elastic/elastic-charts/compare/v30.2.0...v31.0.0) (2021-06-29)


### Bug Fixes

* **xy:** render gridlines behind axis ([#1204](https://github.com/elastic/elastic-charts/issues/1204)) ([38ebe2d](https://github.com/elastic/elastic-charts/commit/38ebe2d502cb1449a771f803a90db1811093fe64)), closes [#1203](https://github.com/elastic/elastic-charts/issues/1203)
* memory leak related to re-reselect cache ([#1201](https://github.com/elastic/elastic-charts/issues/1201)) ([02025cf](https://github.com/elastic/elastic-charts/commit/02025cf000948bf5e183f12e6cded7abc9e8d547))
* **partition:** getLegendItemsExtra no longer assumes a singleton ([#1199](https://github.com/elastic/elastic-charts/issues/1199)) ([100145b](https://github.com/elastic/elastic-charts/commit/100145b227b122bc082b6038ca23f8d166ec0363))


### Features

* **annotations:** option to render rect annotations outside chart ([#1207](https://github.com/elastic/elastic-charts/issues/1207)) ([4eda382](https://github.com/elastic/elastic-charts/commit/4eda382d2f99902ad129fd42febfe6a3c8419cf8))
* **heatmap:** enable brushing on categorical charts ([#1212](https://github.com/elastic/elastic-charts/issues/1212)) ([10c3493](https://github.com/elastic/elastic-charts/commit/10c3493a29e1e5f6778fd9d4c7acee00d979e81c)), closes [#1170](https://github.com/elastic/elastic-charts/issues/1170) [#1171](https://github.com/elastic/elastic-charts/issues/1171)
* **xy:** add onPointerUpdate debounce and trigger options ([#1194](https://github.com/elastic/elastic-charts/issues/1194)) ([a9a9b25](https://github.com/elastic/elastic-charts/commit/a9a9b2517cdd9787077d7fa49029d815c1b845f2))


### BREAKING CHANGES

* **xy:** the `PointerOverEvent` type now extends `ProjectedValues` and drops value. This effectively replaces value with `x`, `y`, `smVerticalValue` and `smHorizontalValue`.

# [30.2.0](https://github.com/elastic/elastic-charts/compare/v30.1.0...v30.2.0) (2021-06-10)


Expand Down

0 comments on commit bae925c

Please sign in to comment.