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
layoutproperty 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
explicitWidthprop to specify wheter the image wrapper should explicitely declare the width of the image or keep it fluid
- You can now specify
styleandimgStyleprops;
- Added
max-widthrule to inner<img>element;
- Changed the default
displayrule of the component toinline-blockto better replicate the behaviour of the default<img>element;