-
Notifications
You must be signed in to change notification settings - Fork 249
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!: remove deprecated keyboard features #780
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 0354e28:
|
Codecov Report
@@ Coverage Diff @@
## alpha #780 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 65 64 -1
Lines 1403 1394 -9
Branches 549 545 -4
=========================================
- Hits 1403 1394 -9
Continue to review full report at Codecov.
|
BREAKING CHANGE: Behavior for special key descriptor `{selectall}` has been removed.
BREAKING CHANGE: Support for `keyCode` property on keyboard events has been removed.
9007632
to
0354e28
Compare
🎉 This PR is included in version 14.0.0-alpha.11 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix!: remove `specialChars` * fix!: remove `keyCode` BREAKING CHANGE: Behavior for special key descriptor `{selectall}` has been removed. BREAKING CHANGE: Support for `keyCode` property on keyboard events has been removed.
What:
Remove deprecated features of old type implementation.
Why:
Closes #702
How:
specialChars
keyCode
Checklist:
Additional information
Based on #779 which unblocks the removal of
{selectall}
Remaining
keyboardState.carryValue
is internal and can be removed in arefactor
once behavior plugins fortime
anddate
input are rewritten.