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