Skip to content

Commit f67d586

Browse files
uicontentgjulivan
authored andcommitted
chore(@mendix/calendar): update changelog
1 parent fba555f commit f67d586

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

packages/modules/calendar/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.0] Calendar - 2025-11-11
10+
11+
### [2.2.0] Calendar
12+
13+
#### Added
14+
15+
- 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.
16+
17+
- The calendar title can be formatted consistently across views, including custom work week.
18+
19+
- Time formatting is applied consistently to the time gutter and to event/agenda time ranges, with robust fallbacks for invalid patterns.
20+
21+
#### Changed
22+
23+
- When the event time range is disabled, events no longer display start/end time text.
24+
25+
#### Fixed
26+
27+
- Fixed localization to properly display date/time formatting, weekday names, and month names based on the Mendix application's configured language.
28+
29+
- Fixed custom format patterns not being applied when user-defined formats were provided for toolbar items.
30+
31+
- Fixed "Format string contains an unescaped latin alphabet character" error when custom format fields were left empty.
32+
33+
- Fixed abbreviated month names (MMM format) and short weekday names reverting to English when custom formats were used.
34+
35+
- Fixed error when selecting a default view that was not enabled in the toolbar items configuration.
36+
37+
- Fixed title expression not rendering the correct value.
38+
39+
#### Breaking changes
40+
41+
- Custom view buttons and their captions are now set inside the Custom top bar views configuration.
42+
943
## [2.0.0] Calendar - 2025-08-12
1044

1145
### Added

packages/pluggableWidgets/calendar-web/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.2.0] - 2025-11-11
10+
911
### Added
1012

1113
- 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.

0 commit comments

Comments
 (0)