tauri@2.0.0-alpha.16
Ce contenu n’est pas encore disponible dans votre langue.
New Features
c085adda
(#8009) Addedset_progress_bar
toWindow
.c1ec0f15
(#7933) AddedWindow::set_always_on_bottom
and thealways_on_bottom
option when creating a window.880266a7
(#8031) Bump the MSRV to 1.70.ed32257d
(#7794) On Windows, addEffect::Tabbed
,Effect::TabbedDark
andEffect::TabbedLight
effects.
Enhancements
What’s Changed
fb10b879
(#8039) Added theapp
plugin back into core.c9a9246c
(#8007) Added thewindow
plugin back into core.
Dependencies
- Upgraded to
tauri-runtime@1.0.0-alpha.3
- Upgraded to
tauri-runtime-wry@1.0.0-alpha.4
- Upgraded to
tauri-utils@2.0.0-alpha.9
- Upgraded to
tauri-build@2.0.0-alpha.10
- Upgraded to
tauri-macros@2.0.0-alpha.9
Breaking Changes
-
a63e71f9
(#7942) The initialization script forBuilder::invoke_system
now must initialize thewindow.__TAURI_INTERNALS__.postMessage
function instead ofwindow.__TAURI_POST_MESSAGE__
. -
12b8d18b
(#7875) - Removedtauri::path::Error
and added its variants totauri::Error
- Removed
tauri::path::Result
andtauri::plugin::Result
aliases, you should usetauri::Result
or your ownResult
type.
- Removed
-
8b166e9b
(#7949) ChangedTAURI_AUTOMATION
toTAURI_WEBVIEW_AUTOMATION
-
2558fab8
(#7939) This release contains a number of breaking changes to improve the consistency of tauri internals and the public facing APIs and simplifying the types where applicable:- Removed
EventHandler
type. - Added
EventId
type - Changed
Manager::listen_global
andWindow::listen
to return the newEventId
type instead ofEventHandler
. - Removed the return type of
Manager::once_global
andWindow::once
- Changed
Manager::unlisten
andWindow::unlisten
to take he newEventId
type. - Added
tauri::scope::ScopeEventId
- Changed
FsScope::listen
to return the newScopeEventId
instead ofUuid
. - Added
FsScope::unlisten
- Removed
© 2024 Tauri Contributors. CC-BY / MIT