Skip to content

Releases: crabnebula-dev/drag-rs

tauri-plugin-drag v2.0.0

22 Oct 13:09
f85dee3
Compare
Choose a tag to compare

[2.0.0]

Dependencies

tauri-plugin-drag-as-window v2.0.0

22 Oct 13:11
f85dee3
Compare
Choose a tag to compare

[2.0.0]

Dependencies

drag v2.0.0

22 Oct 13:08
f85dee3
Compare
Choose a tag to compare

[2.0.0]

@crabnebula/tauri-plugin-drag v2.0.0

22 Oct 13:07
f85dee3
Compare
Choose a tag to compare

[2.0.0]

@crabnebula/tauri-plugin-drag-as-window v2.0.0

22 Oct 13:07
f85dee3
Compare
Choose a tag to compare

tauri-plugin-drag v0.3.1

25 Apr 11:28
9faf7bb
Compare
Choose a tag to compare

[0.3.1]

  • 6698e65 Target ES2019 for macOS 10.14 compatibility.

tauri-plugin-drag-as-window v0.1.1

25 Apr 11:30
9faf7bb
Compare
Choose a tag to compare

[0.1.1]

  • 6698e65 Target ES2019 for macOS 10.14 compatibility.

tauri-plugin-drag v0.3.0

31 Jan 11:24
e308810
Compare
Choose a tag to compare

[0.3.0]

  • dd3f087(#25) Changed the onEvent callback payload from DragResult to { result: DragResult, cursorPos: CursorPosition }.

Dependencies

tauri-plugin-drag-as-window v0.1.0

31 Jan 11:26
e308810
Compare
Choose a tag to compare

[0.1.0]

Dependencies

drag v0.4.0

31 Jan 11:23
e308810
Compare
Choose a tag to compare

[0.4.0]

  • 639e0fd Added the cursor position of the drop event as the start_drag callback closure second argument.
  • 639e0fd Added Options as the last argument of the start_drag function.