Skip to content

Commit b2f5267

Browse files
committed
v4.3.15
1 parent c0bf2b8 commit b2f5267

File tree

8 files changed

+29
-6
lines changed

8 files changed

+29
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.15](https://github.com/@nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)
7+
8+
### Bug Fixes
9+
10+
* **android:** ensure stretch and imageRotation are updated correctly on change ([fb6d15e](https://github.com/@nativescript-community/ui-image/commit/fb6d15e0e6c90908b68c7aa6369f2b66e2104b20))
11+
* **android:** most stretch values are now working correctly with imageRotation ([323d42e](https://github.com/@nativescript-community/ui-image/commit/323d42edc85e57145cb4e7e6158b72e256437d0d))
12+
* imageRotation default value ([f9f4cef](https://github.com/@nativescript-community/ui-image/commit/f9f4cefa5fbe8f98e7aa8b372d5e6cf80af1d08f))
13+
* typings fix ([3aa9b71](https://github.com/@nativescript-community/ui-image/commit/3aa9b713d091d5b324756b9198e21643564c35f9))
14+
615
## [4.3.14](https://github.com/@nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)
716

817
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.3.14",
2+
"version": "4.3.15",
33
"packages": [
44
"packages/*"
55
],

packages/image-colorfilter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.15](https://github.com/nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter
9+
610
## [4.3.14](https://github.com/nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)
711

812
**Note:** Version bump only for package @nativescript-community/ui-image-colorfilter

packages/image-colorfilter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-image-colorfilter",
3-
"version": "4.3.14",
3+
"version": "4.3.15",
44
"description": "color matrix filters for @nativescript-community/ui-image",
55
"main": "./index",
66
"sideEffects": false,
@@ -42,7 +42,7 @@
4242
"url": "https://github.com/nativescript-community/ui-image"
4343
},
4444
"dependencies": {
45-
"@nativescript-community/ui-image": "^4.3.14"
45+
"@nativescript-community/ui-image": "^4.3.15"
4646
},
4747
"license": "Apache-2.0",
4848
"readmeFilename": "README.md",

packages/image/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.15](https://github.com/nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)
7+
8+
### Bug Fixes
9+
10+
* **android:** most stretch values are now working correctly with imageRotation ([323d42e](https://github.com/nativescript-community/ui-image/commit/323d42edc85e57145cb4e7e6158b72e256437d0d))
11+
612
## [4.3.14](https://github.com/nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)
713

814
**Note:** Version bump only for package @nativescript-community/ui-image

packages/image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-image",
3-
"version": "4.3.14",
3+
"version": "4.3.15",
44
"description": "Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.",
55
"main": "./index",
66
"sideEffects": false,

packages/zoomimage/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.3.15](https://github.com/nativescript-community/ui-image/compare/v4.3.14...v4.3.15) (2023-09-28)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-zoomimage
9+
610
## [4.3.14](https://github.com/nativescript-community/ui-image/compare/v4.3.13...v4.3.14) (2023-09-27)
711

812
**Note:** Version bump only for package @nativescript-community/ui-zoomimage

packages/zoomimage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-zoomimage",
3-
"version": "4.3.14",
3+
"version": "4.3.15",
44
"description": "Zoomable image view based on @nativescript-community/ui-image",
55
"main": "./index",
66
"sideEffects": false,
@@ -43,7 +43,7 @@
4343
"url": "https://github.com/nativescript-community/ui-image"
4444
},
4545
"dependencies": {
46-
"@nativescript-community/ui-image": "^4.3.14"
46+
"@nativescript-community/ui-image": "^4.3.15"
4747
},
4848
"license": "Apache-2.0",
4949
"readmeFilename": "README.md",

0 commit comments

Comments
 (0)