Releases: Postlagerkarte/blazor-dragdrop
Releases · Postlagerkarte/blazor-dragdrop
v2.3.0
- added item parameter to
IsItemAccepted
to pass actual drag target item toAccepts
delegate (#103) Thx 2 @ViRuSTriNiTy ItemWrapperClass
now accepts a delegate to allow dynamic CSS class names for draggable div (#102) Thx 2 @ViRuSTriNiTyDropzone
, addedstopPropagation
directive attribute for drag & drop events to stop raising events in parent component (enables nesting ofDropzone
components) Thx 2 @ViRuSTriNiTy- Fixes issue-104-copy-item-called-inside-the-same-drop-zone Thx 2 @rybkov
- Update target framework to support .NET 5.0
v2.2.2
-
adds DragEnd property to allow executing logic when a drag operation ends. contributed by @ViRuSTriNiTy
-
adds ReplacedItem EventCallBack. contributed by @MeysamMoghaddam
Added "AllowDrag" property and Accepts-Parameter includes drop target
-
Added "AllowDrag" property to the DropZone. This will use a lambda to determine if an item should be dragable. If not, it will also set the CSS of that object to prevent interaction so that the user can't highlight it. contributed by @ThatRickGuy
-
expanded the Accepts-Parameter to include the drop target - fixes #78 - contriubted by @koryphaee