mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-27 21:16:22 +03:00
11 lines
383 B
Markdown
11 lines
383 B
Markdown
|
---
|
||
|
"tauri": "patch:breaking"
|
||
|
"@tauri-apps/api": "patch:breaking"
|
||
|
---
|
||
|
|
||
|
This release contains breaking changes to the tray event structure because of newly added events:
|
||
|
- Changed `TrayIconEvent` to be an enum instead of a struct.
|
||
|
- Added `MouseButtonState` and `MouseButton` enums.
|
||
|
- Removed `ClickType` enum and replaced it with `MouseButton` enum.
|
||
|
- Added `MouseButtonState` enum.
|