Skip to content

Releases: naver/billboard.js

3.9.0-next.2

21 Jun 01:23
Compare
Choose a tag to compare
3.9.0-next.2 Pre-release
Pre-release

3.9.0-next.2 (2023-06-21)

Features

3.9.0-next.1

15 Jun 07:56
Compare
Choose a tag to compare
3.9.0-next.1 Pre-release
Pre-release

3.9.0-next.1 (2023-06-15)

Bug Fixes

  • export: Fix Plugin class import (24c0976), closes #3221
  • shape: Fix shape rendering issue on Windows (cf1b484), closes #3222
  • tooltip: Fix tooltip overflow when right side edge is hovered (9ce900d), closes #3254

Features

  • arc: Intent to ship arc.needle (04e90aa), closes #3205
  • data: Intent to ship data.labels.position function (59be3ec), closes #3237
  • theme: Intent to ship dark theme (252a28e), closes #3229

3.8.2

18 May 11:08
Compare
Choose a tag to compare

3.8.2 (2023-05-18)

Bug Fixes

3.8.1

04 May 02:41
Compare
Choose a tag to compare

3.8.1 (2023-05-04)

Bug Fixes

  • api: fix tooltip work for .load() with xs key (13b9da7), closes #3194
  • api: Fix tooltip.show() to work zoomed with xs option (cf82289), closes #3187

3.8.0

13 Apr 05:41
Compare
Choose a tag to compare

3.8.0 (2023-04-13)

The detailed new feature description can be found at:

billboard.js 3.8 release: inverted x axis!

Bug Fixes

  • data: fix break when whole dataseries are null (#3134) (5d12c45), closes #3124
  • grid: fix redundant appends (1039363), closes #3147
  • options: Fix handling for falsy data.types (5eb731a), closes #3125
  • sparkline: Fix to work point.focus.only option (65b3c1c), closes #3171

Features

  • api: Enhance resizeAfter for .load/unload APIs (33bbca4), closes #3157
  • axis: Intent to ship axis.x.inverted (e193c0f), closes #3137
  • package: extends root div interface for styling (0a1fe08), closes #3162 #3163
  • padding: Intent to ship padding='fit' (d760a63), closes #3118

3.8.0-next.2

10 Apr 08:48
Compare
Choose a tag to compare
3.8.0-next.2 Pre-release
Pre-release

3.8.0-next.2 (2023-04-10)

Bug Fixes

  • grid: fix redundant appends (1039363), closes #3147
  • sparkline: Fix to work point.focus.only option (65b3c1c), closes #3171

Features

3.8.0-next.1

31 Mar 06:52
Compare
Choose a tag to compare
3.8.0-next.1 Pre-release
Pre-release

3.8.0-next.1 (2023-03-31)

Bug Fixes

  • data: fix break when whole dataseries are null (#3134) (5d12c45), closes #3124
  • options: Fix handling for falsy data.types (5eb731a), closes #3125

Features

  • api: Enhance resizeAfter for .load/unload APIs (33bbca4), closes #3157
  • axis: Intent to ship axis.x.inverted (e193c0f), closes #3137
  • padding: Intent to ship padding='fit' (d760a63), closes #3118

2.2.8

16 Mar 06:03
Compare
Choose a tag to compare

2.2.8 (2023-03-16)

Bug Fixes

  • build: fix ESM dist file extension to .mjs (24fcc5b), closes #3123

3.7.5

06 Mar 02:06
Compare
Choose a tag to compare

3.7.5 (2023-03-06)

Bug Fixes

  • bar: Fix broken bar shape transition with grouped radius option (600df46), closes #2642
  • data: Fix tooltip event bound when data.xSort=false set (aa4afc3), closes #3100
  • data: mitigate bar/bubble ranged data to handle data length than needed (51603ec), closes #3096

3.7.4

06 Feb 10:16
Compare
Choose a tag to compare

3.7.4 (2023-02-06)

Bug Fixes

  • gauge: fix when has no data (efe7435), closes #3066
  • react: Fix props argument handlling (fb38d30), closes #3075
  • type: fix to export option type definition (e4f3a2f), closes #3077