All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.5 (2018-10-22)
- 🐛Fix updating the image size after change of the source (cfe1566)
1.0.4 (2018-10-09)
- 🐛Remove trailing comma (89713a5)
1.0.3 (2018-10-09)
- Allowing Image props.
1.0.2 (2018-10-07)
- Add type definitions.
1.0.1 (2018-07-13)
- Reformat codes.
1.0.0 (2018-01-18)
- Support local images and fallback sources.
- Remove
imageURL
, usesource
instead.
0.4.0 (2018-01-16)
- onError: ✨Propagate errors to onError (4d9a14d)
0.3.4 (2017-12-20)
- Update image size on width change. (7a09dc0)
0.3.3 (2017-08-22)
- Optimize error handling from
Image.getSize
. (80158e7)
0.3.2 (2017-08-22)
0.3.1 (2017-08-08)
- 🐛Fixed syntax error in index.js. (c384cd6)
0.3.0 (2017-07-31)
- onHeightChange: ✨Provides a new api to extract the calculated height. (18c86e6)
0.2.2 (2017-05-27)
- Update documents.
0.2.1 (2017-04-24)
- 🐛Fix hasLoaded logic (1b8264c)
0.2.0 (2017-04-24)
- ✨Support all image props (4088b73)
- 🎉First Commit (243c394)