Skip to content

Releases: TeamWertarbyte/material-ui-image

v3.0.0-pre.0

19 Oct 14:13
Compare
Choose a tag to compare
v3.0.0-pre.0 Pre-release
Pre-release

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

19 Oct 13:05
Compare
Choose a tag to compare

Updated peerDependencies to support react 16 (#13)

v2.0.0

07 Oct 16:28
Compare
Choose a tag to compare

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

v1.4.1

06 Jul 21:58
Compare
Choose a tag to compare

Changed

  • Fix regression introduced in v1.4.0: Image not exported as named export anymore

v1.4.0

05 Jul 08:18
Compare
Choose a tag to compare
1.4.0