Skip to content

Releases: naver/billboard.js

3.14.1

18 Nov 02:12
Compare
Choose a tag to compare

3.14.1 (2024-11-18)

Bug Fixes

  • point: fix data.onclick working with sensitivity function (587d71e), closes #3912
  • tooltip: Hide tooltip on redraw when unexpected error (3540640), closes #3909 #3910

3.14.0

25 Oct 05:29
Compare
Choose a tag to compare

3.14.0 (2024-10-25)

The detailed new feature description can be found at:

billboard.js 3.14 release: viewBox resizing! (dev.to link)

Bug Fixes

  • axis: fix error when showing tick only (705947f), closes #3881
  • bar: fix representation of radius for small data (91b5dca), closes #3903
  • event: Fix interaction with viewBox (243bf3c), closes #3414
  • input: Fix touch/mouse input detection (3d4392a), closes #3854
  • point: fix sensitivity error when blank area is clicked (0060786), closes #3900
  • scale: Fix non-shape's element positioned accurately (216141b), closes #3907
  • size: Fix legend overflows with padding fit mode (8357d11), closes #3872
  • zoom: Fix unzoom after dynamic data load (385907e), closes #3878
  • zoom: Prevent error for out of range (6f69e97), closes #3895

Features

  • axis: Intent to ship axis.evalTextSize (87048e9), closes #3889
  • interaction: Intent to ship interaction.onout (9c668e6), closes #3887
  • legend: Pass visibility state to legend item's event callback (ba71911), closes #3897
  • render: Add forced init option on lazy rendering (218ce46), closes #3106
  • resize: Intent to ship resize.auto='viewBox' (db21387), closes #3893

3.14.0-next.4

24 Oct 08:53
Compare
Choose a tag to compare
3.14.0-next.4 Pre-release
Pre-release

3.14.0-next.4 (2024-10-24)

Bug Fixes

  • scale: Fix non-shape's element positioned accurately (216141b), closes #3907

3.14.0-next.3

22 Oct 08:52
Compare
Choose a tag to compare
3.14.0-next.3 Pre-release
Pre-release

3.14.0-next.3 (2024-10-22)

Bug Fixes

  • bar: fix representation of radius for small data (91b5dca), closes #3903

3.14.0-next.2

17 Oct 10:28
Compare
Choose a tag to compare
3.14.0-next.2 Pre-release
Pre-release

3.14.0-next.2 (2024-10-17)

Bug Fixes

  • point: fix sensitivity error when blank area is clicked (0060786), closes #3900
  • zoom: Prevent error for out of range (6f69e97), closes #3895

Features

  • legend: Pass visibility state to legend item's event callback (ba71911), closes #3897

3.14.0-next.1

11 Oct 06:56
Compare
Choose a tag to compare
3.14.0-next.1 Pre-release
Pre-release

3.14.0-next.1 (2024-10-11)

Bug Fixes

  • axis: fix error when showing tick only (705947f), closes #3881
  • event: Fix interaction with viewBox (243bf3c), closes #3414
  • input: Fix touch/mouse input detection (3d4392a), closes #3854
  • size: Fix legend overflows with padding fit mode (8357d11), closes #3872
  • zoom: Fix unzoom after dynamic data load (385907e), closes #3878

Features

  • axis: Intent to ship axis.evalTextSize (87048e9), closes #3889
  • interaction: Intent to ship interaction.onout (9c668e6), closes #3887
  • render: Add forced init option on lazy rendering (218ce46), closes #3106
  • resize: Intent to ship resize.auto='viewBox' (db21387), closes #3893

3.13.0

23 Aug 05:41
Compare
Choose a tag to compare

3.13.0 (2024-08-23)

The detailed new feature description can be found at:

billboard.js 3.13 release: new area-step-range chart! (dev.to)

Bug Fixes

  • regions: Mitigate broken dashed lines rendering (d1df575), closes #3790
  • zoom: Fix zoom wheel interaction (81ea359), closes #3856

Features

Test

  • test: Replace karma to vitest due to the deprecation (051e821), closes #3681

3.13.0-next.2

13 Aug 05:01
Compare
Choose a tag to compare
3.13.0-next.2 Pre-release
Pre-release

3.13.0-next.2 (2024-08-13)

Bug Fixes

Features

  • legend: Provide original data id in format callback (5ce41c7), closes #3663

3.13.0-next.1

25 Jul 08:45
Compare
Choose a tag to compare
3.13.0-next.1 Pre-release
Pre-release

3.13.0-next.1 (2024-07-25)

Bug Fixes

  • regions: Mitigate broken dashed lines rendering (d1df575), closes #3790

Features

3.12.4

13 Jun 02:12
Compare
Choose a tag to compare

3.12.4 (2024-06-13)

Bug Fixes

  • class: Fix to handle contorl/extended ascii for data names (7059779), closes #3804
  • types: Missing tick.text.inner type added for xAxis (5c1a6a4), closes #3802