Skip to content

Commit 52ddea2

Browse files
Copilotgjulivan
andcommitted
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>
1 parent 6c9a195 commit 52ddea2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

packages/pluggableWidgets/image-web/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [1.5.0] - 2025-08-29
10+
11+
### Added
12+
13+
- We added support for configuring minimum and maximum height when height unit is set to auto.
14+
15+
- We added viewport unit (vh) support for height, min-height, and max-height values.
16+
17+
- We added percentage support for height values.
18+
919
## [1.4.3] - 2023-10-05
1020

1121
### Fixed

packages/pluggableWidgets/image-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/image-web",
33
"widgetName": "Image",
4-
"version": "1.4.3",
4+
"version": "1.5.0",
55
"description": "Display an image and enlarge it on click",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/image-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Image" version="1.4.3" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Image" version="1.5.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Image.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)