@nativescript-community/ui-image 4.3.10 → 4.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -333
- package/index-common.d.ts +30 -30
- package/index-common.js +159 -78
- package/index.android.d.ts +2 -0
- package/index.android.js +204 -227
- package/index.ios.js +6 -6
- package/package.json +2 -2
- package/platforms/android/include.gradle +1 -0
- package/platforms/android/java/com/nativescript/image/DraweeView.java +96 -4
- package/platforms/android/ui_image.aar +0 -0
- package/typings/android.d.ts +1 -0
package/CHANGELOG.md
CHANGED
@@ -3,709 +3,387 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [4.3.
|
7
|
-
|
6
|
+
## [4.3.12](https://github.com/nativescript-community/ui-image/compare/v4.3.11...v4.3.12) (2023-09-26)
|
8
7
|
|
9
8
|
### Bug Fixes
|
10
9
|
|
11
|
-
* **android:**
|
12
|
-
|
10
|
+
* **android:** zoomimage not showing anything ([a8c666b](https://github.com/nativescript-community/ui-image/commit/a8c666bec8ffd0b3bc0907e0e9ddab89ec8dfbaf))
|
13
11
|
|
12
|
+
## [4.3.11](https://github.com/nativescript-community/ui-image/compare/v4.3.10...v4.3.11) (2023-08-15)
|
14
13
|
|
14
|
+
### Bug Fixes
|
15
15
|
|
16
|
+
* **android:** improved perfomances ([67f2a7c](https://github.com/nativescript-community/ui-image/commit/67f2a7ca58b04ede2b1260c4b64b3231d0fc2fe2))
|
17
|
+
* **android:** updated fresco version ([99c9ad8](https://github.com/nativescript-community/ui-image/commit/99c9ad8de16e92869ef873c8345b018fe2b71028))
|
16
18
|
|
17
|
-
## [4.3.
|
18
|
-
|
19
|
+
## [4.3.10](https://github.com/nativescript-community/ui-image/compare/v4.3.9...v4.3.10) (2023-06-08)
|
19
20
|
|
20
21
|
### Bug Fixes
|
21
22
|
|
22
|
-
* **android:**
|
23
|
-
|
23
|
+
* **android:** more native-api-usage fixes ([d0dbe74](https://github.com/nativescript-community/ui-image/commit/d0dbe746b066b929a267a9d48f90ef05f6279cd2))
|
24
24
|
|
25
|
+
## [4.3.9](https://github.com/nativescript-community/ui-image/compare/v4.3.8...v4.3.9) (2023-05-31)
|
25
26
|
|
27
|
+
### Bug Fixes
|
26
28
|
|
29
|
+
* **android:** trying to remove build warnings ([e4686b2](https://github.com/nativescript-community/ui-image/commit/e4686b202f4c841730ea32357035d9ebb440020f))
|
27
30
|
|
28
31
|
## [4.3.8](https://github.com/nativescript-community/ui-image/compare/v4.3.7...v4.3.8) (2023-05-24)
|
29
32
|
|
30
33
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
31
34
|
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
35
|
## [4.3.7](https://github.com/nativescript-community/ui-image/compare/v4.3.6...v4.3.7) (2023-05-23)
|
37
36
|
|
38
|
-
|
39
37
|
### Bug Fixes
|
40
38
|
|
41
39
|
* **android:** better native-api-usage ([be61cc8](https://github.com/nativescript-community/ui-image/commit/be61cc8b4963baf91c743eee465d7ddba2233e84))
|
42
40
|
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
41
|
## [4.3.6](https://github.com/nativescript-community/ui-image/compare/v4.3.5...v4.3.6) (2022-12-01)
|
48
42
|
|
49
43
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
50
44
|
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
45
|
## [4.3.5](https://github.com/nativescript-community/ui-image/compare/v4.3.4...v4.3.5) (2022-09-29)
|
56
46
|
|
57
47
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
58
48
|
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
49
|
## [4.3.4](https://github.com/nativescript-community/ui-image/compare/v4.3.3...v4.3.4) (2022-09-20)
|
64
50
|
|
65
51
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
66
52
|
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
53
|
## [4.3.3](https://github.com/nativescript-community/ui-image/compare/v4.3.2...v4.3.3) (2022-09-12)
|
72
54
|
|
73
55
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
74
56
|
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
57
|
## [4.3.2](https://github.com/nativescript-community/ui-image/compare/v4.3.1...v4.3.2) (2022-07-15)
|
80
58
|
|
81
|
-
|
82
59
|
### Bug Fixes
|
83
60
|
|
84
61
|
* **image:** imageRotation scaling fix ([2f12172](https://github.com/nativescript-community/ui-image/commit/2f12172c022c9e6122420763a43b68a2bc137503))
|
85
62
|
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
63
|
## [4.3.1](https://github.com/nativescript-community/ui-image/compare/v4.3.0...v4.3.1) (2022-07-14)
|
91
64
|
|
92
|
-
|
93
65
|
### Bug Fixes
|
94
66
|
|
95
67
|
* **image:** make imageRotation work in ListView ([58913bd](https://github.com/nativescript-community/ui-image/commit/58913bde275284ed704fac07b4154c11090bc7b9))
|
96
68
|
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
69
|
# [4.3.0](https://github.com/nativescript-community/ui-image/compare/v4.2.1...v4.3.0) (2022-07-13)
|
102
70
|
|
103
|
-
|
104
71
|
### Features
|
105
72
|
|
106
73
|
* **image:** imageRotation support (android only for now) ([1f5b597](https://github.com/nativescript-community/ui-image/commit/1f5b59749317ad73e03961c280206fa2523d0b8d))
|
107
74
|
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
75
|
## [4.2.1](https://github.com/nativescript-community/ui-image/compare/v4.2.0...v4.2.1) (2022-07-08)
|
113
76
|
|
114
77
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
115
78
|
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
79
|
# [4.2.0](https://github.com/nativescript-community/ui-image/compare/v4.1.8...v4.2.0) (2022-07-08)
|
121
80
|
|
122
|
-
|
123
81
|
### Bug Fixes
|
124
82
|
|
125
83
|
* **image:** updated native deps ([8fb1f4b](https://github.com/nativescript-community/ui-image/commit/8fb1f4ba1c30101443dbeb098ae23161ccf56a62))
|
126
84
|
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
85
|
## [4.1.8](https://github.com/nativescript-community/ui-image/compare/v4.1.7...v4.1.8) (2022-07-01)
|
132
86
|
|
133
87
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
134
88
|
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
89
|
## [4.1.7](https://github.com/nativescript-community/ui-image/compare/v4.1.6...v4.1.7) (2022-06-13)
|
140
90
|
|
141
|
-
|
142
91
|
### Bug Fixes
|
143
92
|
|
144
93
|
* **android:** trying to fix build ([b8e0201](https://github.com/nativescript-community/ui-image/commit/b8e020156a9bf3cfb5a8c865789e826bd13d12ae))
|
145
94
|
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
95
|
## [4.1.6](https://github.com/nativescript-community/ui-image/compare/v4.1.5...v4.1.6) (2022-02-18)
|
151
96
|
|
152
|
-
|
153
97
|
### Bug Fixes
|
154
98
|
|
155
99
|
* **android:** build fix ([d985433](https://github.com/nativescript-community/ui-image/commit/d9854332a780393c1677d045c3efdadc936a2d03))
|
156
100
|
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
101
|
## [4.1.5](https://github.com/nativescript-community/ui-image/compare/v4.1.4...v4.1.5) (2022-02-18)
|
162
102
|
|
163
|
-
|
164
103
|
### Bug Fixes
|
165
104
|
|
166
105
|
* **android:** build fix with N forks ([dfb24ef](https://github.com/nativescript-community/ui-image/commit/dfb24efb98bc0a2b777b2261db71513b8ea215e8))
|
167
106
|
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
107
|
## [4.1.4](https://github.com/nativescript-community/ui-image/compare/v4.1.3...v4.1.4) (2022-01-14)
|
173
108
|
|
174
|
-
|
175
109
|
### Bug Fixes
|
176
110
|
|
177
111
|
* **android:** missing native-api-usage ([0019db6](https://github.com/nativescript-community/ui-image/commit/0019db697a94bad4208aa1803f8baa8b96fb0554))
|
178
112
|
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
113
|
## [4.1.3](https://github.com/nativescript-community/ui-image/compare/v4.1.2...v4.1.3) (2022-01-14)
|
184
114
|
|
185
|
-
|
186
115
|
### Bug Fixes
|
187
116
|
|
188
117
|
* **ios:** fixed transforms not being applied. New `animatedImageView` property to be set when using animated images ([5fb20f1](https://github.com/nativescript-community/ui-image/commit/5fb20f1d13cc48fe57000dc2fa6bb15c8b568ff0))
|
189
118
|
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
119
|
## [4.1.2](https://github.com/nativescript-community/ui-image/compare/v4.1.1...v4.1.2) (2021-12-29)
|
195
120
|
|
196
121
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
197
122
|
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
123
|
## [4.1.1](https://github.com/nativescript-community/ui-image/compare/v4.1.0...v4.1.1) (2021-12-23)
|
203
124
|
|
204
|
-
|
205
125
|
### Bug Fixes
|
206
126
|
|
207
127
|
* android remove dep on annotationx ([c9fdfbe](https://github.com/nativescript-community/ui-image/commit/c9fdfbe8f7c7f876abb53b1d8b9b7c68d65ae21f))
|
208
128
|
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
129
|
# [4.1.0](https://github.com/nativescript-community/ui-image/compare/v4.0.34...v4.1.0) (2021-10-21)
|
214
130
|
|
215
|
-
|
216
131
|
### Features
|
217
132
|
|
218
133
|
* **android:** native-api-usage ([0ec235c](https://github.com/nativescript-community/ui-image/commit/0ec235c2df1d5c4f6f30615766ea17ba74576dc7))
|
219
134
|
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
135
|
## [4.0.34](https://github.com/nativescript-community/ui-image/compare/v4.0.33...v4.0.34) (2021-10-15)
|
225
136
|
|
226
137
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
227
138
|
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
139
|
## [4.0.33](https://github.com/nativescript-community/ui-image/compare/v4.0.32...v4.0.33) (2021-10-08)
|
233
140
|
|
234
141
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
235
142
|
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
143
|
## [4.0.32](https://github.com/nativescript-community/ui-image/compare/v4.0.31...v4.0.32) (2021-10-08)
|
241
144
|
|
242
145
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
243
146
|
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
147
|
## [4.0.31](https://github.com/nativescript-community/ui-image/compare/v4.0.30...v4.0.31) (2021-10-07)
|
249
148
|
|
250
149
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
251
150
|
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
151
|
## [4.0.30](https://github.com/nativescript-community/ui-image/compare/v4.0.29...v4.0.30) (2021-10-07)
|
257
152
|
|
258
153
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
259
154
|
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
155
|
## [4.0.29](https://github.com/nativescript-community/ui-image/compare/v4.0.28...v4.0.29) (2021-09-28)
|
265
156
|
|
266
157
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
267
158
|
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
159
|
## [4.0.28](https://github.com/nativescript-community/ui-image/compare/v4.0.27...v4.0.28) (2021-09-22)
|
273
160
|
|
274
|
-
|
275
161
|
### Bug Fixes
|
276
162
|
|
277
163
|
* **android:** fix for gradle 7.0 ([e602f9f](https://github.com/nativescript-community/ui-image/commit/e602f9f257843fa9ce88c2f31ee9ca1dfbb758b3))
|
278
164
|
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
165
|
## [4.0.27](https://github.com/nativescript-community/ui-image/compare/v4.0.26...v4.0.27) (2021-08-16)
|
284
166
|
|
285
167
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
286
168
|
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
169
|
## [4.0.26](https://github.com/nativescript-community/ui-image/compare/v4.0.25...v4.0.26) (2021-08-12)
|
292
170
|
|
293
|
-
|
294
171
|
### Bug Fixes
|
295
172
|
|
296
173
|
* **android:** broken build ([b581cce](https://github.com/nativescript-community/ui-image/commit/b581cce03f5b1a3e28eb24204a2ae75eeeee800a))
|
297
174
|
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
175
|
## [4.0.25](https://github.com/nativescript-community/ui-image/compare/v4.0.24...v4.0.25) (2021-08-11)
|
303
176
|
|
304
|
-
|
305
177
|
### Bug Fixes
|
306
178
|
|
307
179
|
* **android:** outline / clip support ([e26ab7b](https://github.com/nativescript-community/ui-image/commit/e26ab7b64c90d535ff8a1b7ec2410ef55abffaa6))
|
308
180
|
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
181
|
## [4.0.24](https://github.com/nativescript-community/ui-image/compare/v4.0.23...v4.0.24) (2021-05-28)
|
314
182
|
|
315
183
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
316
184
|
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
185
|
## [4.0.23](https://github.com/nativescript-community/ui-image/compare/v4.0.22...v4.0.23) (2021-03-12)
|
322
186
|
|
323
187
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
324
188
|
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
189
|
## [4.0.22](https://github.com/nativescript-community/ui-image/compare/v4.0.21...v4.0.22) (2021-02-04)
|
330
190
|
|
331
191
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
332
192
|
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
193
|
## [4.0.21](https://github.com/nativescript-community/ui-image/compare/v4.0.20...v4.0.21) (2021-01-27)
|
338
194
|
|
339
195
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
340
196
|
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
197
|
## [4.0.20](https://github.com/nativescript-community/ui-image/compare/v4.0.19...v4.0.20) (2021-01-20)
|
346
198
|
|
347
199
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
348
200
|
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
201
|
## [4.0.19](https://github.com/nativescript-community/ui-image/compare/v4.0.18...v4.0.19) (2021-01-09)
|
354
202
|
|
355
203
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
356
204
|
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
205
|
## [4.0.18](https://github.com/nativescript-community/ui-image/compare/v4.0.17...v4.0.18) (2020-12-08)
|
362
206
|
|
363
207
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
364
208
|
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
209
|
## [4.0.17](https://github.com/nativescript-community/ui-image/compare/v4.0.16...v4.0.17) (2020-11-25)
|
370
210
|
|
371
211
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
372
212
|
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
213
|
## [4.0.16](https://github.com/nativescript-community/ui-image/compare/v4.0.15...v4.0.16) (2020-11-23)
|
378
214
|
|
379
215
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
380
216
|
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
217
|
## [4.0.15](https://github.com/nativescript-community/ui-image/compare/v4.0.14...v4.0.15) (2020-11-22)
|
386
218
|
|
387
219
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
388
220
|
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
221
|
## [4.0.14](https://github.com/nativescript-community/ui-image/compare/v4.0.13...v4.0.14) (2020-11-17)
|
394
222
|
|
395
|
-
|
396
223
|
### Bug Fixes
|
397
224
|
|
398
225
|
* ios tried to fix v8 crash + ImageAsset full support ([20a27b0](https://github.com/nativescript-community/ui-image/commit/20a27b080f0bb5296dfd94602075750e1449eb1c))
|
399
226
|
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
227
|
## [4.0.13](https://github.com/nativescript-community/ui-image/compare/v4.0.12...v4.0.13) (2020-11-09)
|
405
228
|
|
406
|
-
|
407
229
|
### Bug Fixes
|
408
230
|
|
409
231
|
* android instantiation error ([5d41e0c](https://github.com/nativescript-community/ui-image/commit/5d41e0c2a1dc756a35c56db6263526dfa1c9d7ad))
|
410
232
|
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
233
|
## [4.0.12](https://github.com/nativescript-community/ui-image/compare/v4.0.11...v4.0.12) (2020-11-07)
|
416
234
|
|
417
|
-
|
418
235
|
### Bug Fixes
|
419
236
|
|
420
237
|
* native android view class to get faster! ([6a46cb0](https://github.com/nativescript-community/ui-image/commit/6a46cb01b9171094e5a6b8368e31e2b85182ba83))
|
421
238
|
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
239
|
## [4.0.11](https://github.com/nativescript-community/ui-image/compare/v4.0.10...v4.0.11) (2020-10-15)
|
427
240
|
|
428
241
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
429
242
|
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
243
|
## [4.0.10](https://github.com/nativescript-community/ui-image/compare/v4.0.9...v4.0.10) (2020-10-07)
|
435
244
|
|
436
245
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
437
246
|
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
247
|
## [4.0.9](https://github.com/nativescript-community/ui-image/compare/v4.0.8...v4.0.9) (2020-10-02)
|
443
248
|
|
444
249
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
445
250
|
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
251
|
## [4.0.8](https://github.com/nativescript-community/ui-image/compare/v4.0.7...v4.0.8) (2020-10-02)
|
451
252
|
|
452
|
-
|
453
253
|
### Bug Fixes
|
454
254
|
|
455
255
|
* **android:** make fresco version configurable ([bf794e2](https://github.com/nativescript-community/ui-image/commit/bf794e2b9d9d9fd80927d97535f5813069213c35))
|
456
256
|
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
257
|
## [4.0.7](https://github.com/nativescript-community/ui-image/compare/v4.0.6...v4.0.7) (2020-09-22)
|
462
258
|
|
463
|
-
|
464
259
|
### Bug Fixes
|
465
260
|
|
466
261
|
* **ios:** ensure latest SDWebImage on iOS ([88db4b6](https://github.com/nativescript-community/ui-image/commit/88db4b6b99dde9a37df3e490a5416da3c82c00b1))
|
467
262
|
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
263
|
## [4.0.6](https://github.com/nativescript-community/ui-image/compare/v4.0.5...v4.0.6) (2020-09-09)
|
473
264
|
|
474
265
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
475
266
|
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
267
|
## [4.0.5](https://github.com/nativescript-community/ui-image/compare/v4.0.4...v4.0.5) (2020-09-05)
|
481
268
|
|
482
269
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
483
270
|
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
271
|
## [4.0.4](https://github.com/nativescript-community/ui-image/compare/v4.0.3...v4.0.4) (2020-07-30)
|
489
272
|
|
490
273
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
491
274
|
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
275
|
## [4.0.3](https://github.com/nativescript-community/ui-image/compare/v4.0.2...v4.0.3) (2020-07-29)
|
497
276
|
|
498
277
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
499
278
|
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
279
|
## [4.0.2](https://github.com/nativescript-community/ui-image/compare/v4.0.1...v4.0.2) (2020-07-29)
|
505
280
|
|
506
281
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
507
282
|
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
283
|
## [4.0.1](https://github.com/nativescript-community/ui-image/compare/v4.0.0...v4.0.1) (2020-07-29)
|
513
284
|
|
514
285
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
515
286
|
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
287
|
# [4.0.0](https://github.com/nativescript-community/ui-image/compare/v3.0.12...v4.0.0) (2020-07-29)
|
521
288
|
|
522
289
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
523
290
|
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
291
|
## [3.0.12](https://github.com/nativescript-community/ui-image/compare/v3.0.11...v3.0.12) (2020-07-29)
|
529
292
|
|
530
293
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
531
294
|
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
295
|
## [3.0.11](https://github.com/nativescript-community/ui-image/compare/v3.0.10...v3.0.11) (2020-05-27)
|
537
296
|
|
538
|
-
|
539
297
|
### Bug Fixes
|
540
298
|
|
541
299
|
* **android:** fix crash on R emulator (fresco issue) ([2a4f2b0](https://github.com/nativescript-community/ui-image/commit/2a4f2b05c6bfd487bcc708ee5c797eb0d1efe753))
|
542
300
|
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
301
|
## [3.0.10](https://github.com/nativescript-community/ui-image/compare/v3.0.9...v3.0.10) (2020-05-21)
|
548
302
|
|
549
303
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
550
304
|
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
305
|
## [3.0.9](https://github.com/nativescript-community/ui-image/compare/v3.0.8...v3.0.9) (2020-05-21)
|
556
306
|
|
557
|
-
|
558
307
|
### Bug Fixes
|
559
308
|
|
560
309
|
* sideEffects for tree shacking ([55329a0](https://github.com/nativescript-community/ui-image/commit/55329a00fcab2110a99e96497d134ed04c082e02))
|
561
310
|
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
311
|
## [3.0.8](https://github.com/nativescript-community/ui-image/compare/v3.0.7...v3.0.8) (2020-05-21)
|
567
312
|
|
568
313
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
569
314
|
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
315
|
## [3.0.7](https://github.com/nativescript-community/ui-image/compare/v3.0.6...v3.0.7) (2020-05-21)
|
575
316
|
|
576
|
-
|
577
317
|
### Bug Fixes
|
578
318
|
|
579
319
|
* full esm support ([3a4ea9b](https://github.com/nativescript-community/ui-image/commit/3a4ea9be6342313763f7fb2c5bbec57915155721))
|
580
320
|
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
321
|
## [3.0.6](https://github.com/nativescript-community/ui-image/compare/v3.0.5...v3.0.6) (2020-04-27)
|
586
322
|
|
587
|
-
|
588
323
|
### Bug Fixes
|
589
324
|
|
590
325
|
* **ios:** bump dep ([6bae2f1](https://github.com/nativescript-community/ui-image/commit/6bae2f1f0bce88fe216ed89a1e29ef99ee3b2645))
|
591
326
|
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
327
|
## [3.0.5](https://github.com/nativescript-community/ui-image/compare/v3.0.4...v3.0.5) (2020-03-30)
|
597
328
|
|
598
329
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
599
330
|
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
331
|
## [3.0.4](https://github.com/nativescript-community/ui-image/compare/v3.0.3...v3.0.4) (2020-03-30)
|
605
332
|
|
606
333
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
607
334
|
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
335
|
## [3.0.3](https://github.com/nativescript-community/ui-image/compare/v3.0.2...v3.0.3) (2020-03-28)
|
613
336
|
|
614
337
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
615
338
|
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
339
|
## [3.0.2](https://github.com/nativescript-community/ui-image/compare/v3.0.1...v3.0.2) (2020-03-27)
|
621
340
|
|
622
|
-
|
623
341
|
### Bug Fixes
|
624
342
|
|
625
343
|
* updated package and deps ([499bbe7](https://github.com/nativescript-community/ui-image/commit/499bbe79852a2976255c17f2fe3f71180c9c6eaa))
|
626
344
|
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
345
|
## [3.0.1](https://github.com/nativescript-community/ui-image/compare/v3.0.0...v3.0.1) (2019-12-16)
|
632
346
|
|
633
347
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
634
348
|
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
349
|
# [3.0.0](https://github.com/nativescript-community/ui-image/compare/v2.2.5...v3.0.0) (2019-11-19)
|
640
350
|
|
641
351
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
642
352
|
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
353
|
## [2.2.5](https://github.com/nativescript-community/ui-image/compare/v2.2.4...v2.2.5) (2019-08-27)
|
648
354
|
|
649
|
-
|
650
355
|
### Bug Fixes
|
651
356
|
|
652
357
|
* correct required ios version ([e5e6ceb](https://github.com/nativescript-community/ui-image/commit/e5e6ceb))
|
653
358
|
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
359
|
## [2.2.4](https://github.com/nativescript-community/ui-image/compare/v2.2.3...v2.2.4) (2019-08-26)
|
659
360
|
|
660
361
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
661
362
|
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
363
|
## [2.2.3](https://github.com/nativescript-community/ui-image/compare/v2.2.2...v2.2.3) (2019-08-21)
|
667
364
|
|
668
365
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
669
366
|
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
367
|
## [2.2.2](https://github.com/nativescript-community/ui-image/compare/v2.2.1...v2.2.2) (2019-08-01)
|
675
368
|
|
676
369
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
677
370
|
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
371
|
## [2.2.1](https://github.com/nativescript-community/ui-image/compare/v2.2.0...v2.2.1) (2019-08-01)
|
683
372
|
|
684
373
|
**Note:** Version bump only for package @nativescript-community/ui-image
|
685
374
|
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
375
|
# [2.2.0](https://github.com/nativescript-community/ui-image/compare/v2.1.4...v2.2.0) (2019-08-01)
|
691
376
|
|
692
|
-
|
693
377
|
### Bug Fixes
|
694
378
|
|
695
379
|
* n 6 requirement ([7b54541](https://github.com/nativescript-community/ui-image/commit/7b54541))
|
696
380
|
|
697
|
-
|
698
381
|
### Features
|
699
382
|
|
700
383
|
* update to fresco 2 / androidx ([6a25f08](https://github.com/nativescript-community/ui-image/commit/6a25f08))
|
701
384
|
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
385
|
## 2.1.4 (2019-06-13)
|
707
386
|
|
708
|
-
|
709
387
|
### Bug Fixes
|
710
388
|
|
711
389
|
* crash on app bundle ([7fd5bc6](https://github.com/nativescript-community/ui-image/commit/7fd5bc6))
|