tauri@2.0.0-beta.12
Ce contenu n’est pas encore disponible dans votre langue.
New Features
e227fe02f
(#9156) Allow plugins to define (at compile time) JavaScript that are initialized whenwithGlobalTauri
is true.
Enhancements
Bug Fixes
379cc2b35
(#9165) Fixbasename(path, 'ext')
JS API when removing all occurances ofext
where it should only remove the last one.
Dependencies
- Upgraded to
tauri-build@2.0.0-beta.10
- Upgraded to
tauri-utils@2.0.0-beta.10
- Upgraded to
tauri-runtime@2.0.0-beta.10
- Upgraded to
tauri-runtime-wry@2.0.0-beta.10
- Upgraded to
tauri-macros@2.0.0-beta.10
Breaking Changes
acdd76833
(#9155) RemovedApp/AppHandle::tray
andApp/AppHandle::remove_tray
, useApp/AppHandle::tray_by_id
andApp/AppHandle::remove_tray_by_id
instead. If these APIs were used to access tray icon configured intauri.conf.json
, you can useApp/AppHandle::tray_by_id
with IDmain
or the configured value.ea0242db4
(#9179) Removedwidth
andheight
methods on the JSImage
class, usesize
instead.
© 2024 Tauri Contributors. CC-BY / MIT