All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.5.4 (2024-11-12)
- zoomimage: android fix for current zoom being reset on
updateImageUri
(6a312cc)
4.5.3 (2024-09-11)
- image: ios fix for when ZoomImage is used inside a pager (db6ed69)
4.5.2 (2024-05-14)
- image: ios added
ImagePipeline.iosComplexCacheEviction
(3ec2029) - zoomimage: error fix when setting image to null (8b3bf20)
4.5.1 (2024-04-25)
- image: android production build fix with native-api-usage (51fa2bc)
4.5.0 (2024-04-23)
- image: ability to add request headers ios (b33d959)
- image: headers property support. Thanks to @Logikgate (8704ee7)
4.4.0 (2024-04-23)
- image: add progress indicator for ios (11b894a)
4.3.41 (2024-04-23)
- android: upgraded native fresco versions (bbed71b)
- zoomimage: typings for for
initialize
method (fb57470)
4.3.40 (2024-04-03)
- zoomimage,ios: better zoomimage component (d16ff34)
4.3.39 (2024-03-29)
- zoomimage: typings fix (05b4b85)
4.3.38 (2024-03-29)
- image: better error handling (6018d0a)
4.3.37 (2024-03-29)
- zoomimage: improvements (535e433)
4.3.36 (2024-03-28)
ImagePipeline.getCacheKey
working correctly on iOS / Android (a7492a4)
4.3.35 (2024-03-22)
- ios: new contextOptions property to pass (72f3ed6)
4.3.34 (2024-02-27)
Note: Version bump only for package ui-image
4.3.33 (2024-02-27)
Note: Version bump only for package ui-image
4.3.32 (2024-02-24)
Note: Version bump only for package ui-image
4.3.31 (2024-02-23)
- image,ios: fix for decodeWidth/decodeHeight (d056b89)
4.3.30 (2024-02-16)
- allow only decodeWidth or decodeHeight to be specified (6062459)
4.3.29 (2024-02-02)
- ios: npm release fix (68a75fe)
4.3.28 (2024-01-23)
- android:
roundBottomLeftRadius
and others were not transform to pixel size (163c4cc) - android: improvement for future N (f8e10f5)
- android: wrong unit for roundTopLeftRadius and others (d6460d9)
4.3.27 (2023-11-24)
updateImageUri
andevictFromDiskCache
andevictFromCache
are now async (ea183ed)
4.3.26 (2023-11-24)
- ios: imageRotation to behave like android (90 = rotation right) (f6674c8)
4.3.25 (2023-11-23)
Note: Version bump only for package ui-image
4.3.24 (2023-11-23)
- ios: imageRotation support (b0fbfc2)
4.3.23 (2023-11-22)
- cacheKey support (66cbf3c)
4.3.22 (2023-11-17)
- edge cases auto measurement fix (dff9f29)
4.3.21 (2023-11-09)
- zoomimage: android regression (e5558f2)
4.3.20 (2023-11-03)
4.3.19 (2023-10-10)
- android: imageRotation fix for negative values (45ebf54)
4.3.18 (2023-10-09)
Note: Version bump only for package ui-image
4.3.17 (2023-10-05)
- android: correct behavior while within a pager (9aca98f)
4.3.16 (2023-09-29)
- android: fix for image disappearing on fragment/ativity transitions. See facebook/fresco#1446 (b36d001)
4.3.15 (2023-09-28)
- android: ensure stretch and imageRotation are updated correctly on change (fb6d15e)
- android: most stretch values are now working correctly with imageRotation (323d42e)
- imageRotation default value (f9f4cef)
- typings fix (3aa9b71)
4.3.14 (2023-09-27)
- zoomimage: support minZoom and maxZoom as string (57280ad)
4.3.13 (2023-09-27)
- android: border radius correctly working now (69c2732)
4.3.12 (2023-09-26)
- android: zoomimage not showing anything (a8c666b)
4.3.11 (2023-08-15)
- android: faster src property set (49be448)
- android: improved perfomances (67f2a7c)
- android: updated fresco version (99c9ad8)
- default stretch to aspectFill (def2438)
4.3.10 (2023-06-08)
- android: more native-api-usage fixes (d0dbe74)
4.3.9 (2023-05-31)
- android: trying to remove build warnings (e4686b2)
4.3.8 (2023-05-24)
Note: Version bump only for package ui-image
4.3.7 (2023-05-23)
4.3.6 (2022-12-01)
Note: Version bump only for package nativescript-image
4.3.5 (2022-09-29)
- ios: prevent error when image loaded after view dispose (4fdaadb)
4.3.4 (2022-09-20)
- image: android support for
useOkhttp
(dd79abf)
4.3.3 (2022-09-12)
- image: android prevent image reloading too many times (e9a53b8)
- image-colorfilter: works with N Image component (50910b9)
4.3.2 (2022-07-15)
- image: imageRotation scaling fix (2f12172)
4.3.1 (2022-07-14)
- image: make imageRotation work in ListView (58913bd)
4.3.0 (2022-07-13)
- image: imageRotation support (android only for now) (1f5b597)
4.2.1 (2022-07-08)
4.2.0 (2022-07-08)
- image: updated native deps (8fb1f4b)
- new
@nativescript-community/ui-image-colorfilter
pacakge (2701766) - new
@nativescript-community/ui-zoomimage
package (c8a2903)
4.1.8 (2022-07-01)
- allow src to be a promise (01f930c)
4.1.7 (2022-06-13)
- android: trying to fix build (b8e0201)
4.1.6 (2022-02-18)
- android: build fix (d985433)
4.1.5 (2022-02-18)
- android: build fix with N forks (dfb24ef)
4.1.4 (2022-01-14)
- android: missing native-api-usage (0019db6)
4.1.3 (2022-01-14)
- ios: fixed transforms not being applied. New
animatedImageView
property to be set when using animated images (5fb20f1)
4.1.2 (2021-12-29)
Note: Version bump only for package @nativescript-community/ui-image
4.1.1 (2021-12-23)
- android remove dep on annotationx (c9fdfbe)
- android flipper supprt (4031fa4)
4.1.0 (2021-10-21)
- android: native-api-usage (0ec235c)
4.0.34 (2021-10-15)
- ios: placeholder not set when no src (ab7e91c)
4.0.33 (2021-10-08)
- ios: fade animations trigger like on android (5448bb5)
4.0.32 (2021-10-08)
4.0.31 (2021-10-07)
- fontIcon support for all images (placeholder, ….) (22eb284)
4.0.30 (2021-10-07)
- android: placeholder and other wont have memory issues anymore when using
res://...
(88487a2)
4.0.29 (2021-09-28)
- ios: removed logs (53c8e70)
4.0.28 (2021-09-22)
- android: fix for gradle 7.0 (e602f9f)
4.0.27 (2021-08-16)
- ios: prevent crash (66f3c1d)
4.0.26 (2021-08-12)
- android: broken build (b581cce)
4.0.25 (2021-08-11)
- android: outline / clip support (e26ab7b)
- rewrote corner handling => new props (805ff37)
4.0.24 (2021-05-28)
4.0.23 (2021-03-12)
- android: ensure we update hierarchy to handle default stretch setting (858af97)
4.0.22 (2021-02-04)
- ios: another fix for loading local image (da29b66)
4.0.21 (2021-01-27)
- android: ensure a hierarchy is set for the default “stretch” property value (c66f8d5)
4.0.20 (2021-01-20)
- ios: res image fix (d792cd9)
4.0.19 (2021-01-09)
- android: fix for ImageSource stretch not being respected (6d5d6e9)
4.0.18 (2020-12-08)
- ios support ~/ in placeholder (3e0d75f)
4.0.17 (2020-11-25)
- removed logs (c277928)
4.0.16 (2020-11-23)
Note: Version bump only for package @nativescript-community/ui-image
4.0.15 (2020-11-22)
Note: Version bump only for package @nativescript-community/ui-image
4.0.14 (2020-11-17)
- ios tried to fix v8 crash + ImageAsset full support (20a27b0)
4.0.13 (2020-11-09)
- android instantiation error (5d41e0c)
4.0.12 (2020-11-07)
- native android view class to get faster! (6a46cb0)
4.0.11 (2020-10-15)
- ios cleanup size measuring (d2e3cc6)
4.0.10 (2020-10-07)
4.0.9 (2020-10-02)
4.0.8 (2020-10-02)
- android: make fresco version configurable (bf794e2)
- make sure the image sizes correctly in all cases (e79355f)
- ios: aspectRatio compute fix (576c164)
4.0.7 (2020-09-22)
- ios: ensure latest SDWebImage on iOS (88db4b6)
4.0.6 (2020-09-09)
- angular: fix imports (419d681)
4.0.5 (2020-09-05)
- angular build fix (afca0e8)
4.0.4 (2020-07-30)
- android: auto size (f52a0d4)
4.0.3 (2020-07-29)
Note: Version bump only for package @nativescript-community/ui-image
4.0.2 (2020-07-29)
- weakref import (6ee24be)
4.0.1 (2020-07-29)
- ios native classes (a2a23b8)
4.0.0 (2020-07-29)
Note: Version bump only for package @nativescript-community/ui-image
3.0.12 (2020-07-29)
Note: Version bump only for package @nativescript-community/ui-image
3.0.11 (2020-05-27)
- android: fix crash on R emulator (fresco issue) (2a4f2b0)
3.0.10 (2020-05-21)
Note: Version bump only for package @nativescript-community/ui-image
3.0.9 (2020-05-21)
- sideEffects for tree shacking (55329a0)
3.0.8 (2020-05-21)
- esm using import for tree shaking (ae5e438)
3.0.7 (2020-05-21)
- full esm support (3a4ea9b)
3.0.6 (2020-04-27)
- ios: bump dep (6bae2f1)
- noCache property (11fcd32)
3.0.5 (2020-03-30)
- removed logs (f42926c)
3.0.4 (2020-03-30)
- ensure hierarchy is updated before request image (e9706da)
3.0.3 (2020-03-28)
- no need to call initialize in lauch event (540945a)
3.0.2 (2020-03-27)
- updated package and deps (499bbe7)
3.0.1 (2019-12-16)
- issue 22: Scale placeholder image scale (6320eb9)
3.0.0 (2019-11-19)
Note: Version bump only for package @nativescript-community/ui-image
2.2.5 (2019-08-27)
2.2.4 (2019-08-26)
- removed unwanted logs (ba9bbb4)
2.2.3 (2019-08-21)
- support ImageSource for uris (6e7aff6)
2.2.2 (2019-08-01)
- clear image if src is null (5430c13)
2.2.1 (2019-08-01)
- fixed typings (b85ca3d)
2.2.0 (2019-08-01)
2.1.4 (2019-06-13)
- crash on app bundle (7fd5bc6)