Skip to content

Release 0.6.1

Compare
Choose a tag to compare
@martinpengellyphillips martinpengellyphillips released this 02 May 15:05
· 59 commits to main since this release

Fixed

  • Ensure onDragMove is called for every move update (rather than just once).
    To do this, ensure that the relevant properties of the transform are accessed
    to set up the effect reactivity correctly. Before, only the top level
    transform object was accessed, but that is unchanging on move.