Skip to content

Releases: Postlagerkarte/blazor-dragdrop

v2.3.0

02 Apr 18:11
Compare
Choose a tag to compare
  • added item parameter to IsItemAccepted to pass actual drag target item to Accepts delegate (#103) Thx 2 @ViRuSTriNiTy
  • ItemWrapperClass now accepts a delegate to allow dynamic CSS class names for draggable div (#102) Thx 2 @ViRuSTriNiTy
  • Dropzone, added stopPropagation directive attribute for drag & drop events to stop raising events in parent component (enables nesting of Dropzone 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

15 Feb 19:35
Compare
Choose a tag to compare
  • 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

11 Nov 19:40
a0b106c
Compare
Choose a tag to compare
  • 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