Releases: TeamWertarbyte/material-ui-image
Releases · TeamWertarbyte/material-ui-image
v3.0.0-pre.0
Ported to material-ui 1.0 beta
Changed:
- Random color is now pure white by default
- You can specify the error icon node
- You can spcifiy the loading node
Removed:
- Specific error icon stylings
- Specific loading stylings
Breaked:
- Material UI 1.0 is required
- Replaced onTouchTap with onClick handler
- React 16 is required
v2.1.1
v2.0.0
Added:
- Aspect ratio to keep image in shape even after resizing. For a 16:9 image provide
aspectRatio={(16/9)}
Changed:
- Replaced the refresh indicator with circular indicator
Break:
- If no aspect ratio is given it will fall back to 1:1. Please define one specifically otherwise your image will be a sqaure