Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.1.1] - 2026-02-24

### Fixed

- Fixed an issue with Association selection happening when reference set contains objects not present in Selectable objects list.

- Fixed an issue with long labels not displaying correctly.

## [1.1.0] - 2025-10-18
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mendix/checkbox-radio-selection-web",
"widgetName": "CheckboxRadioSelection",
"version": "1.1.0",
"version": "1.1.1",
"description": "Configurable radio buttons and check box widget",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="CheckboxRadioSelection" version="1.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="CheckboxRadioSelection" version="1.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="CheckboxRadioSelection.xml" />
</widgetFiles>
Expand Down
Loading