Apply Version Updates From Current Changes #18
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
tauri-utils
[1.0.0-rc.4]
MacConfig.minimumSystemVersion
if the value is set to an empty string.tauri-bundler
[1.0.0-rc.4]
MacConfig.minimumSystemVersion
if the value is set to an empty string.tauri-runtime
[0.3.4-rc.0]
WindowEvent
enum instead of a having a dedicated handler.WindowEvent::FileDrop
, closes #3664 (#3686) on 2022-03-13create_proxy
to theRuntime
andRuntimeHandle
traits.FileDropEvent
struct to thewindow
module.WindowEvent::FileDrop
, closes #3664 (#3686) on 2022-03-13WindowEvent::FileDrop
variant.WindowEvent::FileDrop
, closes #3664 (#3686) on 2022-03-13tauri-runtime-wry
[0.3.4-rc.0]
WindowEvent
enum instead of a having a dedicated handler.WindowEvent::FileDrop
, closes #3664 (#3686) on 2022-03-13create_proxy
to theRuntime
andRuntimeHandle
traits.tao::window::WindowId
to not block the thread waiting for the event loop to process the window creation.WindowEvent::FileDrop
variant.WindowEvent::FileDrop
, closes #3664 (#3686) on 2022-03-13tauri-codegen
[1.0.0-rc.4]
MacConfig.minimumSystemVersion
if the value is set to an empty string.tauri-macros
[1.0.0-rc.4]
MacConfig.minimumSystemVersion
if the value is set to an empty string.tauri-build
[1.0.0-rc.5]
build
panic.tauri
[1.0.0-rc.5]
on_web_resource_request
handler.tauri://
events are no longer emitted to listeners usingWindow::listen
. Use theApp::run
closure,Window::on_window_event
andWindow::on_menu_event
instead.Debug
fortauri::State
.Manager::manage
function now returns a bool indicating whether the type is already managed or not.Manager::manage
(#3682) on 2022-03-13App::run
closure.WindowEvent::FileDrop
variant.WindowEvent::FileDrop
, closes #3664 (#3686) on 2022-03-13cli.js
[1.0.0-rc.8]
tauri.conf.json
file to be git ignored on the path lookup function.minimumSystemVersion: null
from the application template configuration.info
subcommand output.cli.rs
[1.0.0-rc.8]
tauri.conf.json
file to be git ignored on the path lookup function.minimumSystemVersion: null
from the application template configuration.info
subcommand output.