24 Commits

Author SHA1 Message Date
semantic-release-bot
7f080bf0e1 chore(release): 6.0.3 [skip ci]
## [6.0.3](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.2...v6.0.3) (2019-06-03)

### Bug Fixes

* Add tintColor type definition. ([4adf42f](https://github.com/DylanVann/react-native-fast-image/commit/4adf42f))
2019-06-03 23:48:58 +00:00
semantic-release-bot
4e87892159 chore(release): 6.0.2 [skip ci]
## [6.0.2](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.1...v6.0.2) (2019-06-03)

### Bug Fixes

* Upgrade vendored SDWebImage to v5.0.5. ([5016172](https://github.com/DylanVann/react-native-fast-image/commit/5016172)), closes [#489](https://github.com/DylanVann/react-native-fast-image/issues/489)
2019-06-03 17:29:18 +00:00
semantic-release-bot
2847936373 chore(release): 6.0.1 [skip ci]
## [6.0.1](https://github.com/DylanVann/react-native-fast-image/compare/v6.0.0...v6.0.1) (2019-05-25)

### Bug Fixes

* Fix local resource cache issue on Android. ([#472](https://github.com/DylanVann/react-native-fast-image/issues/472)) ([5f65383](https://github.com/DylanVann/react-native-fast-image/commit/5f65383)), closes [#402](https://github.com/DylanVann/react-native-fast-image/issues/402)
2019-05-25 21:39:13 +00:00
semantic-release-bot
f1ea74950d chore(release): 6.0.0 [skip ci]
# [6.0.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.2...v6.0.0) (2019-05-08)

### Features

* Upgrade to SDWebImage 5.0. ([#454](https://github.com/DylanVann/react-native-fast-image/issues/454)) ([8a216e2](https://github.com/DylanVann/react-native-fast-image/commit/8a216e2)), closes [#447](https://github.com/DylanVann/react-native-fast-image/issues/447)

### BREAKING CHANGES

* Upgrade SDWebImage, may affect some projects and CocoaPods users.

Fix the bug of `cacheOnly` behavior
2019-05-08 02:10:41 +00:00
semantic-release-bot
42e811a01e chore(release): 5.4.2 [skip ci]
## [5.4.2](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.1...v5.4.2) (2019-05-03)

### Bug Fixes

* Fix dependency versions not specified in podfile. ([89f3379](https://github.com/DylanVann/react-native-fast-image/commit/89f3379)), closes [#456](https://github.com/DylanVann/react-native-fast-image/issues/456)
2019-05-03 23:18:45 +00:00
semantic-release-bot
14f4e4e9c8 chore(release): 5.4.1 [skip ci]
## [5.4.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.4.0...v5.4.1) (2019-05-03)

### Bug Fixes

* Fix wildcard peer dependencies. ([7149420](https://github.com/DylanVann/react-native-fast-image/commit/7149420)), closes [#440](https://github.com/DylanVann/react-native-fast-image/issues/440)
2019-05-03 23:02:45 +00:00
semantic-release-bot
298759fd4e chore(release): 5.4.0 [skip ci]
# [5.4.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.3.0...v5.4.0) (2019-05-03)

### Features

* Add tint color support. ([03c50f0](https://github.com/DylanVann/react-native-fast-image/commit/03c50f0)), closes [#124](https://github.com/DylanVann/react-native-fast-image/issues/124)
2019-05-03 03:43:05 +00:00
semantic-release-bot
2a3438c0d0 chore(release): 5.3.0 [skip ci]
# [5.3.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.1...v5.3.0) (2019-04-23)

### Bug Fixes

* Fix memory leak on iOS. ([#433](https://github.com/DylanVann/react-native-fast-image/issues/433)) ([70be744](https://github.com/DylanVann/react-native-fast-image/commit/70be744))

### Features

* Upgrade example apps. ([#453](https://github.com/DylanVann/react-native-fast-image/issues/453)) ([25f8f0d](https://github.com/DylanVann/react-native-fast-image/commit/25f8f0d))

### Reverts

* Remove functionality for notifying other images on load. ([#452](https://github.com/DylanVann/react-native-fast-image/issues/452)) ([292223d](https://github.com/DylanVann/react-native-fast-image/commit/292223d))
2019-04-23 02:54:14 +00:00
Dylan Vann
bd53ff1d1e Make changelog consistent. 2019-04-20 22:18:41 -04:00
Dylan Vann
f7a30e4945 Fix changelog. 2019-04-20 22:08:47 -04:00
semantic-release-bot
0e2f3bb5ef chore(release): 5.2.1 [skip ci]
## [5.2.1](https://github.com/DylanVann/react-native-fast-image/compare/v5.2.0...v5.2.1) (2019-04-21)

### Performance Improvements

* Use React.memo for FastImage. ([#449](https://github.com/DylanVann/react-native-fast-image/issues/449)) ([5c2b4af](https://github.com/DylanVann/react-native-fast-image/commit/5c2b4af))
2019-04-21 01:54:31 +00:00
semantic-release-bot
89c0e2e9ac chore(release): 5.2.0 [skip ci]
# [5.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.4...v5.2.0) (2019-02-25)

### Features

* Use forwardRef to allow access to ref.measure and others. ([#419](https://github.com/DylanVann/react-native-fast-image/issues/419)) ([2b4fba3](https://github.com/DylanVann/react-native-fast-image/commit/2b4fba3)), closes [#69](https://github.com/DylanVann/react-native-fast-image/issues/69)
2019-02-25 06:41:43 +00:00
semantic-release-bot
58add0ed3c chore(release): 5.1.4 [skip ci]
## [5.1.4](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.3...v5.1.4) (2019-02-25)

### Bug Fixes

* Fix fallback prop not working. ([#420](https://github.com/DylanVann/react-native-fast-image/issues/420)) ([487d410](https://github.com/DylanVann/react-native-fast-image/commit/487d410))
2019-02-25 06:34:38 +00:00
semantic-release-bot
4502bc8e66 chore(release): 5.1.3 [skip ci]
## [5.1.3](https://github.com/DylanVann/react-native-fast-image/compare/v5.1.2...v5.1.3) (2019-02-22)

### Bug Fixes

* Fixes WebP rendering on iOS 12. ([#412](https://github.com/DylanVann/react-native-fast-image/issues/412)) ([97630c8](https://github.com/DylanVann/react-native-fast-image/commit/97630c8)), closes [#298](https://github.com/DylanVann/react-native-fast-image/issues/298) [#385](https://github.com/DylanVann/react-native-fast-image/issues/385)
2019-02-22 05:38:23 +00:00
Dylan Vann
429c7850d5 chore: Update changelog. 2018-12-30 22:08:21 -05:00
Dylan Vann
141a4a0293 Format changelog with prettier. 2018-11-13 23:14:42 -05:00
Dylan Vann
48d52681cf Update changelog. 2018-11-13 23:13:46 -05:00
Dylan Vann
bb76325794 Update changelog. 2018-11-06 01:44:15 -05:00
Dylan Vann
535f06b535 Update changelog. 2018-11-06 01:23:21 -05:00
Dylan Vann
fc0b620ca3 Update changelog. 2018-10-23 01:03:15 -04:00
Dylan Vann
43ac2c9ee4 Update changelog. 2018-10-21 20:56:30 -04:00
Dylan Vann
f40a6d4c4e Updated changelog. 2018-10-21 20:55:22 -04:00
Dylan Vann
b7a2762629
Add release notes for 5.0.11. (#315) 2018-10-15 23:54:42 -04:00
Dylan Vann
accbf24392
Add a changelog. (#313) 2018-10-15 00:44:58 -04:00