Skip to content

Latest commit

 

History

History
166 lines (68 loc) · 4.07 KB

CHANGELOG.md

File metadata and controls

166 lines (68 loc) · 4.07 KB

Change Log

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

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 width 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

  • onHeightChange: ✨Provides a new api to extract the calculated height. (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