Skip to content

Commit

Permalink
release(version): Release 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-11-15)

### Bug Fixes

* accessibilityIgnoresInvertColors prop not recognised when using TypeScript ([DylanVann#666](https://github.com/johto-breakroom/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/johto-breakroom/react-native-fast-image/issues/601)) ([2d706ad](2d706ad))
* add react@17 as peer dependency ([DylanVann#790](https://github.com/johto-breakroom/react-native-fast-image/issues/790)) ([27bd586](27bd586))
* Add tintColor to Flow FastImageProps type ([DylanVann#871](https://github.com/johto-breakroom/react-native-fast-image/issues/871)) ([37abecd](37abecd))
* Add tintColor type definition. ([4adf42f](4adf42f))
* Bump Glide version number to v4.11.0. ([DylanVann#649](https://github.com/johto-breakroom/react-native-fast-image/issues/649)) ([c4e4306](c4e4306)), closes [DylanVann#536](https://github.com/johto-breakroom/react-native-fast-image/issues/536)
* do not crash when source is invalid ([DylanVann#782](https://github.com/johto-breakroom/react-native-fast-image/issues/782)) ([5c5fefa](5c5fefa))
* export FastImageStaticProperties ([DylanVann#822](https://github.com/johto-breakroom/react-native-fast-image/issues/822)) ([d69f692](d69f692))
* FastImage extends ViewProps ([DylanVann#829](https://github.com/johto-breakroom/react-native-fast-image/issues/829)) ([68db871](68db871)), closes [DylanVann#819](https://github.com/johto-breakroom/react-native-fast-image/issues/819)
* Fix dependency versions not specified in podfile. ([89f3379](89f3379)), closes [DylanVann#456](https://github.com/johto-breakroom/react-native-fast-image/issues/456)
* Fix fallback prop not working. ([DylanVann#420](https://github.com/johto-breakroom/react-native-fast-image/issues/420)) ([487d410](487d410))
* Fix IllegalArgumentException crash (Android). ([DylanVann#511](https://github.com/johto-breakroom/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/johto-breakroom/react-native-fast-image/issues/472)) ([5f65383](5f65383)), closes [DylanVann#402](https://github.com/johto-breakroom/react-native-fast-image/issues/402)
* Fix memory leak on iOS. ([DylanVann#433](https://github.com/johto-breakroom/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/johto-breakroom/react-native-fast-image/issues/303)) ([5597ed0](5597ed0)), closes [DylanVann#304](https://github.com/johto-breakroom/react-native-fast-image/issues/304)
* Fix wildcard peer dependencies. ([7149420](7149420)), closes [DylanVann#440](https://github.com/johto-breakroom/react-native-fast-image/issues/440)
* Fixes cacheControl types. ([DylanVann#382](https://github.com/johto-breakroom/react-native-fast-image/issues/382)) ([e13db7d](e13db7d)), closes [DylanVann#325](https://github.com/johto-breakroom/react-native-fast-image/issues/325)
* Fixes podspec syntax. ([b627646](b627646))
* Fixes WebP rendering on iOS 12. ([DylanVann#412](https://github.com/johto-breakroom/react-native-fast-image/issues/412)) ([97630c8](97630c8)), closes [DylanVann#298](https://github.com/johto-breakroom/react-native-fast-image/issues/298) [DylanVann#385](https://github.com/johto-breakroom/react-native-fast-image/issues/385)
* Flow syntax error ([DylanVann#924](https://github.com/johto-breakroom/react-native-fast-image/issues/924)) ([a10ab3f](a10ab3f))
* improve/update build.gradle ([1f04c55](1f04c55))
* lint ([780d41f](780d41f))
* Loading images by reverting "bug: Use device scale when loading images.". ([0326c3e](0326c3e)), closes [DylanVann#509](https://github.com/johto-breakroom/react-native-fast-image/issues/509)
* make corresponding flow file for .cjs file ([77326e8](77326e8)), closes [DylanVann#784](https://github.com/johto-breakroom/react-native-fast-image/issues/784)
* null exception in FastImageViewManager.java ([DylanVann#423](https://github.com/johto-breakroom/react-native-fast-image/issues/423)) ([a7a8643](a7a8643))
* peer dependency warning ([DylanVann#653](https://github.com/johto-breakroom/react-native-fast-image/issues/653)) ([cd81b1b](cd81b1b))
* Replace 'Component' with 'ComponentType' ([DylanVann#647](https://github.com/johto-breakroom/react-native-fast-image/issues/647)) ([6abb273](6abb273))
* tintColor in fallback Image ([DylanVann#882](https://github.com/johto-breakroom/react-native-fast-image/issues/882)) ([fbb6b68](fbb6b68))
* use ColorValue type ([DylanVann#939](https://github.com/johto-breakroom/react-native-fast-image/issues/939)) ([54376d8](54376d8))
* **android:** make center ResizeMode work correctly ([d648ef8](d648ef8))
* **android:** remove explicit use of UI thread ([DylanVann#698](https://github.com/johto-breakroom/react-native-fast-image/issues/698)) ([5d2894e](5d2894e))
* **android:** replace jcenter with mavenCentral ([69c9422](69c9422))
* **android:** update Glide ([86edd7f](86edd7f))
* **ios:** update SDWebImage ([DylanVann#740](https://github.com/johto-breakroom/react-native-fast-image/issues/740)) ([a1eeb75](a1eeb75))
* remove cache property if using fallback ([ba0f238](ba0f238))
* update dv-scripts ([61fab12](61fab12))
* update dv-scripts ([3c6d0f4](3c6d0f4))
* update SDWebImage and SDWebImageWebPCoder ([DylanVann#689](https://github.com/johto-breakroom/react-native-fast-image/issues/689)) ([9646456](9646456))
* Updates SDWebImageWebPCoder. ([DylanVann#628](https://github.com/johto-breakroom/react-native-fast-image/issues/628)) ([325d77f](325d77f))
* Upgrade vendored SDWebImage to v5.0.5. ([5016172](5016172)), closes [DylanVann#489](https://github.com/johto-breakroom/react-native-fast-image/issues/489)
* wrong cache type ([DylanVann#688](https://github.com/johto-breakroom/react-native-fast-image/issues/688)) [skip ci] ([94e2256](94e2256))
* xcode 12 compatibility ([DylanVann#732](https://github.com/johto-breakroom/react-native-fast-image/issues/732)) ([23c3955](23c3955))

### chore

* Update React peerDependency to "^17 || ^18" ([6255fc4](6255fc4))

### Features

* add a dependency with glide-pluin to support APNG ([c0eae3c](c0eae3c))
* add clear image cache from memory and disk ([DylanVann#425](https://github.com/johto-breakroom/react-native-fast-image/issues/425)) ([818ed0c](818ed0c))
* Add cookie support for iOS. ([DylanVann#284](https://github.com/johto-breakroom/react-native-fast-image/issues/284)) ([ae47bff](ae47bff))
* Add tint color support. ([03c50f0](03c50f0)), closes [DylanVann#124](https://github.com/johto-breakroom/react-native-fast-image/issues/124)
* Add tvOS target. ([DylanVann#486](https://github.com/johto-breakroom/react-native-fast-image/issues/486)) ([6805972](6805972))
* apply patch to react native fast image ([fe3bb5f](fe3bb5f))
* converts to TypeScript ([DylanVann#642](https://github.com/johto-breakroom/react-native-fast-image/issues/642)) ([ac11706](ac11706))
* export ResizeMode and Priority types ([DylanVann#678](https://github.com/johto-breakroom/react-native-fast-image/issues/678)) ([e33664f](e33664f))
* support defaultSource on iOS and Android ([DylanVann#921](https://github.com/johto-breakroom/react-native-fast-image/issues/921)) ([ec7c453](ec7c453))
* **ios:** allow for for per-image-request-headers ([DylanVann#691](https://github.com/johto-breakroom/react-native-fast-image/issues/691)) ([4a7cd64](4a7cd64))
* **ios:** cancel image load when unmounted ([DylanVann#787](https://github.com/johto-breakroom/react-native-fast-image/issues/787)) ([f1588be](f1588be))
* Upgrade example apps. ([DylanVann#453](https://github.com/johto-breakroom/react-native-fast-image/issues/453)) ([25f8f0d](25f8f0d))
* Upgrade to React Native 0.60.0 / CocoaPods / Android X. ([DylanVann#513](https://github.com/johto-breakroom/react-native-fast-image/issues/513)) ([5489f9e](5489f9e))
* Upgrade to SDWebImage 5.0. ([DylanVann#454](https://github.com/johto-breakroom/react-native-fast-image/issues/454)) ([8a216e2](8a216e2)), closes [DylanVann#447](https://github.com/johto-breakroom/react-native-fast-image/issues/447)
* Use forwardRef to allow access to ref.measure and others. ([DylanVann#419](https://github.com/johto-breakroom/react-native-fast-image/issues/419)) ([2b4fba3](2b4fba3)), closes [DylanVann#69](https://github.com/johto-breakroom/react-native-fast-image/issues/69)

### Performance Improvements

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

### Reverts

* Remove functionality for notifying other images on load. ([DylanVann#452](https://github.com/johto-breakroom/react-native-fast-image/issues/452)) ([292223d](292223d))
* Revert "deleted exampleCode" ([26042d4](26042d4))

### BREAKING CHANGES

* This package will no longer support React 16.
* 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 Nov 15, 2024
1 parent 780d41f commit 2675583
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 1 deletion.
95 changes: 95 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,98 @@
# 1.0.0 (2024-11-15)


### Bug Fixes

* accessibilityIgnoresInvertColors prop not recognised when using TypeScript ([#666](https://github.com/johto-breakroom/react-native-fast-image/issues/666)) ([22f89e4](https://github.com/johto-breakroom/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/johto-breakroom/react-native-fast-image/issues/601)) ([2d706ad](https://github.com/johto-breakroom/react-native-fast-image/commit/2d706ad7da6410a3a2382b70ed90369f0473117e))
* add react@17 as peer dependency ([#790](https://github.com/johto-breakroom/react-native-fast-image/issues/790)) ([27bd586](https://github.com/johto-breakroom/react-native-fast-image/commit/27bd58630cff4e10fea0bb835555bb7ad8b62da0))
* Add tintColor to Flow FastImageProps type ([#871](https://github.com/johto-breakroom/react-native-fast-image/issues/871)) ([37abecd](https://github.com/johto-breakroom/react-native-fast-image/commit/37abecd3ff5092a136542a24320f7790a6ed8ba0))
* Add tintColor type definition. ([4adf42f](https://github.com/johto-breakroom/react-native-fast-image/commit/4adf42f935372c9434851a122ed8fdb8ec0ecaf8))
* Bump Glide version number to v4.11.0. ([#649](https://github.com/johto-breakroom/react-native-fast-image/issues/649)) ([c4e4306](https://github.com/johto-breakroom/react-native-fast-image/commit/c4e4306c15bda65d95e97ab9f45ef5e351128253)), closes [#536](https://github.com/johto-breakroom/react-native-fast-image/issues/536)
* do not crash when source is invalid ([#782](https://github.com/johto-breakroom/react-native-fast-image/issues/782)) ([5c5fefa](https://github.com/johto-breakroom/react-native-fast-image/commit/5c5fefacbdbc4d02c1eb71bca88fa1d012750b87))
* export FastImageStaticProperties ([#822](https://github.com/johto-breakroom/react-native-fast-image/issues/822)) ([d69f692](https://github.com/johto-breakroom/react-native-fast-image/commit/d69f6921590279a5d0f943b6b4b6879047d78d57))
* FastImage extends ViewProps ([#829](https://github.com/johto-breakroom/react-native-fast-image/issues/829)) ([68db871](https://github.com/johto-breakroom/react-native-fast-image/commit/68db8712bff865e6b5464b02c956d5198529a2f7)), closes [#819](https://github.com/johto-breakroom/react-native-fast-image/issues/819)
* Fix dependency versions not specified in podfile. ([89f3379](https://github.com/johto-breakroom/react-native-fast-image/commit/89f337998e48b84a3f627dcdb057a8ac355c4ea2)), closes [#456](https://github.com/johto-breakroom/react-native-fast-image/issues/456)
* Fix fallback prop not working. ([#420](https://github.com/johto-breakroom/react-native-fast-image/issues/420)) ([487d410](https://github.com/johto-breakroom/react-native-fast-image/commit/487d41040db938f3ee12bc00e09fe42ebb0be5e5))
* Fix IllegalArgumentException crash (Android). ([#511](https://github.com/johto-breakroom/react-native-fast-image/issues/511)) ([b6c4677](https://github.com/johto-breakroom/react-native-fast-image/commit/b6c467780b72e6b2440b6296f3bc520102734dae))
* Fix incorrect syntax. ([11f6047](https://github.com/johto-breakroom/react-native-fast-image/commit/11f6047658334ba3c73e089413acb47c7a0493f4))
* Fix local resource cache issue on Android. ([#472](https://github.com/johto-breakroom/react-native-fast-image/issues/472)) ([5f65383](https://github.com/johto-breakroom/react-native-fast-image/commit/5f653838b853f115777b1a2394238e5b3698feda)), closes [#402](https://github.com/johto-breakroom/react-native-fast-image/issues/402)
* Fix memory leak on iOS. ([#433](https://github.com/johto-breakroom/react-native-fast-image/issues/433)) ([70be744](https://github.com/johto-breakroom/react-native-fast-image/commit/70be74432d39f8e5289192b5bb116ab47e207615))
* Fix peer dependency and remove prop-types. ([44a4c8b](https://github.com/johto-breakroom/react-native-fast-image/commit/44a4c8b3409ea206a8ede0e8e9e0ec0f32c9b5b1))
* Fix setting props order issue for iOS. ([#303](https://github.com/johto-breakroom/react-native-fast-image/issues/303)) ([5597ed0](https://github.com/johto-breakroom/react-native-fast-image/commit/5597ed0dad451530d4e5c42b61bfb5aba4b1566a)), closes [#304](https://github.com/johto-breakroom/react-native-fast-image/issues/304)
* Fix wildcard peer dependencies. ([7149420](https://github.com/johto-breakroom/react-native-fast-image/commit/71494208b85eef6fcbe8d61095c240c0b1f27458)), closes [#440](https://github.com/johto-breakroom/react-native-fast-image/issues/440)
* Fixes cacheControl types. ([#382](https://github.com/johto-breakroom/react-native-fast-image/issues/382)) ([e13db7d](https://github.com/johto-breakroom/react-native-fast-image/commit/e13db7d40974a5a04eab8598292e02b5d7f5bf5a)), closes [#325](https://github.com/johto-breakroom/react-native-fast-image/issues/325)
* Fixes podspec syntax. ([b627646](https://github.com/johto-breakroom/react-native-fast-image/commit/b627646001e334ece89c49e0aa6bc403f496f8ce))
* Fixes WebP rendering on iOS 12. ([#412](https://github.com/johto-breakroom/react-native-fast-image/issues/412)) ([97630c8](https://github.com/johto-breakroom/react-native-fast-image/commit/97630c8ee4bd5f1b81911f6f8a6285c089d5cf94)), closes [#298](https://github.com/johto-breakroom/react-native-fast-image/issues/298) [#385](https://github.com/johto-breakroom/react-native-fast-image/issues/385)
* Flow syntax error ([#924](https://github.com/johto-breakroom/react-native-fast-image/issues/924)) ([a10ab3f](https://github.com/johto-breakroom/react-native-fast-image/commit/a10ab3f87fb2b72d68e3ef1daab71eb8f8cca960))
* improve/update build.gradle ([1f04c55](https://github.com/johto-breakroom/react-native-fast-image/commit/1f04c5542c6138d58446c58c3f3a5614772f81f1))
* lint ([780d41f](https://github.com/johto-breakroom/react-native-fast-image/commit/780d41fa440cf3f3e58d8328f854385ef8853616))
* Loading images by reverting "bug: Use device scale when loading images.". ([0326c3e](https://github.com/johto-breakroom/react-native-fast-image/commit/0326c3ebbbff21c0e38ffa6112b27d2ab042729f)), closes [#509](https://github.com/johto-breakroom/react-native-fast-image/issues/509)
* make corresponding flow file for .cjs file ([77326e8](https://github.com/johto-breakroom/react-native-fast-image/commit/77326e8b09954ab8c27785fe84427b1ed3d9290f)), closes [#784](https://github.com/johto-breakroom/react-native-fast-image/issues/784)
* null exception in FastImageViewManager.java ([#423](https://github.com/johto-breakroom/react-native-fast-image/issues/423)) ([a7a8643](https://github.com/johto-breakroom/react-native-fast-image/commit/a7a8643ed4988f3726a8ac8a0256f4d4ca3feb6f))
* peer dependency warning ([#653](https://github.com/johto-breakroom/react-native-fast-image/issues/653)) ([cd81b1b](https://github.com/johto-breakroom/react-native-fast-image/commit/cd81b1b66a8d9938764a66e1f3c1bd5ff20b3565))
* Replace 'Component' with 'ComponentType' ([#647](https://github.com/johto-breakroom/react-native-fast-image/issues/647)) ([6abb273](https://github.com/johto-breakroom/react-native-fast-image/commit/6abb273ce590ab7a111695a601b603823ac0bf4e))
* tintColor in fallback Image ([#882](https://github.com/johto-breakroom/react-native-fast-image/issues/882)) ([fbb6b68](https://github.com/johto-breakroom/react-native-fast-image/commit/fbb6b68a606f8f1fb9b570243d65bd410f21f63e))
* use ColorValue type ([#939](https://github.com/johto-breakroom/react-native-fast-image/issues/939)) ([54376d8](https://github.com/johto-breakroom/react-native-fast-image/commit/54376d87f7e3826b884374a429c3879635dea246))
* **android:** make center ResizeMode work correctly ([d648ef8](https://github.com/johto-breakroom/react-native-fast-image/commit/d648ef85045fb97d8d1f6a637e915fa912a6c6c9))
* **android:** remove explicit use of UI thread ([#698](https://github.com/johto-breakroom/react-native-fast-image/issues/698)) ([5d2894e](https://github.com/johto-breakroom/react-native-fast-image/commit/5d2894e442dc3d239b4dc9cb25dca455f7d8bc6e))
* **android:** replace jcenter with mavenCentral ([69c9422](https://github.com/johto-breakroom/react-native-fast-image/commit/69c942276fedbb517eaf0d45f8fb3fdb8a191b2a))
* **android:** update Glide ([86edd7f](https://github.com/johto-breakroom/react-native-fast-image/commit/86edd7ffc54a293cd732801fc70c0d4ada03899c))
* **ios:** update SDWebImage ([#740](https://github.com/johto-breakroom/react-native-fast-image/issues/740)) ([a1eeb75](https://github.com/johto-breakroom/react-native-fast-image/commit/a1eeb75b19523e9514d3cb1c79cbe629e209d57e))
* remove cache property if using fallback ([ba0f238](https://github.com/johto-breakroom/react-native-fast-image/commit/ba0f238821ba23517b8e62e759f685b8cd67c0c6))
* update dv-scripts ([61fab12](https://github.com/johto-breakroom/react-native-fast-image/commit/61fab122ab90b404714035789e42d711ed1f93ab))
* update dv-scripts ([3c6d0f4](https://github.com/johto-breakroom/react-native-fast-image/commit/3c6d0f4c7bfce991bcbad02ce5816d93a93121e5))
* update SDWebImage and SDWebImageWebPCoder ([#689](https://github.com/johto-breakroom/react-native-fast-image/issues/689)) ([9646456](https://github.com/johto-breakroom/react-native-fast-image/commit/964645667525dc09f625bc471548b995e01d0061))
* Updates SDWebImageWebPCoder. ([#628](https://github.com/johto-breakroom/react-native-fast-image/issues/628)) ([325d77f](https://github.com/johto-breakroom/react-native-fast-image/commit/325d77f4c2e2e1437c0dda160b6047473d7c8a07))
* Upgrade vendored SDWebImage to v5.0.5. ([5016172](https://github.com/johto-breakroom/react-native-fast-image/commit/5016172cfcbbf7a1a835c06eb280177ee857bf18)), closes [#489](https://github.com/johto-breakroom/react-native-fast-image/issues/489)
* wrong cache type ([#688](https://github.com/johto-breakroom/react-native-fast-image/issues/688)) [skip ci] ([94e2256](https://github.com/johto-breakroom/react-native-fast-image/commit/94e2256da234d535e88172ce325c89e7cb69fc6e))
* xcode 12 compatibility ([#732](https://github.com/johto-breakroom/react-native-fast-image/issues/732)) ([23c3955](https://github.com/johto-breakroom/react-native-fast-image/commit/23c3955473a94477c52c0ec2b9f4f51e9377be06))


### chore

* Update React peerDependency to "^17 || ^18" ([6255fc4](https://github.com/johto-breakroom/react-native-fast-image/commit/6255fc4f9deea0b83476ddb0c5389d0076ab6cfc))


### Features

* add a dependency with glide-pluin to support APNG ([c0eae3c](https://github.com/johto-breakroom/react-native-fast-image/commit/c0eae3cec9eaa0a7cd278ce8e1345ae9a6d5c930))
* add clear image cache from memory and disk ([#425](https://github.com/johto-breakroom/react-native-fast-image/issues/425)) ([818ed0c](https://github.com/johto-breakroom/react-native-fast-image/commit/818ed0c3f59f825144609479047190f9bfd6dc76))
* Add cookie support for iOS. ([#284](https://github.com/johto-breakroom/react-native-fast-image/issues/284)) ([ae47bff](https://github.com/johto-breakroom/react-native-fast-image/commit/ae47bff4de7e532dd817febf3da5a370303538b8))
* Add tint color support. ([03c50f0](https://github.com/johto-breakroom/react-native-fast-image/commit/03c50f026c31aca9952e1b1fcac712e66ebce2b9)), closes [#124](https://github.com/johto-breakroom/react-native-fast-image/issues/124)
* Add tvOS target. ([#486](https://github.com/johto-breakroom/react-native-fast-image/issues/486)) ([6805972](https://github.com/johto-breakroom/react-native-fast-image/commit/6805972159d56d3ee398a88b7a279b61ee6a624c))
* apply patch to react native fast image ([fe3bb5f](https://github.com/johto-breakroom/react-native-fast-image/commit/fe3bb5f7a509075f1234ee087d64a256f0b2f939))
* converts to TypeScript ([#642](https://github.com/johto-breakroom/react-native-fast-image/issues/642)) ([ac11706](https://github.com/johto-breakroom/react-native-fast-image/commit/ac117060ebdd04b2130bfb23c62f203beb077089))
* export ResizeMode and Priority types ([#678](https://github.com/johto-breakroom/react-native-fast-image/issues/678)) ([e33664f](https://github.com/johto-breakroom/react-native-fast-image/commit/e33664fbcff4be7b180c3843422f76e9d0b1c4f8))
* support defaultSource on iOS and Android ([#921](https://github.com/johto-breakroom/react-native-fast-image/issues/921)) ([ec7c453](https://github.com/johto-breakroom/react-native-fast-image/commit/ec7c4535139ae759b5ce5531aadb7612a5a744d0))
* **ios:** allow for for per-image-request-headers ([#691](https://github.com/johto-breakroom/react-native-fast-image/issues/691)) ([4a7cd64](https://github.com/johto-breakroom/react-native-fast-image/commit/4a7cd64f5b0aa40b04d63ccb105ee2b511abe624))
* **ios:** cancel image load when unmounted ([#787](https://github.com/johto-breakroom/react-native-fast-image/issues/787)) ([f1588be](https://github.com/johto-breakroom/react-native-fast-image/commit/f1588beec0e0684d99b10a3a9e8824cfd795f998))
* Upgrade example apps. ([#453](https://github.com/johto-breakroom/react-native-fast-image/issues/453)) ([25f8f0d](https://github.com/johto-breakroom/react-native-fast-image/commit/25f8f0d85acb0e4b4a8cde9eacd9184470a49473))
* Upgrade to React Native 0.60.0 / CocoaPods / Android X. ([#513](https://github.com/johto-breakroom/react-native-fast-image/issues/513)) ([5489f9e](https://github.com/johto-breakroom/react-native-fast-image/commit/5489f9ec4bbc80c657ac351130771637d1f61672))
* Upgrade to SDWebImage 5.0. ([#454](https://github.com/johto-breakroom/react-native-fast-image/issues/454)) ([8a216e2](https://github.com/johto-breakroom/react-native-fast-image/commit/8a216e2079b5333748ad26c3b8055ce3c57cd979)), closes [#447](https://github.com/johto-breakroom/react-native-fast-image/issues/447)
* Use forwardRef to allow access to ref.measure and others. ([#419](https://github.com/johto-breakroom/react-native-fast-image/issues/419)) ([2b4fba3](https://github.com/johto-breakroom/react-native-fast-image/commit/2b4fba3ad8e8d523c838c8158181b5d4f3ae5ddb)), closes [#69](https://github.com/johto-breakroom/react-native-fast-image/issues/69)


### Performance Improvements

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


### Reverts

* Remove functionality for notifying other images on load. ([#452](https://github.com/johto-breakroom/react-native-fast-image/issues/452)) ([292223d](https://github.com/johto-breakroom/react-native-fast-image/commit/292223d0ff07e70ffa94981cb83ae8fff2298d33))
* Revert "deleted exampleCode" ([26042d4](https://github.com/johto-breakroom/react-native-fast-image/commit/26042d472afc03979a2ffc4f893600064b34d139))


### BREAKING CHANGES

* This package will no longer support React 16.
* 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.6.3](https://github.com/DylanVann/react-native-fast-image/compare/v8.6.2...v8.6.3) (2022-10-31)


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": "@solabreakroomapp/react-native-fast-image",
"version": "8.6.5",
"version": "1.0.0",
"description": "🚩 FastImage, performant React Native image component.",
"keywords": [
"cache",
Expand Down

0 comments on commit 2675583

Please sign in to comment.