Skip to content

1.3.0

Compare
Choose a tag to compare
@STRML STRML released this 08 Dec 01:08
· 279 commits to master since this release
61f441b
  • Possibly breaking change: bounds are calculated before <Draggable> fires drag events, as they should have been.
  • Added 'none' axis type. This allows using <Draggable> somewhat like <DraggableCore> - state will be kept
    internally (which makes bounds checks etc possible), but updates will not be flushed to the DOM.
  • Performance tweaks.