Skip to content

Releases: mui/material-ui

v0.2.1

08 Nov 19:58
Compare
Choose a tag to compare
  • Fixed icon font reference. We're now including it as part of the project
    instead of an npm dependency.

v0.2.0

08 Nov 00:15
Compare
Choose a tag to compare
  • Icon
  • 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

v0.1.29

05 Nov 20:03
Compare
Choose a tag to compare
  • css fix on paper component
  • hover transition fix on buttons
  • removed selected state on drop down icon component
  • css fix on left nav component
  • added prop on left nav component to allow left nav to be docked and hidden