You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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