Skip to content

Releases: naver/billboard.js

1.11.0-next.1@next

03 Sep 08:47
Compare
Choose a tag to compare
1.11.0-next.1@next Pre-release
Pre-release

1.11.0-next.1 (2019-09-03)

Bug Fixes

  • all: Fix possible IE9 style value (950c335), closes #1059
  • api: Fix .data() to return exact data (12bdc54), closes #1035
  • data: Fix header option setting (82461b3), closes #1031
  • tooltip: Fix tooltip work on touch zoom (5d98187), closes #1056

Features

  • options: Intent to ship render option (b6af77f), closes #1015
  • plugin: Intent to ship TextOverlap (728e879), closes #1048

1.10.2

19 Aug 02:51
Compare
Choose a tag to compare

1.10.2 (2019-08-19)

Bug Fixes

1.10.1

09 Aug 12:41
Compare
Choose a tag to compare

1.10.1 (2019-08-09)

Bug Fixes

  • interaction: Fix on eventRect generation (3dd9439), closes #1019

1.10.0

07 Aug 06:54
Compare
Choose a tag to compare

1.10.0 (2019-08-07)

The detailed new feature description can be found at:

billboard.js 1.10 release: Bubble dimension, axis culling & more!

Bug Fixes

  • axis: Correct label text position (9beacfe), closes #1011
  • chart: Correct the order to set '$' node values (b97558c), closes #994
  • color: Correct to not set stroke (f18aa35), closes #754 #872
  • event: Update determination condition (736ba56), closes #967
  • flow: Fix data points removal (5463150), closes #1006
  • radar: Correct display of indexed axis (9bac296), closes #997
  • text: Correct text vertical align (6debb55), closes #982
  • tooltip: Correct tooltip on dynamic loading (c24bddb), closes #963
  • tooltip: Fix on contents template (419144f), closes #972

Features

  • axis: Intent to ship y/y2 axis culling (44c6c4c), closes #915
  • bubble: Intent to ship dimension (27df7c3), closes #484
  • options: Pass instance arg to callbacks (61cf047), closes #989
  • radar: Intent to ship axis.text.position (1720ec2), closes #998

1.10.0-next.2@next

05 Aug 07:28
Compare
Choose a tag to compare
1.10.0-next.2@next Pre-release
Pre-release

1.10.0-next.2 (2019-08-05)

Bug Fixes

1.10.0-next.1@next

02 Aug 00:17
Compare
Choose a tag to compare
1.10.0-next.1@next Pre-release
Pre-release

1.10.0-next.1 (2019-08-02)

# you can install the RC version as:
npm install billboard.js@next

Bug Fixes

  • chart: Correct the order to set '$' node values (b97558c), closes #994
  • event: Update determination condition (736ba56), closes #967
  • radar: Correct display of indexed axis (9bac296), closes #997
  • text: Correct text vertical align (6debb55), closes #982
  • tooltip: Correct tooltip on dynamic loading (c24bddb), closes #963
  • tooltip: Fix on contents template (419144f), closes #972

Features

  • axis: Intent to ship y/y2 axis culling (44c6c4c), closes #915
  • bubble: Intent to ship dimension (27df7c3), closes #484
  • options: Pass instance arg to callbacks (61cf047), closes #989
  • radar: Intent to ship axis.text.position (1720ec2), closes #998

1.9.5

03 Jul 02:08
Compare
Choose a tag to compare

1.9.5 (2019-07-03)

Bug Fixes

1.9.4

02 Jul 10:14
Compare
Choose a tag to compare

1.9.4 (2019-07-02)

Bug Fixes

  • browser: Fix to work on Node.js env (d585122), closes #558
  • release: Correct inconsistency of version (5a0ba1f), closes #961

1.9.3

28 Jun 06:45
Compare
Choose a tag to compare

1.9.3 (2019-06-28)

Bug Fixes

  • color: Fix on color.threshold.values handling (841b316), closes #950
  • radar: Fix radar positioning (612d93f), closes #953
  • radar: Make data points stay over radar (4db457d), closes #952

1.9.2

20 Jun 12:43
Compare
Choose a tag to compare

1.9.2 (2019-06-20)

Bug Fixes

  • tooltip: Correct condition of making tooltip text (a3675eb), closes #940 #941