コンテンツにスキップ
Tauri

@tauri-apps/api@2.5.0

このコンテンツはまだ日本語訳がありません。

New Features

  • 66e6325f4 (#13136) Allow passing the callback as the parameter of constructor of Channel so you can use it like this new Channel((message) => console.log(message))

  • ea36294cb (#13208) Added disableInputAccessoryView: bool config 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::allowLinkPreview
    • WebviewOptions::allowLinkPreview
  • b072e2b29 (#9687) Add preventOverflow config option to prevent the window from overflowing the monitor size on creation

  • dd4f13ce4 (#13185) Added app.setDockVisibility for macOS.

Enhancements

  • b8f86669a (#13145) core.isTauri now leverages globalThis instead of window in order to be used in unit tests.

Bug Fixes

  • 66e6325f4 (#13136) Fix Channel’s callback attached to window never cleaned up

© 2025 Tauri Contributors. CC-BY / MIT