forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove keycode in favour of event.key (mui#859)
* Remove keycode in favour of event.key Ref https://twitter.com/olivtassinari/status/1084819202412818432 We can already see size improvement (which will be visible for end user only after material-ui upgrade) in 1.5kB. * Fix test
- Loading branch information
1 parent
25571bf
commit 659f981
Showing
7 changed files
with
28 additions
and
31 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"build/dist/material-ui-pickers.esm.js": { | ||
"bundled": 105990, | ||
"minified": 61649, | ||
"gzipped": 14542, | ||
"bundled": 105952, | ||
"minified": 61625, | ||
"gzipped": 14531, | ||
"treeshaked": { | ||
"rollup": { | ||
"code": 48352, | ||
"import_statements": 1317 | ||
"code": 48350, | ||
"import_statements": 1294 | ||
}, | ||
"webpack": { | ||
"code": 55348 | ||
"code": 55301 | ||
} | ||
} | ||
}, | ||
"build/dist/material-ui-pickers.umd.js": { | ||
"bundled": 219234, | ||
"minified": 94953, | ||
"gzipped": 25382 | ||
"bundled": 214636, | ||
"minified": 93497, | ||
"gzipped": 24654 | ||
}, | ||
"build/dist/material-ui-pickers.umd.min.js": { | ||
"bundled": 199462, | ||
"minified": 89267, | ||
"gzipped": 24165 | ||
"bundled": 194864, | ||
"minified": 87812, | ||
"gzipped": 23434 | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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