Skip to content

Commit

Permalink
chore(release): 3.10.0-next.6 [skip ci]
Browse files Browse the repository at this point in the history
# [3.10.0-next.6](3.10.0-next.5...3.10.0-next.6) (2023-10-23)

### Bug Fixes

* **point:** Fix data.onclick not called when point.senstivity is radius ([83b0206](83b0206)), closes [#3466](#3466)
* **tooltip:** Fix wrong .tooltip.show() on rotated axis ([9b90c81](9b90c81)), closes [#3476](#3476)
* **tooltip:** Fix wrong tooltip position with padding option ([041e144](041e144)), closes [#3473](#3473)
* **zoom:** Fix initial error empty data with zoom ([a94d09c](a94d09c)), closes [#3470](#3470)

### Features

* **theme:** Add new modern theme ([b0f1aa7](b0f1aa7))
  • Loading branch information
semantic-release-bot committed Oct 23, 2023
1 parent 4b8e452 commit e93f78a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [3.10.0-next.6](https://github.com/naver/billboard.js/compare/3.10.0-next.5...3.10.0-next.6) (2023-10-23)


### Bug Fixes

* **point:** Fix data.onclick not called when point.senstivity is radius ([83b0206](https://github.com/naver/billboard.js/commit/83b020607f52dd99a2cbe32b7d36f50ec0cb6654)), closes [#3466](https://github.com/naver/billboard.js/issues/3466)
* **tooltip:** Fix wrong .tooltip.show() on rotated axis ([9b90c81](https://github.com/naver/billboard.js/commit/9b90c81845cc1b3e312d7fa0b2427cda8ec1ddd4)), closes [#3476](https://github.com/naver/billboard.js/issues/3476)
* **tooltip:** Fix wrong tooltip position with padding option ([041e144](https://github.com/naver/billboard.js/commit/041e144a57cb7d874a49d834abc85d0bd87747f4)), closes [#3473](https://github.com/naver/billboard.js/issues/3473)
* **zoom:** Fix initial error empty data with zoom ([a94d09c](https://github.com/naver/billboard.js/commit/a94d09caddb6f4c51767578d46e97bb40a07197d)), closes [#3470](https://github.com/naver/billboard.js/issues/3470)


### Features

* **theme:** Add new modern theme ([b0f1aa7](https://github.com/naver/billboard.js/commit/b0f1aa79f2b239832668da1607355b5cd5030402))

# [3.10.0-next.5](https://github.com/naver/billboard.js/compare/3.10.0-next.4...3.10.0-next.5) (2023-10-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "billboard.js",
"version": "3.10.0-next.5",
"version": "3.10.0-next.6",
"description": "Re-usable easy interface JavaScript chart library, based on D3 v4+",
"homepage": "https://naver.github.io/billboard.js/",
"main": "dist/billboard.js",
Expand Down

0 comments on commit e93f78a

Please sign in to comment.