Skip to content

Commit

Permalink
[FEI-5533-part1] Update changeset to indicate major breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcysutton committed Jan 13, 2025
1 parent 226b4e7 commit 3eea444
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .changeset/mean-cherries-press.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
"@khanacademy/wonder-blocks-clickable": minor
"@khanacademy/wonder-blocks-dropdown": minor
"@khanacademy/wonder-blocks-core": minor
"@khanacademy/wonder-blocks-clickable": major
"@khanacademy/wonder-blocks-dropdown": major
"@khanacademy/wonder-blocks-core": major
---

Fixes keyboard tests in Dropdown and Clickable with specific key events. We now check event.key instead of event.which or event.keyCode to match the keys returned from Testing Library/userEvent.
Fixes keyboard tests in Dropdown and Clickable with specific key events. We now check `event.key` instead of `event.which` or `event.keyCode` to remove deprecated event properties and match the keys returned from Testing Library/userEvent.

0 comments on commit 3eea444

Please sign in to comment.