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

chore(package): upgrade keyboard-key #3390

Merged
merged 1 commit into from
Jan 18, 2019
Merged

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Jan 18, 2019

Fixes #3251

The latest release of keyboard-key now respects event objects that already have a key property. This should resolve many bugs like what was noted in the linked issue.

The long term fix there is to add locale support to keyboard-key. Namely, we'd need to handle the proper shift values for every keyboard locale. See the new Locale Caveat section over at keyboard-key.

@codecov-io
Copy link

Codecov Report

Merging #3390 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3390   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files         170      170           
  Lines        2809     2809           
=======================================
  Hits         2806     2806           
  Misses          3        3

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 a03d7dc...5af632b. Read the comment docs.

@levithomason levithomason merged commit 28f81b2 into master Jan 18, 2019
@levithomason levithomason deleted the chore/upgrade-keyboard-key branch January 18, 2019 02:02
@levithomason
Copy link
Member Author

Released in semantic-ui-react@0.85.0.

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.

Docs: make the filter keyboard shortcut other than "/" (for international keyboards)
2 participants