Skip to content

version 4.4.0

Compare
Choose a tag to compare
@hvianna hvianna released this 26 Jan 19:22
· 17 commits to master since this release

What's new

Added:

Changed & improved:

  • The constructor can now take the options object as the first argument if you don't need to define the container;
  • start has been explicitly marked as a constructor-specific property in the Options object description and will no longer work with setOptions() as of the next major release.

Fixed:

  • Bug preventing radial mode from working when set in the constructor options - thanks @lexterror and @ianrothmann for reporting it;
  • Reverted an unintended property name change in the object passed to the onCanvasDraw callback, introduced in v4.2.0.