All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.2.4 (2021-02-04)
- supports
ImageBackground
@SoniaComp
3.2.3 (2020-10-17)
- deps: update dependency expo to v39 (9cf60e4)
- deps: update dependency react to v16.14.0 (ed45e7e)
- deps: update dependency react-native-web to ^0.14.0 (1ad617f)
3.2.2 (2020-07-25)
- deps: update dependency expo to v38 (6b24bd8)
- deps: update dependency react-native-web to ^0.13.0 (82d6270)
3.2.1 (2020-06-08)
3.2.0 (2020-05-27)
- ✨ support
maxHeight
prop, reuse image cache on initial rendering to optimize the performance (e5055c8)
3.1.3 (2020-05-07)
3.1.2 (2020-04-18)
- add missing symbol (7498b82)
3.1.1 (2020-04-04)
- android crash at imagePolyfill (21dc084)
3.1.0 (2020-03-31)
- animated image support (97ff786)
3.0.0 (2020-01-17)
-
changelog: Drop support for react before 16.8 and react-native before 0.59
-
changelog: 📝 commit a breaking change (03c9b81)
- fix for fallback images (d825375)
- deps: bumped React to ^16.8 & React Native to ^0.59.0 (24edbc2)
2.0.0 (2020-01-09)
- incorporated imagepolyfill in codebase, removed from deps
- incorporated imagepolyfill in codebase, removed from deps (bfdca6f)
1.1.3 (2019-10-16)
1.1.1 (2019-08-13)
- open collective: ⏪ revert changes to package.json (37f3b17)
1.1.0 (2019-03-07)
- ✨updateImageHeight with safe check (a2c9275)
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)