Skip to content

Releases: naver/billboard.js

2.0.0-next.5

19 Jun 05:17
Compare
Choose a tag to compare
2.0.0-next.5 Pre-release
Pre-release

2.0.0-next.5 (2020-06-19)

Bug Fixes

  • axis: fix incorrect clip node handling (a8c6f96), closes #1449
  • axis: make axis clip-path to fit real axis size (7419f44), closes #1449

2.0.0-next.4

17 Jun 05:52
Compare
Choose a tag to compare
2.0.0-next.4 Pre-release
Pre-release

2.0.0-next.4 (2020-06-17)

Bug Fixes

  • arc: fix applying data.labels.colors (#1448) (c128fad), closes #1440
  • data: fix for data.labels=false (b7a0972), closes #1444
  • legend: Don't bind event when interaction is false (4546c00)

2.0.0-next.3

15 Jun 03:46
Compare
Choose a tag to compare
2.0.0-next.3 Pre-release
Pre-release

2.0.0-next.3 (2020-06-15)

Features

2.0.0-next.2

11 Jun 01:02
Compare
Choose a tag to compare
2.0.0-next.2 Pre-release
Pre-release

2.0.0-next.2 (2020-06-11)

Bug Fixes

  • point: update point generation (da63e39)

2.0.0-next.1

08 Jun 09:31
Compare
Choose a tag to compare
2.0.0-next.1 Pre-release
Pre-release

2.0.0-next.1 (2020-06-08)

Checkout the detailed changes of v2: CHANGELOG-v2.md

Bug Fixes

  • all: Fix test cases (2e1ad79)
  • point: Correct focus.only to work in mobile env (67eea16)
  • point: Correct point.focus.only (1686594)

Code Refactoring

Features

  • point: Intent to ship point.focus.only (bb70347)

BREAKING CHANGES

  • all: v2 updates
  • module: new index for ESM build
  • split Axis releated size from size.ts --> size.axis.ts
  • split common main option from Options.ts --> ./common/main.ts
  • Instead export Axis class, add .getAxisInstance() to make beneficial
    from tree-shaking

1.12.11

05 Jun 08:01
Compare
Choose a tag to compare

1.12.11 (2020-06-05)

Bug Fixes

  • axis: Fix evaluating tick text size (0b921b2), closes #1429

1.12.10

26 May 01:55
Compare
Choose a tag to compare

1.12.10 (2020-05-26)

Bug Fixes

  • grid: Fix x grid positioning & rendering (3f62b20), closes #1407

1.12.9

22 May 06:34
Compare
Choose a tag to compare

1.12.9 (2020-05-22)

Bug Fixes

  • axis: Fix duplicated axis text generation (6d8e00b), closes #1392
  • tooltip: Fix tooltip position in narrow size container (fc174a7), closes #1400

1.12.8

08 May 09:59
Compare
Choose a tag to compare

1.12.8 (2020-05-08)

Bug Fixes

1.12.7

29 Apr 09:19
Compare
Choose a tag to compare

1.12.7 (2020-04-29)

Bug Fixes

  • data: Fix on determine grouped data (50f9fb1), closes #1365
  • tooltip: Fix tooltip rightest positioning (59845e3), closes #1362