Skip to content

Latest commit

 

History

History
313 lines (142 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

313 lines (142 loc) · 11.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.3 (2020-09-29)

0.1.2 (2020-09-18)

0.1.1 (2020-08-06)

0.1.0 (2020-08-06)

⚠ BREAKING CHANGES

  • changelog: Drop support for react before 16.8 and react-native before 0.59
  • incorporated imagepolyfill in codebase, removed from deps

Features

  • ✨ support maxHeight prop, reuse image cache on initial rendering to optimize the performance (e5055c8)
  • ✨Support all image props (4088b73)
  • animated image support (97ff786)
  • deps: bumped React to ^16.8 & React Native to ^0.59.0 (24edbc2)
  • ✨updateImageHeight with safe check (a2c9275)
  • incorporated imagepolyfill in codebase, removed from deps (bfdca6f)
  • onError: ✨Propagate errors to onError (4d9a14d)
  • onHeightChange: ✨Provides a new api to extract the calculated height. (18c86e6)
  • 🎉First Commit (243c394)

Bug Fixes

  • deps: update dependency expo to v38 (6b24bd8)

  • deps: update dependency react-native-web to ^0.13.0 (82d6270)

  • 🐛 fix Can't perform a React state update on an unmounted component. (035e6a8), closes #44

  • 🐛Fix hasLoaded logic (1b8264c)

  • add missing symbol (7498b82)

  • android crash at imagePolyfill (21dc084)

  • fix for fallback images (d825375)

  • for rn warning on componentWillReceiveProps (b4d194d)

  • rejection: 🐛Fix Possible Unhandled Promise Rejection warning. (02441ba), closes #4

  • trailing comma: 🐛 (89713a5)

  • changelog: 📝 commit a breaking change (03c9b81)

3.2.3 (2020-08-05)

3.2.3 (2020-08-05)

3.2.2 (2020-07-25)

Bug Fixes

  • 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)

Features

  • ✨ support maxCrossAxisSize prop, reuse image cache on initial rendering to optimize the performance (e5055c8)

3.1.3 (2020-05-07)

Bug Fixes

  • 🐛 fix Can't perform a React state update on an unmounted component. (035e6a8), closes #44

3.1.2 (2020-04-18)

Bug Fixes

3.1.1 (2020-04-04)

Bug Fixes

  • android crash at imagePolyfill (21dc084)

3.1.0 (2020-03-31)

Features

3.0.0 (2020-01-17)

⚠ BREAKING CHANGES

  • changelog: Drop support for react before 16.8 and react-native before 0.59

  • changelog: 📝 commit a breaking change (03c9b81)

Bug Fixes

  • fix for fallback images (d825375)

Features

  • deps: bumped React to ^16.8 & React Native to ^0.59.0 (24edbc2)

2.0.0 (2020-01-09)

⚠ BREAKING CHANGES

  • incorporated imagepolyfill in codebase, removed from deps

Features

  • incorporated imagepolyfill in codebase, removed from deps (bfdca6f)

1.1.3 (2019-10-16)

1.1.1 (2019-08-13)

Reverts

  • open collective: ⏪ revert changes to package.json (37f3b17)

1.1.0 (2019-03-07)

Features

  • ✨updateImageCrossAxisSize with safe check (a2c9275)

1.0.5 (2018-10-22)

Bug Fixes

  • 🐛Fix updating the image size after change of the source (cfe1566)

1.0.4 (2018-10-09)

Bug Fixes

  • 🐛Remove trailing comma (89713a5)

1.0.3 (2018-10-09)

Features

  • Allowing Image props.

1.0.2 (2018-10-07)

Features

  • Add type definitions.

1.0.1 (2018-07-13)

Features

  • Reformat codes.

1.0.0 (2018-01-18)

Features

  • Support local images and fallback sources.

Breaking changes.

  • Remove imageURL, use source instead.

0.4.0 (2018-01-16)

Features

  • onError: ✨Propagate errors to onError (4d9a14d)

0.3.4 (2017-12-20)

Features

  • Update image size on mainAxisSize change. (7a09dc0)

0.3.3 (2017-08-22)

Features

  • Optimize error handling from Image.getSize. (80158e7)

0.3.2 (2017-08-22)

Bug Fixes

  • rejection: 🐛Fix Possible Unhandled Promise Rejection warning. (02441ba), closes #4

0.3.1 (2017-08-08)

Bug Fixes

  • 🐛Fixed syntax error in index.js. (c384cd6)

0.3.0 (2017-07-31)

Features

  • onCrossAxisSizeChange: ✨Provides a new api to extract the calculated crossAxisSize. (18c86e6)

0.2.2 (2017-05-27)

Documents

  • Update documents.

0.2.1 (2017-04-24)

Bug Fixes

  • 🐛Fix hasLoaded logic (1b8264c)

0.2.0 (2017-04-24)

Features

  • ✨Support all image props (4088b73)

0.1.0 (2017-04-24)

Features