Skip to content

1.1.0 release (2017-09-21)

Compare
Choose a tag to compare
@netil netil released this 21 Sep 05:38
· 1976 commits to master since this release

The detailed new feature description can be found on below article.

billboard.js 1.1.0 release!

Features :

  • Playground

  • Legend

    • Implement legend.contents (#58)
  • Tooltip

    • Implement tooltip.order (#127)
  • Arc

    • Implement multiline donut title (#71)
  • ChartInternal, Options

    • Add before/after initialization callbacks (#55)
    • Add new clipPath option (#56)
  • Data, Options

    • Implement data.onmin/onmax callback (#8)
  • Options, Text

    • Add new data.labels.position option (#57)
  • Interaction

    • Add new inputType.touch.preventDefault option (#82)

Bug Fixes :

  • Gauge

    • Correct background rendering on fullCircle (#140)
  • Selection

    • Correct multiple callback calls (#117)
  • Shape

    • Line.step.type config not working (#85)

Documents :

  • Legend

    • Document missing API (#133)
  • Options

    • Add param description on data selection (#118)
    • Reinforce API docs (#87)
  • Contribution

    • Add code of conduct (#100)
  • Readme

    • Add chart type image (#94)
  • Options.donut, Options.pie

    • Add donut/pie label ratio option api (#79)
  • Gh-template

    • Remove 'preferred reviewers' clause (#74)
  • Demo

    • Correct wrong option name (#72)

Code Styles :

  • Interactions, Internals
    • Correct eslint error (#65)

Test Codes :

  • Api.chart

    • Add some initial test cases for chart api (#62)
  • Event

    • Improve event simulation (#124) (#121)

Chore tasks :

  • Readme

    • Add logo image [skip ci] (#138)
    • Re-organizing badges (#93)
  • Dev-env

    • Add deploy script (#110) (#109)
    • Update dependencies to the latest (#111)
    • Add webpack ModuleConcatenationPlugin (#23)
    • Add greenkeeper-lockfile (#65)
  • Changelog

    • Use packages's bug url (#96)
  • Package

    • Update sinon to version 3.0.0 (#90)
    • Update istanbul-instrumenter-loader to the latest version 🚀 (#83) (#83)
    • Update optimize-css-assets-webpack-plugin to the latest version (#81)
  • Travis

    • Add exclude branch regex (#64)
  • Webpack

    • Add CommonJS Tree Shaker plugin (#61) (#23)
  • Git-hook

    • Add git hook for push & commit (#54) (#54)