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
34 changes: 34 additions & 0 deletions packages/modules/calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/calendar/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 2 additions & 0 deletions packages/pluggableWidgets/calendar-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading