Skip to content

Commit f6eb332

Browse files
samuelreichertgjulivan
authored andcommitted
chore(combobox-web): update version to 1.7.2 and fix changelog entries
1 parent 8d1c64f commit f6eb332

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/pluggableWidgets/combobox-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where combobox does not show initial caption correctly for database source.
12+
13+
- We fixed an issue where combobox caption expression does not load correctly.
14+
915
## [1.7.1] - 2025-01-28
1016

1117
### Fixed

packages/pluggableWidgets/combobox-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/combobox-web",
33
"widgetName": "Combobox",
4-
"version": "1.7.1",
4+
"version": "1.7.2",
55
"description": "Configurable Combo box widget with suggestions and autocomplete.",
66
"copyright": "© Mendix Technology BV 2024. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/combobox-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="Combobox" version="1.7.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Combobox" version="1.7.2" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Combobox.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)