blazor-dragdrop

Easy-to-use Drag and Drop Library for Blazor

MIT License

Stars
403
Committers
14

Bot releases are hidden (Show)

blazor-dragdrop - v2.3.0 Latest Release

Published by Postlagerkarte over 3 years ago

  • 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
blazor-dragdrop - v2.2.2

Published by Postlagerkarte over 3 years ago

  • adds DragEnd property to allow executing logic when a drag operation ends. contributed by @ViRuSTriNiTy

  • adds ReplacedItem EventCallBack. contributed by @MeysamMoghaddam

blazor-dragdrop - Added "AllowDrag" property and Accepts-Parameter includes drop target

Published by Postlagerkarte almost 4 years ago

  • 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

Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status NuGet version (blazor-dragdrop)
Related Projects