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!: remove legacy modifier implementations #783

Merged
merged 2 commits into from
Nov 16, 2021
Merged

fix!: remove legacy modifier implementations #783

merged 2 commits into from
Nov 16, 2021

Conversation

ph-fritsche
Copy link
Member

@ph-fritsche ph-fritsche commented Nov 15, 2021

BREAKING CHANGE: {ctrl}, {del}, {esc} no longer describe a key. Use {Control}, {Delete}, {Escape} instead.
BREAKING CHANGE: {alt}, {ctrl}, {meta}, {shift} no longer imply not releasing the key. Use {Alt>}, {Control>}, {Meta>}, {Shift>} instead.

What:
Removed implementation for specialChars which were removed in #780

Why:

Closes #702

Checklist:

  • Documentation
  • Tests
  • Ready to be merged

BREAKING CHANGE: `{ctrl}`, `{del}`, `{esc}` no longer describe a key. Use `{Control}`, `{Delete}`, `{Escape}` instead.
BREAKING CHANGE: `{alt}`, `{ctrl}`, `{meta}`, `{shift}` no longer imply not releasing the key. Use `{Alt>}`, `{Control>}`, `{Meta>}`, `{Shift>}` instead.
@ph-fritsche ph-fritsche added this to the userEvent v14 milestone Nov 15, 2021
@ph-fritsche ph-fritsche linked an issue Nov 15, 2021 that may be closed by this pull request
@codesandbox-ci
Copy link

codesandbox-ci bot commented Nov 15, 2021

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 1772b2a:

Sandbox Source
userEvent-PR-template Configuration

@codecov
Copy link

codecov bot commented Nov 15, 2021

Codecov Report

Merging #783 (1772b2a) into alpha (d598fb6) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             alpha      #783   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           64        64           
  Lines         1393      1387    -6     
  Branches       544       542    -2     
=========================================
- Hits          1393      1387    -6     
Impacted Files Coverage Δ
src/keyboard/getNextKeyDef.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d598fb6...1772b2a. Read the comment docs.

@ph-fritsche ph-fritsche merged commit 051fe20 into alpha Nov 16, 2021
@ph-fritsche ph-fritsche deleted the deprecated branch November 16, 2021 09:04
@github-actions
Copy link

🎉 This PR is included in version 14.0.0-alpha.12 🎉

The release is available on:

Your semantic-release bot 📦🚀

ph-fritsche added a commit that referenced this pull request Nov 28, 2021
BREAKING CHANGE: `{ctrl}`, `{del}`, `{esc}` no longer describe a key. Use `{Control}`, `{Delete}`, `{Escape}` instead.

BREAKING CHANGE: `{alt}`, `{ctrl}`, `{meta}`, `{shift}` no longer imply not releasing the key. Use `{Alt>}`, `{Control>}`, `{Meta>}`, `{Shift>}` instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate and remove legacy type features
1 participant