All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
on
andoff
functions are now proxied aswithDraggable
props underdraggable.on
anddraggable.off
.on
function calls are deferred to thecomponentDidMount
hook of the container node, in order to ensure that the draggable instance can be mounted first.
on
also works properly aftercomponentDidMount
by automatically flushing the queue of waiting calls if thedraggable
instance is already set up.