From 4a112f828c738187b987487b8a3b620430b5aa12 Mon Sep 17 00:00:00 2001 From: Content Teams Date: Sat, 18 Oct 2025 11:31:48 +0000 Subject: [PATCH] chore(@mendix/checkbox-radio-selection-web): update changelog --- .../checkbox-radio-selection-web/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/pluggableWidgets/checkbox-radio-selection-web/CHANGELOG.md b/packages/pluggableWidgets/checkbox-radio-selection-web/CHANGELOG.md index 21b5d83a19..817065398f 100644 --- a/packages/pluggableWidgets/checkbox-radio-selection-web/CHANGELOG.md +++ b/packages/pluggableWidgets/checkbox-radio-selection-web/CHANGELOG.md @@ -6,14 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [1.1.0] - 2025-10-18 + ### Added - We added a missing validation alert. + - Added aria-label property ### Changed - The Caption property now appears below Entity. + - Moved the Group name attribute to the General tab in the General property group. ## [1.0.0] - 2025-08-25