Skip to content

Latest commit

 

History

History
240 lines (127 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

240 lines (127 loc) · 13.9 KB

Changelog

[2.2.0]

  • 3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.

Dependencies

[2.0.2]

Dependencies

[2.0.4]

  • 76f99ce9 (#2108 by @FabianLars) The Dialog struct is now correctly exported, primarily to fix the documentation on docs.rs.

Dependencies

[2.0.3]

Dependencies

[2.0.1]

[2.0.1]

Dependencies

[2.0.0]

  • e2c4dfb6 Update to tauri v2 stable release.

Dependencies

[2.0.0-rc.8]

Dependencies

breaking

  • 04459afb (#1842 by @Legend-Master) Changed MessageDialogBuilder::ok_button_label and MessageDialogBuilder::cancel_button_label to MessageDialogBuilder::buttons which takes an enum now

[2.0.0-rc.7]

Dependencies

[2.0.0-rc.6]

Dependencies

[2.0.0-rc.5]

Dependencies

[2.0.0-rc.4]

Dependencies

breaking

  • 0cb99bda (#1706 by @lucasfernog) If no filters are specified, the file picker dialog now defaults to a file selection instead of photos.

feat

[2.0.0-rc.1]

[2.0.0-rc.2]

[2.0.0-rc.1]

feat

changes

[2.0.0-rc.0]

[2.0.0-beta.8]

[2.0.0-beta.7]

[2.0.0-beta.6]

[2.0.0-beta.5]

[2.0.0-beta.4]

[2.0.0-beta.3]

[2.0.0-beta.6]

Dependencies

[2.0.0-beta.5]

  • bb51a41(#1168) Breaking Change: All apis that return paths to the frontend will now remove the \\?\ UNC prefix on Windows.

Dependencies

[2.0.0-beta.4]

  • 4cd8112(#1056) Fixed an issue where dialogs on android would return the Content URI instead of the file path

Dependencies

[2.0.0-beta.3]

  • 35ea595(#1073) Fixed an issue where the dialog apis panicked when they were called with no application windows open.
  • a04ea2f(#1071) The global API script is now only added to the binary when the withGlobalTauri config is true.

Dependencies

[2.0.0-beta.2]

  • aa25c91(#978) Allow configuring canCreateDirectories for open and save dialogs on macOS, if not configured, it will be set to true by default.
  • 99bea25(#1005) Update to tauri beta.8.

[2.0.0-beta.1]

[2.0.0-beta.0]

[2.0.0-alpha.7]

Dependencies

[2.0.0-alpha.5]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.13.

[2.0.0-alpha.4]

  • 387c2f9(#802) Update to @tauri-apps/api v2.0.0-alpha.12.
  • 2e2c0a1(#769) Fix incorrect result for dialog messages.

[2.0.0-alpha.3]

  • e438e0a(#676) Update to @tauri-apps/api v2.0.0-alpha.11.

[2.0.0-alpha.2]

  • 5c13736(#673) Update to @tauri-apps/api v2.0.0-alpha.9.

[2.0.0-alpha.2]

Dependencies

[2.0.0-alpha.1]

[2.0.0-alpha.0]

  • 717ae67(#371) First v2 alpha release! d6e80b)(#545) Fixes docs.rs build by enabling the tauri/dox feature flag.