-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: replace pointer implementations (#754)
* add dblclick event * add `pointerId` and `pointerType` to `click` * bind APIs to userEvent instance * no mouse events on disabled elements * fix which elements bubble * replace hover implementation * fix events on disabled elements * fix button * fix buttons * replace click * remove unused utils * branch coverage BREAKING CHANGE: The implementation of pointer related APIs was replaced. This might break tests relying on unintended side-effects of the previous implementation.
- Loading branch information
1 parent
d7253ee
commit e919184
Showing
33 changed files
with
973 additions
and
1,099 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.