-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Prepare 0.15.2 release #4572
Prepare 0.15.2 release #4572
Conversation
alphabetize styles Update CalendarYear.js add prepareStyles
Currently it is only possible to style the icon if the entire MenuItem is in desktop mode. Be consistent with the right icon and allow styling.
Affects the following components: Checkbox, DatePicker, EnhancedTextarea, IconButton, ListItem, MenuItem, RadioButton, SelectField, Stepper, Table, TextField, Toggle
some values of a style can be nulls and doesnt need a replacement. we need to skeep them. Plese not that in the cases like 'direction' (#L44) we want replacment for null anyway. So only when we invoke function we check for null. Fix for this issue: mui#4364
…tial tab selection.
Continuation of mui#4531. There are several cases where `onMouseLeave` (which normally unsets the `hovered` state won't be called). One of those is if you disable a button within the `onTouchTap` method. This check ensures that a button will never be disabled but have an internal hovered state. Closes mui#4531.
@callemall/material-ui I think this is ready. please have a look 😁 |
Rebase gone wrong 😱 |
When is it expected to be released? My console gives me a heart attack every single time I look at it 😁 |
Just started using it. Another heart attack here. |
These mini-heart attacks from this error are really shaving days off my life 💀. For the future, is there a way to suppress such errors? |
Guys we actually still waiting the new release ... any updates ?? |
yeah me too. it's not yet fixed on the latest version. |
Could you give more details? |
Take SelectableList for example (also visit material-ui Selectable List )
Warning is:
Versions:
|
@qiuchengw You need to use |
@callemall/material-ui Take a look please. I hope this release will fix all the shortcomings of the last one.