diff --git a/packages/pluggableWidgets/image-cropper-web/CHANGELOG.md b/packages/pluggableWidgets/image-cropper-web/CHANGELOG.md index aa288b093e..35335abcca 100644 --- a/packages/pluggableWidgets/image-cropper-web/CHANGELOG.md +++ b/packages/pluggableWidgets/image-cropper-web/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.1.0] - 2026-08-11 + ### Added - Custom aspect ratio width and height can now be set with an expression or bound to an attribute. @@ -13,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed - The crop selection no longer briefly appears at the wrong ratio while a custom aspect ratio expression is still loading. + - The crop selection is no longer cleared and the image no longer reloaded when unrelated properties on the page change. ## [1.0.0] - 2026-07-14 diff --git a/packages/pluggableWidgets/image-cropper-web/package.json b/packages/pluggableWidgets/image-cropper-web/package.json index 4250652868..98e789df48 100644 --- a/packages/pluggableWidgets/image-cropper-web/package.json +++ b/packages/pluggableWidgets/image-cropper-web/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/image-cropper-web", "widgetName": "ImageCropper", - "version": "1.0.0", + "version": "1.1.0", "description": "Crop images bound to a Mendix image attribute", "copyright": "© Mendix Technology BV 2026. All rights reserved.", "license": "Apache-2.0", diff --git a/packages/pluggableWidgets/image-cropper-web/src/package.xml b/packages/pluggableWidgets/image-cropper-web/src/package.xml index 28fb72790f..1321553bf9 100644 --- a/packages/pluggableWidgets/image-cropper-web/src/package.xml +++ b/packages/pluggableWidgets/image-cropper-web/src/package.xml @@ -1,6 +1,6 @@ - +