tauri@2.0.0-beta.3
Ce contenu n’est pas encore disponible dans votre langue.
New Features
-
16e550ec
(#8844) Add webview-specific events for multi-webview windows:- Add
WebviewEvent
enum - Add
RunEvent::WebviewEvent
variant. - Add
Builder::on_webview_event
andWebview::on_webview_event
methods.
- Add
Enhancements
11a5816b
(#8864) A file-drop now allows sub-directories recursively when the path is a directory.0cb0a15c
(#8789) Addwebviews
array on the capability for usage on multiwebview contexts.258494bd
(#8806) AddedManager::add_capability
to add a capability file at runtime.5618f6d2
(#8856) Relax requirements on plugin’s identifiers to be alphanumeric and-
instead of only lower alpha and-
.
Bug Fixes
16e550ec
(#8844) Fix JS event listeners registered using JSlisten
api withEventTarget::Any
never fired.8751c329
(#8793) Fix invoking toggle devtools by hotkey.bd73ab0a
(#8766) When using the multiwebview mode, properly remove the webview from memory onWebview::close
.46b6598a
(#8826) Fix JSonCloseRequested
catching close event from other windows.2e6db908
(#8777) Fix regression intauri::Error
not beingSync
.
What’s Changed
76ce9f61
(#3002) Enhance centering a newly created window, it will no longer jump to center after being visible.
Dependencies
- Upgraded to
tauri-utils@2.0.0-beta.2
- Upgraded to
tauri-build@2.0.0-beta.2
- Upgraded to
tauri-macros@2.0.0-beta.2
- Upgraded to
tauri-runtime-wry@2.0.0-beta.2
- Upgraded to
tauri-runtime@2.0.0-beta.2
Breaking Changes
258494bd
(#8806) Removed the lifetime parameter fromipc::GlobalScope
andipc::CommandScope
.f284f9c5
(#8898) Changed the capabilityremote
configuration to take a list ofurls
instead ofdomains
for more flexibility.2f55bfec
(#8795) Update raw-window-handle to 0.6.2e6db908
(#8777) RequireScopeObject::Error
to beSync
as well.
© 2024 Tauri Contributors. CC-BY / MIT