-
Notifications
You must be signed in to change notification settings - Fork 469
feat: Add pointer events #295
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
feat: Add pointer events #295
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super. Thank you!
@all-contributors please add @eps1lon for tests |
I've put up a pull request to add @eps1lon! 🎉 |
Thanks so much for your help! I've added you as a collaborator on the project. Please make sure that you review the |
🎉 This PR is included in version 5.4.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Add Pointer events to
fireEvent
.Why:
Consistent with other implemented events
How:
Add each event in https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events#Event_types_and_Global_Event_Handlers and use defaults as described in the corresponding event page e.g. https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/gotpointercapture_event
Checklist:
[ ] Documentation added to theDon't think that's necessary since I didn't find docs for specific events.docs site