Dylan Vann
125f9ccde4
chore: upgrade example to react-native@0.65.1
2021-09-17 13:27:50 +07:00
semantic-release-bot
2964acfbf4
release(version): Release 8.5.6 [skip ci]
...
## [8.5.6](https://github.com/DylanVann/react-native-fast-image/compare/v8.5.5...v8.5.6 ) (2021-09-16)
### Bug Fixes
* make corresponding flow file for .cjs file ([77326e8
](77326e8b09
)), closes [#784 ](https://github.com/DylanVann/react-native-fast-image/issues/784 )
2021-09-16 15:52:29 +00:00
Dylan Vann
77326e8b09
fix: make corresponding flow file for .cjs file
...
fix #784
2021-09-16 22:50:56 +07:00
semantic-release-bot
a88e55fa0d
release(version): Release 8.5.5 [skip ci]
...
## [8.5.5](https://github.com/DylanVann/react-native-fast-image/compare/v8.5.4...v8.5.5 ) (2021-09-15)
### Bug Fixes
* do not crash when source is invalid ([#782 ](https://github.com/DylanVann/react-native-fast-image/issues/782 )) ([5c5fefa
](5c5fefacbd
))
2021-09-15 19:53:40 +00:00
Amaury Liet
5c5fefacbd
fix: do not crash when source is invalid ( #782 )
...
To reproduce, you can use: `source={{ uri: '/' }}`
2021-09-16 02:52:18 +07:00
semantic-release-bot
716c01a967
release(version): Release 8.5.4 [skip ci]
...
## [8.5.4](https://github.com/DylanVann/react-native-fast-image/compare/v8.5.3...v8.5.4 ) (2021-09-15)
### Bug Fixes
* **android:** update Glide ([86edd7f
](86edd7ffc5
))
2021-09-15 11:16:01 +00:00
Dylan Vann
86edd7ffc5
fix(android): update Glide
2021-09-15 18:14:37 +07:00
semantic-release-bot
0754f6def8
release(version): Release 8.5.3 [skip ci]
...
## [8.5.3](https://github.com/DylanVann/react-native-fast-image/compare/v8.5.2...v8.5.3 ) (2021-09-15)
### Bug Fixes
* **ios:** update SDWebImage ([#740 ](https://github.com/DylanVann/react-native-fast-image/issues/740 )) ([a1eeb75
](a1eeb75b19
))
2021-09-15 11:14:28 +00:00
Leonid Zolotarev
a1eeb75b19
fix(ios): update SDWebImage ( #740 )
2021-09-15 18:13:19 +07:00
semantic-release-bot
0b9d5a17b1
release(version): Release 8.5.2 [skip ci]
...
## [8.5.2](https://github.com/DylanVann/react-native-fast-image/compare/v8.5.1...v8.5.2 ) (2021-09-15)
### Bug Fixes
* **android:** replace jcenter with mavenCentral ([69c9422
](69c942276f
))
2021-09-15 10:49:37 +00:00
Dylan Vann
69c942276f
fix(android): replace jcenter with mavenCentral
2021-09-15 17:48:07 +07:00
semantic-release-bot
f602c5bdc4
release(version): Release 8.5.1 [skip ci]
...
## [8.5.1](https://github.com/DylanVann/react-native-fast-image/compare/v8.5.0...v8.5.1 ) (2021-09-15)
### Bug Fixes
* improve/update build.gradle ([1f04c55
](1f04c5542c
))
2021-09-15 10:42:39 +00:00
Frieder Bluemle
1f04c5542c
fix: improve/update build.gradle
2021-09-15 17:40:37 +07:00
semantic-release-bot
df37c4f7b2
release(version): Release 8.5.0 [skip ci]
...
# [8.5.0](https://github.com/DylanVann/react-native-fast-image/compare/v8.4.1...v8.5.0 ) (2021-09-15)
### Features
* **ios:** cancel image load when unmounted ([#787 ](https://github.com/DylanVann/react-native-fast-image/issues/787 )) ([f1588be
](f1588beec0
))
2021-09-15 09:36:49 +00:00
Numan
f1588beec0
feat(ios): cancel image load when unmounted ( #787 )
2021-09-15 16:35:39 +07:00
semantic-release-bot
908267f788
release(version): Release 8.4.1 [skip ci]
...
## [8.4.1](https://github.com/DylanVann/react-native-fast-image/compare/v8.4.0...v8.4.1 ) (2021-09-15)
2021-09-15 09:18:13 +00:00
Dylan Vann
fb2bb46903
docs: add docs for clear*Cache static methods
...
also removing TODO.md, got included accidentally
see GH discussions
2021-09-15 16:16:17 +07:00
semantic-release-bot
16e265eca4
release(version): Release 8.4.0 [skip ci]
...
# [8.4.0](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.7...v8.4.0 ) (2021-09-15)
### Bug Fixes
* export FastImageStaticProperties ([#822 ](https://github.com/DylanVann/react-native-fast-image/issues/822 )) ([d69f692
](d69f692159
))
* update dv-scripts ([61fab12
](61fab122ab
))
* update dv-scripts ([3c6d0f4
](3c6d0f4c7b
))
### Features
* add clear image cache from memory and disk ([#425 ](https://github.com/DylanVann/react-native-fast-image/issues/425 )) ([818ed0c
](818ed0c3f5
))
2021-09-15 09:04:58 +00:00
Dylan Vann
61fab122ab
fix: update dv-scripts
2021-09-15 16:03:36 +07:00
Dylan Vann
3c6d0f4c7b
fix: update dv-scripts
2021-09-15 15:44:49 +07:00
Federico Joel Orlandau
d69f692159
fix: export FastImageStaticProperties ( #822 )
2021-09-15 05:04:44 +07:00
Woraphot Chokratanasombat
818ed0c3f5
feat: add clear image cache from memory and disk ( #425 )
2021-09-15 04:55:31 +07:00
semantic-release-bot
4fc024b3bf
release(version): Release 8.3.7 [skip ci]
...
## [8.3.7](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.6...v8.3.7 ) (2021-07-24)
2021-07-24 08:32:33 +00:00
Dylan Vann
fd7a021570
chore: upgrade example and devDependencies ( #802 )
2021-07-24 15:31:14 +07:00
semantic-release-bot
c136ee6867
release(version): Release 8.3.6 [skip ci]
...
## [8.3.6](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.5...v8.3.6 ) (2021-07-08)
2021-07-08 19:50:09 +00:00
Angel David Trinidad Delgado
d8f9ca7b2f
docs: add install instructions for iOS ( #781 )
2021-07-08 15:48:30 -04:00
semantic-release-bot
861b7136f5
release(version): Release 8.3.5 [skip ci]
...
## [8.3.5](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.4...v8.3.5 ) (2021-07-06)
### Bug Fixes
* add react@17 as peer dependency ([#790 ](https://github.com/DylanVann/react-native-fast-image/issues/790 )) ([27bd586
](27bd58630c
))
2021-07-06 21:41:40 +00:00
Daniel Taschik
27bd58630c
fix: add react@17 as peer dependency ( #790 )
2021-07-06 17:40:26 -04:00
semantic-release-bot
0439f7190f
release(version): Release 8.3.4 [skip ci]
...
## [8.3.4](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.3...v8.3.4 ) (2020-11-17)
2020-11-17 02:33:01 +00:00
Dylan Vann
96669dfc50
chore: upgrade yarn and set node version ( #745 )
2020-11-16 21:31:30 -05:00
semantic-release-bot
df823c7989
release(version): Release 8.3.3 [skip ci]
...
## [8.3.3](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.2...v8.3.3 ) (2020-11-01)
### Bug Fixes
* xcode 12 compatibility ([#732 ](https://github.com/DylanVann/react-native-fast-image/issues/732 )) ([23c3955
](23c3955473
))
2020-11-01 02:51:21 +00:00
Rokas Kašinskas
23c3955473
fix: xcode 12 compatibility ( #732 )
2020-10-31 22:49:53 -04:00
semantic-release-bot
a53f3ab8bd
release(version): Release 8.3.2 [skip ci]
...
## [8.3.2](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.1...v8.3.2 ) (2020-07-17)
### Bug Fixes
* **android:** remove explicit use of UI thread ([#698 ](https://github.com/DylanVann/react-native-fast-image/issues/698 )) ([5d2894e
](5d2894e442
))
2020-07-17 18:37:49 +00:00
Pavan Tiwari
5d2894e442
fix(android): remove explicit use of UI thread ( #698 )
...
No need to send events via UI thread. This causes app to use main thread unnecessary that may result in a ARN exception.
2020-07-17 14:36:21 -04:00
semantic-release-bot
250b4e5539
release(version): Release 8.3.1 [skip ci]
...
## [8.3.1](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.0...v8.3.1 ) (2020-07-17)
### Bug Fixes
* **android:** make center ResizeMode work correctly ([d648ef8
](d648ef8504
))
2020-07-17 06:03:51 +00:00
Connor Emma
d648ef8504
fix(android): make center ResizeMode work correctly
2020-07-17 02:02:09 -04:00
Dylan Vann
7314947234
docs: update status badge [skip ci]
2020-07-17 02:00:22 -04:00
semantic-release-bot
866274ff3c
release(version): Release 8.3.0 [skip ci]
...
# [8.3.0](https://github.com/DylanVann/react-native-fast-image/compare/v8.2.2...v8.3.0 ) (2020-07-17)
### Features
* **ios:** allow for for per-image-request-headers ([#691 ](https://github.com/DylanVann/react-native-fast-image/issues/691 )) ([4a7cd64
](4a7cd64f5b
))
2020-07-17 05:29:27 +00:00
DreamPiggy
4a7cd64f5b
feat(ios): allow for for per-image-request-headers ( #691 )
...
* Bump the dependency of SDWebImage into 5.8+ because of the SDWebImageDownloaderRequestModifier convenient API usage
* Fix the implementation on iOS for per-image-request-header-setup. Should not use `SDWebImageDownloader` which manage the global shared headers. Use the context option of request modifier.
* Add the support for data:image URL for WebP images
* Alaways bypass invalid SSL certificate error, same behavior like React-Native itself
* Fix the implementation of request modifier on SDWebImage, which have bugs on 5.8.0 (will fix in 5.8.1), revert the dependency bump
* Revert the changes to bypass SSL error
* Remove the unused Podfile.lock changes
2020-07-17 01:27:57 -04:00
semantic-release-bot
0e29d83b7d
release(version): Release 8.2.2 [skip ci]
...
## [8.2.2](https://github.com/DylanVann/react-native-fast-image/compare/v8.2.1...v8.2.2 ) (2020-07-17)
### Bug Fixes
* accessibilityIgnoresInvertColors prop not recognised when using TypeScript ([#666 ](https://github.com/DylanVann/react-native-fast-image/issues/666 )) ([22f89e4
](22f89e43a4
)), closes [/github.com/DylanVann/react-native-fast-image/blob/master/src/index.tsx#L150-L160](https://github.com//github.com/DylanVann/react-native-fast-image/blob/master/src/index.tsx/issues/L150-L160 )
2020-07-17 05:17:27 +00:00
JP
22f89e43a4
fix: accessibilityIgnoresInvertColors prop not recognised when using TypeScript ( #666 )
...
- in testing [eslint-plugin-react-native-a11y](https://github.com/FormidableLabs/eslint-plugin-react-native-a11y ) with `react-native-fast-image`, I noticed that a11y props such as `accessibilityIgnoresInvertColors` are missing from FastImage's TypeScript definitions
- in theory the "proper" fix for this would be to make `FastImageProps` extend `ImagePropsBase` from React Native, because ultimately FastImage [spreads Props down](https://github.com/DylanVann/react-native-fast-image/blob/master/src/index.tsx#L150-L160 ) to React Native's Image component (including a11y props)
- attempting this "proper" fix proved problematic in practice due to incompatibilities between the two interfaces
- instead rather than extending the entirety of `ImagePropsBase` (which itself extends `AccessibilityProps`) we can resolve this by simply also extending `AccessibilityProps`
2020-07-17 01:15:49 -04:00
semantic-release-bot
184eecb121
release(version): Release 8.2.1 [skip ci]
...
## [8.2.1](https://github.com/DylanVann/react-native-fast-image/compare/v8.2.0...v8.2.1 ) (2020-07-17)
### Bug Fixes
* remove cache property if using fallback ([ba0f238
](ba0f238821
))
2020-07-17 05:10:51 +00:00
Milan Susnjar
ba0f238821
fix: remove cache property if using fallback
...
iOS image has its own properties for cache and if fallback
is true and regular image is being rendered we can't set
FastImage's cache value because it doesn't match.
2020-07-17 01:08:10 -04:00
semantic-release-bot
2eb3199143
release(version): Release 8.2.0 [skip ci]
...
# [8.2.0](https://github.com/DylanVann/react-native-fast-image/compare/v8.1.10...v8.2.0 ) (2020-07-17)
### Features
* export ResizeMode and Priority types ([#678 ](https://github.com/DylanVann/react-native-fast-image/issues/678 )) ([e33664f
](e33664fbcf
))
2020-07-17 03:52:15 +00:00
Lucas Vieira
e33664fbcf
feat: export ResizeMode and Priority types ( #678 )
2020-07-16 23:50:48 -04:00
semantic-release-bot
1fd53007ef
release(version): Release 8.1.10 [skip ci]
...
## [8.1.10](https://github.com/DylanVann/react-native-fast-image/compare/v8.1.9...v8.1.10 ) (2020-07-17)
### Bug Fixes
* update SDWebImage and SDWebImageWebPCoder ([#689 ](https://github.com/DylanVann/react-native-fast-image/issues/689 )) ([9646456
](9646456675
))
2020-07-17 03:50:19 +00:00
Lucas Barros
9646456675
fix: update SDWebImage and SDWebImageWebPCoder ( #689 )
2020-07-16 23:48:28 -04:00
semantic-release-bot
0fd9f773ee
release(version): Release 8.1.9 [skip ci]
...
## [8.1.9](https://github.com/DylanVann/react-native-fast-image/compare/v8.1.8...v8.1.9 ) (2020-07-17)
### Bug Fixes
* wrong cache type ([#688 ](https://github.com/DylanVann/react-native-fast-image/issues/688 )) [skip ci] ([94e2256
](94e2256da2
))
2020-07-17 02:28:10 +00:00
lgenzelis
94e2256da2
fix: wrong cache type ( #688 ) [skip ci]
...
Co-authored-by: Lucas Genzelis <lucas@foxbox.com>
2020-07-16 22:24:51 -04:00
semantic-release-bot
c23204f521
release(version): Release 8.1.8 [skip ci]
...
## [8.1.8](https://github.com/DylanVann/react-native-fast-image/compare/v8.1.7...v8.1.8 ) (2020-07-17)
### Bug Fixes
* peer dependency warning ([#653 ](https://github.com/DylanVann/react-native-fast-image/issues/653 )) ([cd81b1b
](cd81b1b66a
))
2020-07-17 02:09:37 +00:00