Skip to content

Commit

Permalink
update change file
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 11, 2023
1 parent 98922fc commit e9dfd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .changes/tauri-event-system-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ The event system APIS on Rust is recieving a few changes for consistency and qua
- Added `Manager::emit_filter`.
- Removed `Window::emit`, and moved the implementation to `Manager::emit`.
- Removed `Window::emit_and_trigger` and `Window::trigger`, use `Window::emit` instead.
- Changed `Window::emit_to` to only trigger the target window listeners so it won't be catched by `Manager::listen_global`

0 comments on commit e9dfd7e

Please sign in to comment.