Skip to content

1.0.1 release (2017-07-07)

Compare
Choose a tag to compare
@netil netil released this 07 Jul 05:46
· 2075 commits to master since this release

Bug Fixes :

  • Shape.line

    • Correct getting shape object (#10)
  • Legend

    • Working with useless transition effect (#25)
  • Api.zoom, Interaction

    • Fix zoom bug for rects (#33)
  • Api.zoom, Shape

    • Fix zoom for barchart (#16)
  • Interaction

    • Correct event binding (#27)
  • Data

    • Babel transform bug (#17)
  • Data.convert

    • Allow dots in json properties (#14)

Documents :

  • Options
    • Add more description on axis padding (#42)

Code Styles :

  • Tooltip

    • Remove double dashed class name (#39)
  • Text

    • Avoid unnecessary getBoundingClientRect() calls (#11)

Test Codes :

  • All
    • Switch headless browser to ChromeHeadless (#35)

Chore tasks :

  • Changelog
    • Generate changelog file (#49)