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