Skip to content

v0.3.0

Compare
Choose a tag to compare
@marcojakob marcojakob released this 18 Apr 11:51
· 42 commits to master since this release
  • BREAKING CHANGE: Refactoring the AvatarHandler. Only if you've
    implemented a custom AvatarHandler you might need to do some changes:
    • setPointerEventsNone and resetPointerEvents were removed and don't
      need to be called any more. Pointer event styles are handled automatically.
  • Fix AvatarHandler margin caching: The AvatarHandler only cached the
    margins once for every Draggable. This caused problems when margins of
    elements in the same Draggable had different margins or the margins were
    changed. Now the margins are reset after every drag.