Skip to content
Tauri

@tauri-apps/api@1.3.0

  • Return correct type for event.payload in onResized and onMoved window event handlers.
    • 0b46637e fix(api): construct correct object for onResized and onMoved, closes #6507 (#6509) on 2023-04-03
  • Added the WindowOptions::contentProtected option and WebviewWindow#setContentProtected to change it at runtime.
  • Allow setting the text of the dialog buttons.
    • 00e1efaa feat: customize button texts of message dialog (#4383) on 2022-12-28
  • Add is_minimized() window method.
  • Add title getter on window.

© 2024 Tauri Contributors. CC-BY / MIT