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 #792 #793

Merged
merged 1 commit into from Feb 2, 2022
Merged

fix #792 #793

merged 1 commit into from Feb 2, 2022

Conversation

obetomuniz
Copy link
Collaborator

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)
  • New/updated tests are included

Other information:

As reported on #792, the Event API is not returning action value properly due to the recent code isolations changes. This PR also update internal tests and demos to turn them into better Event API checkers

Copy link
Collaborator

@helderberto helderberto left a comment

Choose a reason for hiding this comment

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

Great work! 🚀

@helderberto helderberto linked an issue Feb 1, 2022 that may be closed by this pull request
@helderberto helderberto added this to In progress in Clipboard.js via automation Feb 1, 2022
@helderberto helderberto added the bug label Feb 1, 2022
@helderberto
Copy link
Collaborator

Just to check, you will create a new release with this fix? @obetomuniz

@obetomuniz
Copy link
Collaborator Author

Just to check, you will create a new release with this fix? @obetomuniz

Exactly!

@obetomuniz obetomuniz merged commit 7d675f5 into master Feb 2, 2022
Clipboard.js automation moved this from In progress to Done Feb 2, 2022
@helderberto helderberto deleted the fix/action-api-return branch February 2, 2022 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

Event action is now a function not a string
2 participants