Releases: crabnebula-dev/drag-rs
Releases · crabnebula-dev/drag-rs
@crabnebula/tauri-plugin-drag v0.3.0
[0.3.0]
dd3f087
(#25) Changed the onEvent callback payload from DragResult
to { result: DragResult, cursorPos: CursorPosition }
.
@crabnebula/tauri-plugin-drag-as-window v0.1.0
@crabnebula/tauri-plugin-drag v0.2.2
[0.2.2]
dcafc76
Fixes package ignoring dist files.
@crabnebula/tauri-plugin-drag v0.2.1
[0.2.1]
4d0ce4f
Fixes package missing dist files.
tauri-plugin-drag v0.2.0
[0.2.0]
1449076
The startDrag
function now takes an argument for a callback function for the operation result (either Dragged
or Cancelled
).
f58ed78
The startDrag
function can now be used to drag arbitrary data strings on macOS (e.g. Final Cut Pro XMLs).
Dependencies
drag v0.3.0
[0.3.0]
f58ed78
Added DragItem::Drag
variant (supported on macOS) to drag a buffer (e.g. Final Cut Pro XMLs).
1449076
The start_drag
function now takes a closure for the operation result (either DragResult::Dropped
or DragResult::Cancelled
).
@crabnebula/tauri-plugin-drag v0.2.0
[0.2.0]
1449076
The startDrag
function now takes an argument for a callback function for the operation result (either Dragged
or Cancelled
).
f58ed78
The startDrag
function can now be used to drag arbitrary data strings on macOS (e.g. Final Cut Pro XMLs).
@crabnebula/tauri-plugin-drag v0.1.0