mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-24 12:14:05 +03:00
c4410daa85
* feat(tray): add `enter`, `move` and `leave` events closes #8584 * update api example * check button state [skip ci] * fix enum [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.studio> Co-authored-by: Lucas Nogueira <lucas@tauri.app>
383 B
383 B
tauri | @tauri-apps/api |
---|---|
patch:breaking | 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
andMouseButton
enums. - Removed
ClickType
enum and replaced it withMouseButton
enum. - Added
MouseButtonState
enum.