Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(event): handle AnyLabel listeners in emit_to #11581

Merged
merged 3 commits into from
Nov 4, 2024

Conversation

Mikkel-T
Copy link
Contributor

@Mikkel-T Mikkel-T commented Nov 4, 2024

closes #11561

This Pull Request changes how AnyLabel is interpreted when using the event system. For more info, see issue #11561

@Mikkel-T Mikkel-T requested a review from a team as a code owner November 4, 2024 10:04
Copy link
Contributor

github-actions bot commented Nov 4, 2024

Package Changes Through 61d6d24

There are 7 changes which include tauri with patch, tauri-bundler with patch, tauri-cli with patch, @tauri-apps/cli with patch, tauri-runtime-wry with patch, @tauri-apps/api with patch, tauri-runtime with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
@tauri-apps/api 2.0.3 2.0.4
tauri-bundler 2.0.4 2.0.5
tauri-runtime 2.1.1 2.1.2
tauri-runtime-wry 2.1.2 2.1.3
tauri 2.0.6 2.0.7
@tauri-apps/cli 2.0.4 2.0.5
tauri-cli 2.0.4 2.0.5

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

Copy link
Member

@amrbashir amrbashir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, this LGTM, could you just add a change file in .changes directory?

@Mikkel-T Mikkel-T requested a review from amrbashir November 4, 2024 12:17
Copy link
Member

@amrbashir amrbashir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@amrbashir amrbashir changed the title fix(event): handle AnyLabel correct (fix: #11561) fix(event): handle AnyLabel listeners in emit_to Nov 4, 2024
@amrbashir amrbashir merged commit f8994b2 into tauri-apps:dev Nov 4, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] v2 Event system: AnyLabel isn't handled correct
2 participants