Skip to content

Commit d8460bf

Browse files
authored
Checkbox Radio Selection v1.1.1: Update changelog (#2111)
2 parents 496c9ff + 9bb143f commit d8460bf

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

packages/pluggableWidgets/checkbox-radio-selection-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.1.1] - 2026-02-24
10+
911
### Fixed
1012

1113
- Fixed an issue with Association selection happening when reference set contains objects not present in Selectable objects list.
14+
1215
- Fixed an issue with long labels not displaying correctly.
1316

1417
## [1.1.0] - 2025-10-18

packages/pluggableWidgets/checkbox-radio-selection-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/checkbox-radio-selection-web",
33
"widgetName": "CheckboxRadioSelection",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Configurable radio buttons and check box widget",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

packages/pluggableWidgets/checkbox-radio-selection-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="CheckboxRadioSelection" version="1.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="CheckboxRadioSelection" version="1.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="CheckboxRadioSelection.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)