Skip to content

Commit 6124464

Browse files
authored
Calendar v2.3.0: Update changelog (#2098)
2 parents 361a5c0 + a769cd3 commit 6124464

5 files changed

Lines changed: 21 additions & 11 deletions

File tree

packages/modules/calendar/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.3.0] Calendar - 2026-02-17
10+
11+
### [2.3.0] Calendar
12+
13+
#### Added
14+
15+
- We added support for configuring calendar time grid density via timeslots and step properties to control the widget’s required space.
16+
17+
#### Fixed
18+
19+
- We fixed an issue where the “On view range changed” event nanoflow did not trigger when switching from Day/Week to Month view, causing Month view to only load events from the last week instead of the full month range.
20+
921
## [2.2.0] Calendar - 2025-11-11
1022

1123
### [2.2.0] Calendar

packages/modules/calendar/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/calendar",
33
"moduleName": "Calendar module",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"license": "Apache-2.0",
77
"private": true,
@@ -21,7 +21,7 @@
2121
"marketplace": {
2222
"minimumMXVersion": "10.22.0.68245",
2323
"appName": "Calendar",
24-
"appNumber": 107954
24+
"appNumber": 245304
2525
},
2626
"testProject": {
2727
"githubUrl": "https://github.com/mendix/testProjects",

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.3.0] - 2026-02-17
10+
911
### Added
1012

1113
- We added support for configuring calendar time grid density via timeslots and step properties to control the widget’s required space.

packages/pluggableWidgets/calendar-web/package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
22
"name": "@mendix/calendar-web",
33
"widgetName": "Calendar",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"description": "Calendar",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",
8+
"private": true,
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/mendix/web-widgets.git"
1112
},
12-
"config": {
13-
"developmentPort": 3000,
14-
"mendixHost": "http://localhost:8080"
15-
},
13+
"config": {},
1614
"mxpackage": {
1715
"name": "Calendar",
1816
"type": "widget",
@@ -21,9 +19,7 @@
2119
"packagePath": "com.mendix.widget.web",
2220
"marketplace": {
2321
"minimumMXVersion": "10.22.0",
24-
"appNumber": 107954,
25-
"appName": "Calendar",
26-
"reactReady": true
22+
"appName": "Calendar"
2723
},
2824
"testProject": {
2925
"githubUrl": "https://github.com/mendix/testProjects",

packages/pluggableWidgets/calendar-web/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="Calendar" version="2.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="Calendar" version="2.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="Calendar.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)