@tauri-apps/api@2.5.0
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
New Features
Section titled “New Features”-
66e6325f4(#13136) Allow passing the callback as the parameter of constructor ofChannelso you can use it like thisnew Channel((message) => console.log(message)) -
ea36294cb(#13208) AddeddisableInputAccessoryView: boolconfig for iOS. -
c1cd0a2dd(#13090) macOS/iOS: add option to disable or enable link previews when building a webview (the webkit api has it enabled by default)WindowOptions::allowLinkPreviewWebviewOptions::allowLinkPreview
-
b072e2b29(#9687) AddpreventOverflowconfig option to prevent the window from overflowing the monitor size on creation
Enhancements
Section titled “Enhancements”b8f86669a(#13145)core.isTaurinow leveragesglobalThisinstead ofwindowin order to be used in unit tests.
Bug Fixes
Section titled “Bug Fixes”© 2026 Tauri Contributors. CC-BY / MIT