Skip to content

1.5.0 release (2018-06-22)

Compare
Choose a tag to compare
@netil netil released this 22 Jun 05:54
· 1833 commits to master since this release

The detailed new feature description can be found at:

billboard.js 1.5.0 released today!

Features :

  • Axis

    • Intent to ship axis clipPath option (#458)
    • Intent to ship tick.text.position (#380)
    • Enhancement on tick multiline (#381)
  • Radar

    • Intent to ship radar type (#59)
  • Tooltip

    • Intent to ship linked tooltip with name (#401)
  • Grid

    • Intent to ship grid.front option (#384)

Bug Fixes :

  • Axis

    • Correct ticks less than ~0.1 to be shown (#387)
    • Avoid unnecessary computing char dimension (#399)
  • Api

    • Correct toggle interaction (#454)
    • Fix JSON data loading (#398)
  • Selection

    • Correct multiple selection error (#445)
  • Legend

    • Correct to keep the original class value (#444)
  • Zoom

    • Correct zooming for category axis type (#177)
  • Grid

    • Correct updating grid's attributes (#389)
  • Data

    • Correct data order to not be altered (#379)
  • Tooltip

    • Non linked tooltip exclusion (#393)
    • Correct interaction on mobile (#376)

Refactorings :

  • ChartInternal

    • Improve redraw (#429)
  • Axis

    • Removed duplication and re-styling (#421)
  • Internal

    • Substitute resize event binding (#404)

Chore tasks :

  • Dev-env
    • Add nightly build (#410)