@tauri-apps/api@2.6.0
このコンテンツはまだ日本語訳がありません。
New Features
50ebddaa2
(#13319 by @kingsword09) Expose thesetAutoResize
API for webviews in@tauri-apps/api
.267368fd4
(#13276 by @amrbashir) AddMonitor.workArea
field.
Bug Fixes
23b9da75b
(#13324 by @kingsword09) Fixed path joining behavior wherepath.join('', 'a')
incorrectly returns “/a” instead of “a”.b985eaf0a
(#13306 by @lucasfernog) Immediately unregister event listener when the unlisten function is called.
What’s Changed
b5c549d18
(#13325 by @Legend-Master)transformCallback
now registers the callbacks insidewindow.__TAURI_INTERNALS__.callbacks
instead of directly onwindow['_{id}']
© 2025 Tauri Contributors. CC-BY / MIT