-
Notifications
You must be signed in to change notification settings - Fork 825
Migrate from classnames to nicer clsx #855
Conversation
|
The size is slightly bigger because material ui still uses classnames but I'm working on it. |
Codecov Report
@@ Coverage Diff @@
## develop #855 +/- ##
==========================================
Coverage ? 92.75%
==========================================
Files ? 47
Lines ? 1338
Branches ? 171
==========================================
Hits ? 1241
Misses ? 70
Partials ? 27
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## develop #855 +/- ##
==========================================
Coverage ? 92.75%
==========================================
Files ? 47
Lines ? 1338
Branches ? 171
==========================================
Hits ? 1241
Misses ? 70
Partials ? 27
Continue to review full report at Codecov.
|
* Rename ExtendWrapper.d.ts to ExtendWrapper.ts to make it generate defenition file * Release 2.1.1 * [docs] Make code highlighting use dark theme in dark mode (#852) * Fix improper dispaying of highlighted code, use current theme for highlighting * Remove unused markup highlight syntax * [DateTimePicker] Add more consistent padding for 24h mode (#851) * Migrate from classnames to nicer clsx (#855) * Migrate from classnames to nicer clsx * Update size snapshot * Remove keycode in favour of event.key (#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 * Fix direction of leaving item (#873) Fix incorrect leaving direction of Calendar animation * Add yarn example to README.md * Update packages (#878) * [#865] Properly type inputProps (#879) * [#865] Properly type inputProps * Add usage of InputLabelProps for checking typing of extended props * Add `KeyboardButtonProps` for spreading props onto Keyboard IconButton (#880) * add `KeyboardButtonProps` for Keyboard Icon Button (#842) * Add Unit test * Release 2.1.2
|
seems like my setup can't handle *.mjs files properly? |
|
@FranBran Do you use typescript? |
Description