Releases: mui/material-ui
Releases · mui/material-ui
v0.2.2
- Changed project structure to be less confusing. Material-UI components/styles live in the src directory.
Docs site code lives in the docs directory. This still allows us to easily test components in the docs site
as we are working on them. - Added .editorconfig to help keep code formatting consistent among contributors. See http://editorconfig.org/
- Fixed drop down display issue in safari
- Fixed nested menu arrow icon
- Added hover transitions to menus
- Improved ripple animation on buttons
v0.2.1
v0.2.0
- Icon
- Added all font icons from the unoffical material design icon font:
https://github.com/designjockey/material-design-fonticons - All icon names had to change because of this. Sorry. :(
- Added all font icons from the unoffical material design icon font:
- PaperButton
- Added href prop
- Css fixes
- Dialog
- Added onShow event
- Children contents of the dialog is only rendered if the dialog is opened
- LeftNav
- Fixed a bug that caused docked LeftNav component to close on menu click
- Removed isInitiallyOpen prop
- Input
- onLineBreak event now passes back event (e) on callback