444 Commits

Author SHA1 Message Date
Philippe David
1eed575025 docs: Fix proguard rules. (#478) 2019-05-25 17:15:29 -04:00
Dylan Vann
5fbb4a7800
Update README.md 2019-05-16 22:12:01 -04:00
Dylan Vann
8f93fb7e08
Update README.md 2019-05-16 22:10:28 -04:00
Dylan Vann
f677f7a9ba
Update README.md 2019-05-16 22:08:32 -04: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
v6.0.0
2019-05-08 02:10:41 +00:00
DreamPiggy
8a216e2079 feat: Upgrade to SDWebImage 5.0. (#454)
This uses SDAnimatedImageView instead of FLAnimatedImageView for better animation support.

BREAKING CHANGE: Upgrade SDWebImage, may affect some projects and CocoaPods users.

Fix the bug of `cacheOnly` behavior

fix #447
2019-05-07 22:06:53 -04:00
Dylan Vann
14ea01c56e chore: Update issue templates. 2019-05-05 17:45:29 -04: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)
v5.4.2
2019-05-03 23:18:45 +00:00
Dylan Vann
89f337998e fix: Fix dependency versions not specified in podfile.
fix #456
2019-05-03 19:16:37 -04: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)
v5.4.1
2019-05-03 23:02:45 +00:00
Dylan Vann
71494208b8 fix: Fix wildcard peer dependencies.
fix #440
2019-05-03 19:00:15 -04: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)
v5.4.0
2019-05-03 03:43:05 +00:00
Dylan Vann
03c50f026c
feat: Add tint color support.
fix #124
2019-05-02 20:41:42 -07:00
Felipe de Souza Paiva
161ba99c3d docs: Update proguard rules. 2019-05-02 19:35:30 -07: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))
v5.3.0
2019-04-23 02:54:14 +00:00
Dylan Vann
25f8f0d85a
feat: Upgrade example apps. (#453) 2019-04-22 22:52:40 -04:00
Dylan Vann
292223d0ff
revert: Remove functionality for notifying other images on load. (#452) 2019-04-22 22:20:42 -04:00
Steven Masini
70be74432d fix: Fix memory leak on iOS. (#433)
It's recommended to never retain the strong reference to self into blocks.

Blocks maintain strong references to any captured objects, including self, which means that it’s easy to end up with a strong reference cycle.

[skip release]
2019-04-22 22:07:45 -04:00
Dylan Vann
84e420c815
Upgrade example app. (#451) 2019-04-22 21:48:16 -04:00
Dylan Vann
4849f2b1a7
chore: Upgrade dependencies. (#450) 2019-04-20 22:30:12 -04: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))
v5.2.1
2019-04-21 01:54:31 +00:00
Dylan Vann
5c2b4afa41
perf: Use React.memo for FastImage. (#449) 2019-04-20 21:53:00 -04: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)
v5.2.0
2019-02-25 06:41:43 +00:00
Dylan Vann
2b4fba3ad8
feat: Use forwardRef to allow access to ref.measure and others. (#419)
This uses forwardRef to allow access to the View that wraps the native FastImage component.

closes #69
2019-02-25 01:40:39 -05: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))
v5.1.4
2019-02-25 06:34:38 +00:00
Dylan Vann
487d41040d
fix: Fix fallback prop not working. (#420) 2019-02-25 01:33:21 -05:00
Dylan Vann
52d1d8b58b chore: Fix displayNames in examples. 2019-02-25 01:11:47 -05:00
Dylan Vann
1ae24fc99c chore: Clarify license. 2019-02-25 00:00:14 -05:00
Dylan Vann
f672f0bc85 chore: More social. 2019-02-24 23:54:24 -05:00
Dylan Vann
96f98c4d0b
chore: Add animated WebP example. (#418) 2019-02-24 19:52:11 -05:00
Dylan Vann
32fa98d621
chore: Update dependencies. (#416) 2019-02-22 01:30:00 -05:00
Dylan Vann
5add8e1ba6
chore: Update dependencies. (#415) 2019-02-22 01:03:42 -05: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)
v5.1.3
2019-02-22 05:38:23 +00:00
Dylan Vann
97630c8ee4
fix: Fixes WebP rendering on iOS 12. (#412)
fixes issue #298 #385
2019-02-22 00:37:12 -05:00
Dylan Vann
dbddf44377
chore: Use ESLint. (#414) 2019-02-22 00:28:40 -05:00
Dylan Vann
f4696c26b4
chore: Test fallback prop. (#413) 2019-02-22 00:10:33 -05:00
Dylan Vann
c3492fc334 chore: Add coverage badge/link. 2019-02-21 22:31:52 -05:00
Dylan Vann
9bc9b711d5 chore: Only use lcov report. 2019-02-21 22:31:09 -05:00
Dylan Vann
2cfa0cccae chore: Fix coverage upload. 2019-02-21 15:05:31 -05:00
Dylan Vann
90d97b1d3a chore: Fix lint. 2019-02-21 15:02:51 -05:00
Dylan Vann
03d07feed3 chore: Upload code coverage. 2019-02-21 14:58:01 -05:00
Dylan Vann
429c7850d5 chore: Update changelog. 2018-12-30 22:08:21 -05:00
Dylan Vann
d7af5c4058
ci: Update changelog automatically. (#383) 2018-12-30 21:59:33 -05:00
Dylan Vann
e13db7d409
fix: Fixes cacheControl types. (#382)
fix #325
v5.1.2
2018-12-30 21:38:13 -05:00
Dylan Vann
4f4a5b5b1c
style: Use prettier to format more files. (#381) 2018-12-30 21:29:08 -05:00
Dylan Vann
35e6ea984b ci: Fix persist_to_workspace. 2018-12-30 20:25:54 -05:00
Dylan Vann
b3fe5781f4 chore: Add stub build script. 2018-12-30 20:21:08 -05:00
Dylan Vann
358582a796 ci: Fix CircleCI config. 2018-12-30 20:17:31 -05:00