Skip to content

v2.2.0

Compare
Choose a tag to compare
@ilyashubin ilyashubin released this 01 Feb 19:09
· 27 commits to master since this release

Release to simplify basic library usage. Prepare to React release

  • Added scrollMode option to perform CSS or native scrolling by library itself, no more need to pass onUpdate and handle scroll logic manually. It is optional though
  • Disable right click dragging by default
  • Fix updateOptions method - now it can update all supported options
  • Added some comments and jsdoc