Skip to content

v2.0.0

Compare
Choose a tag to compare
@braposo braposo released this 04 Jul 23:37
· 20 commits to master since this release
  • Converts components to use glamorous
  • Accepts any valid prop for Picture and FullsizePicture components (you can define alt tags for example)
  • Breaking: Uses css prop to override styles using glamorous, which can now accept objects, arrays and strings for styling. Previous style prop is now only for simple inline styles, like any other basic React component.
  • Breaking: Renames imageClassName and imageStyle to pictureCSS so it's semantically more accurate and avoid confusion