From bfc1ff89c9109e12f3811b8018f22f4c4fd155eb Mon Sep 17 00:00:00 2001 From: Rahman Date: Tue, 11 Nov 2025 13:57:29 +0100 Subject: [PATCH 1/2] chore(calendar): bump minor of module to 2.2.0 --- packages/modules/calendar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/modules/calendar/package.json b/packages/modules/calendar/package.json index 54581e899f..273944a17e 100644 --- a/packages/modules/calendar/package.json +++ b/packages/modules/calendar/package.json @@ -1,7 +1,7 @@ { "name": "@mendix/calendar", "moduleName": "Calendar module", - "version": "2.0.0", + "version": "2.2.0", "copyright": "© Mendix Technology BV 2025. All rights reserved.", "license": "Apache-2.0", "private": true, From 722e3278c5432c5787d6861d95e91ec763b63abe Mon Sep 17 00:00:00 2001 From: Content Teams Date: Tue, 11 Nov 2025 13:03:11 +0000 Subject: [PATCH 2/2] chore(@mendix/calendar): update changelog --- packages/modules/calendar/CHANGELOG.md | 34 +++++++++++++++++++ .../calendar-web/CHANGELOG.md | 2 ++ 2 files changed, 36 insertions(+) diff --git a/packages/modules/calendar/CHANGELOG.md b/packages/modules/calendar/CHANGELOG.md index 01088a8176..df57a96040 100644 --- a/packages/modules/calendar/CHANGELOG.md +++ b/packages/modules/calendar/CHANGELOG.md @@ -6,6 +6,40 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.2.0] Calendar - 2025-11-11 + +### [2.2.0] Calendar + +#### Added + +- You can now customize which controls appear in the calendar’s top bar and how they are arranged, with optional captions, tooltips, and a link-style appearance. + +- The calendar title can be formatted consistently across views, including custom work week. + +- Time formatting is applied consistently to the time gutter and to event/agenda time ranges, with robust fallbacks for invalid patterns. + +#### Changed + +- When the event time range is disabled, events no longer display start/end time text. + +#### Fixed + +- Fixed localization to properly display date/time formatting, weekday names, and month names based on the Mendix application's configured language. + +- Fixed custom format patterns not being applied when user-defined formats were provided for toolbar items. + +- Fixed "Format string contains an unescaped latin alphabet character" error when custom format fields were left empty. + +- Fixed abbreviated month names (MMM format) and short weekday names reverting to English when custom formats were used. + +- Fixed error when selecting a default view that was not enabled in the toolbar items configuration. + +- Fixed title expression not rendering the correct value. + +#### Breaking changes + +- Custom view buttons and their captions are now set inside the Custom top bar views configuration. + ## [2.0.0] Calendar - 2025-08-12 ### Added diff --git a/packages/pluggableWidgets/calendar-web/CHANGELOG.md b/packages/pluggableWidgets/calendar-web/CHANGELOG.md index 0b17ded731..793aefd87e 100644 --- a/packages/pluggableWidgets/calendar-web/CHANGELOG.md +++ b/packages/pluggableWidgets/calendar-web/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [2.2.0] - 2025-11-11 + ### Added - You can now customize which controls appear in the calendar’s top bar and how they are arranged, with optional captions, tooltips, and a link-style appearance.