Skip to content

Commit 602ae16

Browse files
committed
chore: changelog and version
1 parent fdee7ee commit 602ae16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/pluggableWidgets/combobox-web/CHANGELOG.md

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

1111
- We fixed an issue where database selection does not trigger when set to empty value from external logic.
1212

13-
### Changed
13+
### Breaking
1414

15-
- We implement the widget's custom editability configuration to allow readOnly to work properly if there are no target attribute for database source.
15+
- We implement custom editability configuration to support readOnly mode if there are no target attribute for database source. This changes is only affecting editability configuration for Database data source with no stored value.
1616

1717
## [2.3.1] - 2025-05-08
1818

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": "2.3.1",
4+
"version": "2.4.0",
55
"description": "Configurable Combo box widget with suggestions and autocomplete.",
66
"copyright": "© Mendix Technology BV 2025. 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="2.3.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Combobox" version="2.4.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Combobox.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)