You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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