- Use classList instead of className due to different className handling on svg elements
- Remove functional flag in MdArea
- Bugfix: Empty div class name
- Bugfix: Undefined variable in context
- Support Pointer, Touch and MouseEvents
- Use rollup for lib output
- Adapt
TargetSelectPayload
to make use ofItemsContext
- Breaking changes in scoped slot argument of
DnDItems
- Breaking changes in
DnDHandle
props.
- Bugfix: Some compatibility fixes for IE11
- Bugfix: Update source container correctly, when intermediate projections exist
- Bugfix: Remove tmp node styling
- Nested DnD feature and exmaple
- Several nested DnD related bugfixes
- Bugfix: min-height issue for transition from empty to default state
- Improvement: Check for invalid permissions keys in options
- Improvement: Determine dimensions of dragged item by
clientRect
of selection
- Initial release