Skip to content

v1.0.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 17 May 12:45
· 64 commits to master since this release
d47e6e6

Essential Links

  • #501 Adds note to click zoom sample
  • #497 Adds drag effect options to the documentation

⚠️ Important note for users upgrading from previous versions: the wheel/pinch/drag zoom behaviors are now configured separately, so some options have been moved an renamed:

  • zoom.enabled -> zoom.wheel.enabled and zoom.pinch.enabled
  • zoom.drag -> zoom.drag.enabled (enabling drag mode no longer disables the wheel/pinch modes)
  • zoom.speed -> zoom.wheel.speed
  • zoom.wheelModifierKey -> zoom.wheel.modifierKey
  • zoom.threshold -> zoom.drag.threshold

Breaking Changes

  • #507 Add the ability to enable both wheel and drag modes at the same time

Enhancements

  • #507 Add the ability to enable both wheel and drag modes at the same time

Bugs Fixed

  • #512 Fix drag threshold for single axis modes
  • #504 Fixes invalid context onZoomComplete invocation
  • #502 Add missing modifierKey properties to Options
  • #495 Cancel all chart events while panning or dragging
  • #494 Fix delta calculation at direction change

Types

  • #502 Add missing modifierKey properties to Options

Documentation

  • #505 Remove speed property from pan options in the samples

Development

  • #513 Bump version to 1.0.0-rc, update dependencies

Thanks to @jbelien, @jledentu, @kurkle and @stockiNail