From 05d680aa34c7982aabe19304315c5aee84c48e80 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:14:48 +0000 Subject: [PATCH 1/5] Initial plan From 6f89546f759274e4b9b7dbb2cf4ebfe850569d6e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:20:43 +0000 Subject: [PATCH 2/5] feat(image-web): Bump version to 1.5.0 and add changelog for enhanced dimensions Co-authored-by: gjulivan <1436036+gjulivan@users.noreply.github.com> --- packages/pluggableWidgets/image-web/CHANGELOG.md | 10 ++++++++++ packages/pluggableWidgets/image-web/package.json | 2 +- packages/pluggableWidgets/image-web/src/package.xml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/pluggableWidgets/image-web/CHANGELOG.md b/packages/pluggableWidgets/image-web/CHANGELOG.md index ac6c18a654..7f8e0db926 100644 --- a/packages/pluggableWidgets/image-web/CHANGELOG.md +++ b/packages/pluggableWidgets/image-web/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.5.0] - 2025-08-29 + +### Added + +- We added support for configuring minimum and maximum height when height unit is set to auto. + +- We added viewport unit (vh) support for height, min-height, and max-height values. + +- We added percentage support for height values. + ## [1.4.3] - 2023-10-05 ### Fixed diff --git a/packages/pluggableWidgets/image-web/package.json b/packages/pluggableWidgets/image-web/package.json index 58aa2dabb2..350439ec99 100644 --- a/packages/pluggableWidgets/image-web/package.json +++ b/packages/pluggableWidgets/image-web/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/image-web", "widgetName": "Image", - "version": "1.4.3", + "version": "1.5.0", "description": "Display an image and enlarge it on click", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "license": "Apache-2.0", diff --git a/packages/pluggableWidgets/image-web/src/package.xml b/packages/pluggableWidgets/image-web/src/package.xml index cb1e0cca40..6fc0a7674f 100644 --- a/packages/pluggableWidgets/image-web/src/package.xml +++ b/packages/pluggableWidgets/image-web/src/package.xml @@ -1,6 +1,6 @@ - + From 3497da9cab11b1ddfec465421f35bee1b757f5d0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:27:07 +0000 Subject: [PATCH 3/5] fix(image-web): Move changes back to unreleased section per review feedback Co-authored-by: gjulivan <1436036+gjulivan@users.noreply.github.com> --- packages/pluggableWidgets/image-web/CHANGELOG.md | 2 -- packages/pluggableWidgets/image-web/package.json | 2 +- packages/pluggableWidgets/image-web/src/package.xml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/packages/pluggableWidgets/image-web/CHANGELOG.md b/packages/pluggableWidgets/image-web/CHANGELOG.md index 7f8e0db926..f0da185459 100644 --- a/packages/pluggableWidgets/image-web/CHANGELOG.md +++ b/packages/pluggableWidgets/image-web/CHANGELOG.md @@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] -## [1.5.0] - 2025-08-29 - ### Added - We added support for configuring minimum and maximum height when height unit is set to auto. diff --git a/packages/pluggableWidgets/image-web/package.json b/packages/pluggableWidgets/image-web/package.json index 350439ec99..58aa2dabb2 100644 --- a/packages/pluggableWidgets/image-web/package.json +++ b/packages/pluggableWidgets/image-web/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/image-web", "widgetName": "Image", - "version": "1.5.0", + "version": "1.4.3", "description": "Display an image and enlarge it on click", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "license": "Apache-2.0", diff --git a/packages/pluggableWidgets/image-web/src/package.xml b/packages/pluggableWidgets/image-web/src/package.xml index 6fc0a7674f..cb1e0cca40 100644 --- a/packages/pluggableWidgets/image-web/src/package.xml +++ b/packages/pluggableWidgets/image-web/src/package.xml @@ -1,6 +1,6 @@ - + From 406d8872984c9d3da741fa671dee834c66ca3513 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:30:48 +0000 Subject: [PATCH 4/5] fix(image-web): Merge changelog entries into single comprehensive entry Co-authored-by: gjulivan <1436036+gjulivan@users.noreply.github.com> --- packages/pluggableWidgets/image-web/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/pluggableWidgets/image-web/CHANGELOG.md b/packages/pluggableWidgets/image-web/CHANGELOG.md index f0da185459..ea3c4c66a4 100644 --- a/packages/pluggableWidgets/image-web/CHANGELOG.md +++ b/packages/pluggableWidgets/image-web/CHANGELOG.md @@ -8,11 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added -- We added support for configuring minimum and maximum height when height unit is set to auto. - -- We added viewport unit (vh) support for height, min-height, and max-height values. - -- We added percentage support for height values. +- We added enhanced dimension properties: configurable minimum and maximum height when height unit is set to auto, viewport unit (vh) support for height/min-height/max-height values, and percentage support for height values. ## [1.4.3] - 2023-10-05 From 55bc660c69dfe6917212150aa7838d395108d628 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 Aug 2025 12:48:40 +0000 Subject: [PATCH 5/5] fix(image-web): Restore version 1.5.0 for GitHub action compatibility Co-authored-by: gjulivan <1436036+gjulivan@users.noreply.github.com> --- packages/pluggableWidgets/image-web/package.json | 2 +- packages/pluggableWidgets/image-web/src/package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pluggableWidgets/image-web/package.json b/packages/pluggableWidgets/image-web/package.json index 58aa2dabb2..350439ec99 100644 --- a/packages/pluggableWidgets/image-web/package.json +++ b/packages/pluggableWidgets/image-web/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/image-web", "widgetName": "Image", - "version": "1.4.3", + "version": "1.5.0", "description": "Display an image and enlarge it on click", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "license": "Apache-2.0", diff --git a/packages/pluggableWidgets/image-web/src/package.xml b/packages/pluggableWidgets/image-web/src/package.xml index cb1e0cca40..6fc0a7674f 100644 --- a/packages/pluggableWidgets/image-web/src/package.xml +++ b/packages/pluggableWidgets/image-web/src/package.xml @@ -1,6 +1,6 @@ - +