All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for inline blocks
layout
property to Image component
- Default layout is now
intrinsic
, so the image the image will scale the dimensions down for smaller viewports, but maintain the original dimensions for larger viewports
- Support for IE11
- Hide placeholder base64 when actual image is loaded
explicitWidth
prop to specify wheter the image wrapper should explicitely declare the width of the image or keep it fluid
- You can now specify
style
andimgStyle
props;
- Added
max-width
rule to inner<img>
element;
- Changed the default
display
rule of the component toinline-block
to better replicate the behaviour of the default<img>
element;