Skip to content

Commit

Permalink
chore(release): 3.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.6.0](3.5.1...3.6.0) (2022-09-29)

### Bug Fixes

* **area:** Fix unnecessary area element generation ([d43a1a7](d43a1a7)), closes [#2826](#2826)
* **axis:** fix undefined error reading generatedTicks ([4f3c101](4f3c101)), closes [#2786](#2786)
* **data:** Fix idConverter error ([98f7103](98f7103)), closes [#2808](#2808)
* **gauge:** Fix size mismatch w/o gauge multi label text is hidden ([6ee8a1e](6ee8a1e)), closes [#2799](#2799)
* **grid:** Remove grid.y.ticks default value ([4818e44](4818e44)), closes [#2809](#2809)
* **legend:** Add default for legend.contents.template ([55fbb02](55fbb02)), closes [#2780](#2780)
* **type:** Add missing polar module export ([a950abd](a950abd)), closes [#2833](#2833)
* **typescript:** update entry point in tsconfig ([ab4d98d](ab4d98d)), closes [#2855](#2855)
* **types:** Fix legend.item.tile.type literal type typo ([de9781f](de9781f))
* **types:** Fix the type declarations for the y tick format ([1d378e0](1d378e0)), closes [#2790](#2790)
* **types:** Fix the type declarations for the y tick format ([#2865](#2865)) ([2e38dee](2e38dee))

### Features

* **api:** Enhance .config() to return generation options ([455944e](455944e)), closes [#2864](#2864)
* **options:** Intent to ship bar.linearGradient ([3a9989f](3a9989f)), closes [#397](#397)
* **options:** Intent to ship bar.overlap ([046aedb](046aedb)), closes [#2839](#2839)
* **options:** Intent to ship data.groupsZeroAs ([3de8e7a](3de8e7a)), closes [#2813](#2813)
* **options:** Intent to ship legend.item.tile.type ([c379c9f](c379c9f)), closes [#2874](#2874)
* **packages:** Intent to ship React wrapper ([4cef6ad](4cef6ad)), closes [#2838](#2838)
  • Loading branch information
semantic-release-bot committed Sep 29, 2022
1 parent de9781f commit 1b70a75
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# [3.6.0](https://github.com/naver/billboard.js/compare/3.5.1...3.6.0) (2022-09-29)


### Bug Fixes

* **area:** Fix unnecessary area element generation ([d43a1a7](https://github.com/naver/billboard.js/commit/d43a1a78d487d2a2b32091db677de34e5c9a99ff)), closes [#2826](https://github.com/naver/billboard.js/issues/2826)
* **axis:** fix undefined error reading generatedTicks ([4f3c101](https://github.com/naver/billboard.js/commit/4f3c10174f2e9e3ba5ea3567c548dbbba35b3340)), closes [#2786](https://github.com/naver/billboard.js/issues/2786)
* **data:** Fix idConverter error ([98f7103](https://github.com/naver/billboard.js/commit/98f71034e6be01933dc5a41b04e87e9010e9a6de)), closes [#2808](https://github.com/naver/billboard.js/issues/2808)
* **gauge:** Fix size mismatch w/o gauge multi label text is hidden ([6ee8a1e](https://github.com/naver/billboard.js/commit/6ee8a1edcdf57882954bf43e12217a73c2b92d56)), closes [#2799](https://github.com/naver/billboard.js/issues/2799)
* **grid:** Remove grid.y.ticks default value ([4818e44](https://github.com/naver/billboard.js/commit/4818e44f373f97f90eea6751d793629201619229)), closes [#2809](https://github.com/naver/billboard.js/issues/2809)
* **legend:** Add default for legend.contents.template ([55fbb02](https://github.com/naver/billboard.js/commit/55fbb0217d1cd6c147b7ef28f0809e71619e3bde)), closes [#2780](https://github.com/naver/billboard.js/issues/2780)
* **type:** Add missing polar module export ([a950abd](https://github.com/naver/billboard.js/commit/a950abdfcfc0ad78f04baa35c5f5026a8d0649d1)), closes [#2833](https://github.com/naver/billboard.js/issues/2833)
* **typescript:** update entry point in tsconfig ([ab4d98d](https://github.com/naver/billboard.js/commit/ab4d98d3fa50b998c71c3444e2a886574550c666)), closes [#2855](https://github.com/naver/billboard.js/issues/2855)
* **types:** Fix legend.item.tile.type literal type typo ([de9781f](https://github.com/naver/billboard.js/commit/de9781f29723fa841a2f936f038c0c0c4809c921))
* **types:** Fix the type declarations for the y tick format ([1d378e0](https://github.com/naver/billboard.js/commit/1d378e05af25e33d6d50d92dea51db7fd6b411d7)), closes [#2790](https://github.com/naver/billboard.js/issues/2790)
* **types:** Fix the type declarations for the y tick format ([#2865](https://github.com/naver/billboard.js/issues/2865)) ([2e38dee](https://github.com/naver/billboard.js/commit/2e38dee90bf66ea0ae4266c346d634eb81b57ac4))


### Features

* **api:** Enhance .config() to return generation options ([455944e](https://github.com/naver/billboard.js/commit/455944e75038a4c301763100bd6a8385b510a396)), closes [#2864](https://github.com/naver/billboard.js/issues/2864)
* **options:** Intent to ship bar.linearGradient ([3a9989f](https://github.com/naver/billboard.js/commit/3a9989f7a05c1856ff20092f3af6df827d172b37)), closes [#397](https://github.com/naver/billboard.js/issues/397)
* **options:** Intent to ship bar.overlap ([046aedb](https://github.com/naver/billboard.js/commit/046aedb08851834fc9b39b723747310078cd4bde)), closes [#2839](https://github.com/naver/billboard.js/issues/2839)
* **options:** Intent to ship data.groupsZeroAs ([3de8e7a](https://github.com/naver/billboard.js/commit/3de8e7a6e1dd799fdf7f51e793d21df1124cdc0a)), closes [#2813](https://github.com/naver/billboard.js/issues/2813)
* **options:** Intent to ship legend.item.tile.type ([c379c9f](https://github.com/naver/billboard.js/commit/c379c9ff612acd18b139aadcbdf69ab79770f5c5)), closes [#2874](https://github.com/naver/billboard.js/issues/2874)
* **packages:** Intent to ship React wrapper ([4cef6ad](https://github.com/naver/billboard.js/commit/4cef6adac03deb79040f28addf0489badfd217c8)), closes [#2838](https://github.com/naver/billboard.js/issues/2838)

## [3.5.1](https://github.com/naver/billboard.js/compare/3.5.0...3.5.1) (2022-07-14)


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.5.1",
"version": "3.6.0",
"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 1b70a75

Please sign in to comment.