Skip to content

Commit

Permalink
release(version): Release 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.0.11...v6.0.0) (2021-08-03)

### Bug Fixes

* add react@17 as peer dependency ([DylanVann#790](https://github.com/perrystreetsoftware/react-native-fast-image/issues/790)) ([27bd586](27bd586))
* xcode 12 compatibility ([DylanVann#732](https://github.com/perrystreetsoftware/react-native-fast-image/issues/732)) ([23c3955](23c3955))
* **android:** make center ResizeMode work correctly ([d648ef8](d648ef8))
* **android:** remove explicit use of UI thread ([DylanVann#698](https://github.com/perrystreetsoftware/react-native-fast-image/issues/698)) ([5d2894e](5d2894e))
* accessibilityIgnoresInvertColors prop not recognised when using TypeScript ([DylanVann#666](https://github.com/perrystreetsoftware/react-native-fast-image/issues/666)) ([22f89e4](22f89e4)), 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)
* Add git tag to CocoaPods source property ([DylanVann#601](https://github.com/perrystreetsoftware/react-native-fast-image/issues/601)) ([2d706ad](2d706ad))
* Add tintColor type definition. ([4adf42f](4adf42f))
* Bump Glide version number to v4.11.0. ([DylanVann#649](https://github.com/perrystreetsoftware/react-native-fast-image/issues/649)) ([c4e4306](c4e4306)), closes [DylanVann#536](https://github.com/perrystreetsoftware/react-native-fast-image/issues/536)
* Fix dependency versions not specified in podfile. ([89f3379](89f3379)), closes [DylanVann#456](https://github.com/perrystreetsoftware/react-native-fast-image/issues/456)
* Fix fallback prop not working. ([DylanVann#420](https://github.com/perrystreetsoftware/react-native-fast-image/issues/420)) ([487d410](487d410))
* Fix IllegalArgumentException crash (Android). ([DylanVann#511](https://github.com/perrystreetsoftware/react-native-fast-image/issues/511)) ([b6c4677](b6c4677))
* Fix incorrect syntax. ([11f6047](11f6047))
* Fix local resource cache issue on Android. ([DylanVann#472](https://github.com/perrystreetsoftware/react-native-fast-image/issues/472)) ([5f65383](5f65383)), closes [DylanVann#402](https://github.com/perrystreetsoftware/react-native-fast-image/issues/402)
* Fix memory leak on iOS. ([DylanVann#433](https://github.com/perrystreetsoftware/react-native-fast-image/issues/433)) ([70be744](70be744))
* Fix peer dependency and remove prop-types. ([44a4c8b](44a4c8b))
* Fix setting props order issue for iOS. ([DylanVann#303](https://github.com/perrystreetsoftware/react-native-fast-image/issues/303)) ([5597ed0](5597ed0)), closes [DylanVann#304](https://github.com/perrystreetsoftware/react-native-fast-image/issues/304)
* Fix wildcard peer dependencies. ([7149420](7149420)), closes [DylanVann#440](https://github.com/perrystreetsoftware/react-native-fast-image/issues/440)
* Fixes cacheControl types. ([DylanVann#382](https://github.com/perrystreetsoftware/react-native-fast-image/issues/382)) ([e13db7d](e13db7d)), closes [DylanVann#325](https://github.com/perrystreetsoftware/react-native-fast-image/issues/325)
* Fixes podspec syntax. ([b627646](b627646))
* Fixes WebP rendering on iOS 12. ([DylanVann#412](https://github.com/perrystreetsoftware/react-native-fast-image/issues/412)) ([97630c8](97630c8)), closes [DylanVann#298](https://github.com/perrystreetsoftware/react-native-fast-image/issues/298) [DylanVann#385](https://github.com/perrystreetsoftware/react-native-fast-image/issues/385)
* Loading images by reverting "bug: Use device scale when loading images.". ([0326c3e](0326c3e)), closes [DylanVann#509](https://github.com/perrystreetsoftware/react-native-fast-image/issues/509)
* peer dependency warning ([DylanVann#653](https://github.com/perrystreetsoftware/react-native-fast-image/issues/653)) ([cd81b1b](cd81b1b))
* remove cache property if using fallback ([ba0f238](ba0f238))
* Replace 'Component' with 'ComponentType' ([DylanVann#647](https://github.com/perrystreetsoftware/react-native-fast-image/issues/647)) ([6abb273](6abb273))
* update SDWebImage and SDWebImageWebPCoder ([DylanVann#689](https://github.com/perrystreetsoftware/react-native-fast-image/issues/689)) ([9646456](9646456))
* Updates SDWebImageWebPCoder. ([DylanVann#628](https://github.com/perrystreetsoftware/react-native-fast-image/issues/628)) ([325d77f](325d77f))
* Upgrade vendored SDWebImage to v5.0.5. ([5016172](5016172)), closes [DylanVann#489](https://github.com/perrystreetsoftware/react-native-fast-image/issues/489)
* wrong cache type ([DylanVann#688](https://github.com/perrystreetsoftware/react-native-fast-image/issues/688)) [skip ci] ([94e2256](94e2256))

### Features

* **ios:** allow for for per-image-request-headers ([DylanVann#691](https://github.com/perrystreetsoftware/react-native-fast-image/issues/691)) ([4a7cd64](4a7cd64))
* Add cookie support for iOS. ([DylanVann#284](https://github.com/perrystreetsoftware/react-native-fast-image/issues/284)) ([ae47bff](ae47bff))
* Add tint color support. ([03c50f0](03c50f0)), closes [DylanVann#124](https://github.com/perrystreetsoftware/react-native-fast-image/issues/124)
* Add tvOS target. ([DylanVann#486](https://github.com/perrystreetsoftware/react-native-fast-image/issues/486)) ([6805972](6805972))
* converts to TypeScript ([DylanVann#642](https://github.com/perrystreetsoftware/react-native-fast-image/issues/642)) ([ac11706](ac11706))
* export ResizeMode and Priority types ([DylanVann#678](https://github.com/perrystreetsoftware/react-native-fast-image/issues/678)) ([e33664f](e33664f))
* Upgrade example apps. ([DylanVann#453](https://github.com/perrystreetsoftware/react-native-fast-image/issues/453)) ([25f8f0d](25f8f0d))
* Upgrade to React Native 0.60.0 / CocoaPods / Android X. ([DylanVann#513](https://github.com/perrystreetsoftware/react-native-fast-image/issues/513)) ([5489f9e](5489f9e))
* Upgrade to SDWebImage 5.0. ([DylanVann#454](https://github.com/perrystreetsoftware/react-native-fast-image/issues/454)) ([8a216e2](8a216e2)), closes [DylanVann#447](https://github.com/perrystreetsoftware/react-native-fast-image/issues/447)
* Use forwardRef to allow access to ref.measure and others. ([DylanVann#419](https://github.com/perrystreetsoftware/react-native-fast-image/issues/419)) ([2b4fba3](2b4fba3)), closes [DylanVann#69](https://github.com/perrystreetsoftware/react-native-fast-image/issues/69)

### Performance Improvements

* Use React.memo for FastImage. ([DylanVann#449](https://github.com/perrystreetsoftware/react-native-fast-image/issues/449)) ([5c2b4af](5c2b4af))

### Reverts

* Remove functionality for notifying other images on load. ([DylanVann#452](https://github.com/perrystreetsoftware/react-native-fast-image/issues/452)) ([292223d](292223d))

### BREAKING CHANGES

* This changes how network requests are handled on iOS. Make sure they still work for you.
* You should upgrade React Native. See https://facebook.github.io/react-native/blog/2019/07/03/version-60
* Upgrade SDWebImage, may affect some projects and CocoaPods users.

Fix the bug of `cacheOnly` behavior
  • Loading branch information
semantic-release-bot committed Aug 3, 2021
1 parent f4eb873 commit ed0f304
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 1 deletion.
67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,70 @@
# [6.0.0](https://github.com/perrystreetsoftware/react-native-fast-image/compare/v5.0.11...v6.0.0) (2021-08-03)


### Bug Fixes

* add react@17 as peer dependency ([#790](https://github.com/perrystreetsoftware/react-native-fast-image/issues/790)) ([27bd586](https://github.com/perrystreetsoftware/react-native-fast-image/commit/27bd58630cff4e10fea0bb835555bb7ad8b62da0))
* xcode 12 compatibility ([#732](https://github.com/perrystreetsoftware/react-native-fast-image/issues/732)) ([23c3955](https://github.com/perrystreetsoftware/react-native-fast-image/commit/23c3955473a94477c52c0ec2b9f4f51e9377be06))
* **android:** make center ResizeMode work correctly ([d648ef8](https://github.com/perrystreetsoftware/react-native-fast-image/commit/d648ef85045fb97d8d1f6a637e915fa912a6c6c9))
* **android:** remove explicit use of UI thread ([#698](https://github.com/perrystreetsoftware/react-native-fast-image/issues/698)) ([5d2894e](https://github.com/perrystreetsoftware/react-native-fast-image/commit/5d2894e442dc3d239b4dc9cb25dca455f7d8bc6e))
* accessibilityIgnoresInvertColors prop not recognised when using TypeScript ([#666](https://github.com/perrystreetsoftware/react-native-fast-image/issues/666)) ([22f89e4](https://github.com/perrystreetsoftware/react-native-fast-image/commit/22f89e43a422150412924da9fd0f3eca7dd77cfa)), 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)
* Add git tag to CocoaPods source property ([#601](https://github.com/perrystreetsoftware/react-native-fast-image/issues/601)) ([2d706ad](https://github.com/perrystreetsoftware/react-native-fast-image/commit/2d706ad7da6410a3a2382b70ed90369f0473117e))
* Add tintColor type definition. ([4adf42f](https://github.com/perrystreetsoftware/react-native-fast-image/commit/4adf42f935372c9434851a122ed8fdb8ec0ecaf8))
* Bump Glide version number to v4.11.0. ([#649](https://github.com/perrystreetsoftware/react-native-fast-image/issues/649)) ([c4e4306](https://github.com/perrystreetsoftware/react-native-fast-image/commit/c4e4306c15bda65d95e97ab9f45ef5e351128253)), closes [#536](https://github.com/perrystreetsoftware/react-native-fast-image/issues/536)
* Fix dependency versions not specified in podfile. ([89f3379](https://github.com/perrystreetsoftware/react-native-fast-image/commit/89f337998e48b84a3f627dcdb057a8ac355c4ea2)), closes [#456](https://github.com/perrystreetsoftware/react-native-fast-image/issues/456)
* Fix fallback prop not working. ([#420](https://github.com/perrystreetsoftware/react-native-fast-image/issues/420)) ([487d410](https://github.com/perrystreetsoftware/react-native-fast-image/commit/487d41040db938f3ee12bc00e09fe42ebb0be5e5))
* Fix IllegalArgumentException crash (Android). ([#511](https://github.com/perrystreetsoftware/react-native-fast-image/issues/511)) ([b6c4677](https://github.com/perrystreetsoftware/react-native-fast-image/commit/b6c467780b72e6b2440b6296f3bc520102734dae))
* Fix incorrect syntax. ([11f6047](https://github.com/perrystreetsoftware/react-native-fast-image/commit/11f6047658334ba3c73e089413acb47c7a0493f4))
* Fix local resource cache issue on Android. ([#472](https://github.com/perrystreetsoftware/react-native-fast-image/issues/472)) ([5f65383](https://github.com/perrystreetsoftware/react-native-fast-image/commit/5f653838b853f115777b1a2394238e5b3698feda)), closes [#402](https://github.com/perrystreetsoftware/react-native-fast-image/issues/402)
* Fix memory leak on iOS. ([#433](https://github.com/perrystreetsoftware/react-native-fast-image/issues/433)) ([70be744](https://github.com/perrystreetsoftware/react-native-fast-image/commit/70be74432d39f8e5289192b5bb116ab47e207615))
* Fix peer dependency and remove prop-types. ([44a4c8b](https://github.com/perrystreetsoftware/react-native-fast-image/commit/44a4c8b3409ea206a8ede0e8e9e0ec0f32c9b5b1))
* Fix setting props order issue for iOS. ([#303](https://github.com/perrystreetsoftware/react-native-fast-image/issues/303)) ([5597ed0](https://github.com/perrystreetsoftware/react-native-fast-image/commit/5597ed0dad451530d4e5c42b61bfb5aba4b1566a)), closes [#304](https://github.com/perrystreetsoftware/react-native-fast-image/issues/304)
* Fix wildcard peer dependencies. ([7149420](https://github.com/perrystreetsoftware/react-native-fast-image/commit/71494208b85eef6fcbe8d61095c240c0b1f27458)), closes [#440](https://github.com/perrystreetsoftware/react-native-fast-image/issues/440)
* Fixes cacheControl types. ([#382](https://github.com/perrystreetsoftware/react-native-fast-image/issues/382)) ([e13db7d](https://github.com/perrystreetsoftware/react-native-fast-image/commit/e13db7d40974a5a04eab8598292e02b5d7f5bf5a)), closes [#325](https://github.com/perrystreetsoftware/react-native-fast-image/issues/325)
* Fixes podspec syntax. ([b627646](https://github.com/perrystreetsoftware/react-native-fast-image/commit/b627646001e334ece89c49e0aa6bc403f496f8ce))
* Fixes WebP rendering on iOS 12. ([#412](https://github.com/perrystreetsoftware/react-native-fast-image/issues/412)) ([97630c8](https://github.com/perrystreetsoftware/react-native-fast-image/commit/97630c8ee4bd5f1b81911f6f8a6285c089d5cf94)), closes [#298](https://github.com/perrystreetsoftware/react-native-fast-image/issues/298) [#385](https://github.com/perrystreetsoftware/react-native-fast-image/issues/385)
* Loading images by reverting "bug: Use device scale when loading images.". ([0326c3e](https://github.com/perrystreetsoftware/react-native-fast-image/commit/0326c3ebbbff21c0e38ffa6112b27d2ab042729f)), closes [#509](https://github.com/perrystreetsoftware/react-native-fast-image/issues/509)
* peer dependency warning ([#653](https://github.com/perrystreetsoftware/react-native-fast-image/issues/653)) ([cd81b1b](https://github.com/perrystreetsoftware/react-native-fast-image/commit/cd81b1b66a8d9938764a66e1f3c1bd5ff20b3565))
* remove cache property if using fallback ([ba0f238](https://github.com/perrystreetsoftware/react-native-fast-image/commit/ba0f238821ba23517b8e62e759f685b8cd67c0c6))
* Replace 'Component' with 'ComponentType' ([#647](https://github.com/perrystreetsoftware/react-native-fast-image/issues/647)) ([6abb273](https://github.com/perrystreetsoftware/react-native-fast-image/commit/6abb273ce590ab7a111695a601b603823ac0bf4e))
* update SDWebImage and SDWebImageWebPCoder ([#689](https://github.com/perrystreetsoftware/react-native-fast-image/issues/689)) ([9646456](https://github.com/perrystreetsoftware/react-native-fast-image/commit/964645667525dc09f625bc471548b995e01d0061))
* Updates SDWebImageWebPCoder. ([#628](https://github.com/perrystreetsoftware/react-native-fast-image/issues/628)) ([325d77f](https://github.com/perrystreetsoftware/react-native-fast-image/commit/325d77f4c2e2e1437c0dda160b6047473d7c8a07))
* Upgrade vendored SDWebImage to v5.0.5. ([5016172](https://github.com/perrystreetsoftware/react-native-fast-image/commit/5016172cfcbbf7a1a835c06eb280177ee857bf18)), closes [#489](https://github.com/perrystreetsoftware/react-native-fast-image/issues/489)
* wrong cache type ([#688](https://github.com/perrystreetsoftware/react-native-fast-image/issues/688)) [skip ci] ([94e2256](https://github.com/perrystreetsoftware/react-native-fast-image/commit/94e2256da234d535e88172ce325c89e7cb69fc6e))


### Features

* **ios:** allow for for per-image-request-headers ([#691](https://github.com/perrystreetsoftware/react-native-fast-image/issues/691)) ([4a7cd64](https://github.com/perrystreetsoftware/react-native-fast-image/commit/4a7cd64f5b0aa40b04d63ccb105ee2b511abe624))
* Add cookie support for iOS. ([#284](https://github.com/perrystreetsoftware/react-native-fast-image/issues/284)) ([ae47bff](https://github.com/perrystreetsoftware/react-native-fast-image/commit/ae47bff4de7e532dd817febf3da5a370303538b8))
* Add tint color support. ([03c50f0](https://github.com/perrystreetsoftware/react-native-fast-image/commit/03c50f026c31aca9952e1b1fcac712e66ebce2b9)), closes [#124](https://github.com/perrystreetsoftware/react-native-fast-image/issues/124)
* Add tvOS target. ([#486](https://github.com/perrystreetsoftware/react-native-fast-image/issues/486)) ([6805972](https://github.com/perrystreetsoftware/react-native-fast-image/commit/6805972159d56d3ee398a88b7a279b61ee6a624c))
* converts to TypeScript ([#642](https://github.com/perrystreetsoftware/react-native-fast-image/issues/642)) ([ac11706](https://github.com/perrystreetsoftware/react-native-fast-image/commit/ac117060ebdd04b2130bfb23c62f203beb077089))
* export ResizeMode and Priority types ([#678](https://github.com/perrystreetsoftware/react-native-fast-image/issues/678)) ([e33664f](https://github.com/perrystreetsoftware/react-native-fast-image/commit/e33664fbcff4be7b180c3843422f76e9d0b1c4f8))
* Upgrade example apps. ([#453](https://github.com/perrystreetsoftware/react-native-fast-image/issues/453)) ([25f8f0d](https://github.com/perrystreetsoftware/react-native-fast-image/commit/25f8f0d85acb0e4b4a8cde9eacd9184470a49473))
* Upgrade to React Native 0.60.0 / CocoaPods / Android X. ([#513](https://github.com/perrystreetsoftware/react-native-fast-image/issues/513)) ([5489f9e](https://github.com/perrystreetsoftware/react-native-fast-image/commit/5489f9ec4bbc80c657ac351130771637d1f61672))
* Upgrade to SDWebImage 5.0. ([#454](https://github.com/perrystreetsoftware/react-native-fast-image/issues/454)) ([8a216e2](https://github.com/perrystreetsoftware/react-native-fast-image/commit/8a216e2079b5333748ad26c3b8055ce3c57cd979)), closes [#447](https://github.com/perrystreetsoftware/react-native-fast-image/issues/447)
* Use forwardRef to allow access to ref.measure and others. ([#419](https://github.com/perrystreetsoftware/react-native-fast-image/issues/419)) ([2b4fba3](https://github.com/perrystreetsoftware/react-native-fast-image/commit/2b4fba3ad8e8d523c838c8158181b5d4f3ae5ddb)), closes [#69](https://github.com/perrystreetsoftware/react-native-fast-image/issues/69)


### Performance Improvements

* Use React.memo for FastImage. ([#449](https://github.com/perrystreetsoftware/react-native-fast-image/issues/449)) ([5c2b4af](https://github.com/perrystreetsoftware/react-native-fast-image/commit/5c2b4afa41cb73815b830cee9668747ff05e2d3e))


### Reverts

* Remove functionality for notifying other images on load. ([#452](https://github.com/perrystreetsoftware/react-native-fast-image/issues/452)) ([292223d](https://github.com/perrystreetsoftware/react-native-fast-image/commit/292223d0ff07e70ffa94981cb83ae8fff2298d33))


### BREAKING CHANGES

* This changes how network requests are handled on iOS. Make sure they still work for you.
* You should upgrade React Native. See https://facebook.github.io/react-native/blog/2019/07/03/version-60
* Upgrade SDWebImage, may affect some projects and CocoaPods users.

Fix the bug of `cacheOnly` behavior

## [8.3.7](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.6...v8.3.7) (2021-07-24)

## [8.3.6](https://github.com/DylanVann/react-native-fast-image/compare/v8.3.5...v8.3.6) (2021-07-08)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fast-image",
"version": "8.3.7",
"version": "6.0.0",
"description": "🚩 FastImage, performant React Native image component.",
"keywords": [
"cache",
Expand Down

0 comments on commit ed0f304

Please sign in to comment.