@syncfusion/ej2-angular-schedule 32.1.19 → 32.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
### Schedule
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I792237` - Fixed an issue where appointment resizing behaved incorrectly when the time scale was customized using `startHour` and `endHour` in `TimelineDay` view.
|
|
10
|
+
|
|
11
|
+
- `#F197681` - The issue where the `resourceHeaderTemplate` did not receive the date value, when it was grouped has been fixed.
|
|
12
|
+
|
|
13
|
+
## 32.1.19 (2025-12-16)
|
|
14
|
+
|
|
15
|
+
### Schedule
|
|
16
|
+
|
|
7
17
|
#### Features
|
|
8
18
|
|
|
9
19
|
- `#I618429` - Added the `groupIndex` value to the `dateHeaderTemplate` when the date header is grouped by resource. This enables resource-specific customization of date headers. Applicable only for `Day`, `Week`, `WorkWeek`, and `Agenda` views when resource-specific date headers are rendered.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-schedule",
|
|
3
|
-
"version": "32.1.
|
|
3
|
+
"version": "32.1.20",
|
|
4
4
|
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~32.1.19",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.1.19",
|
|
11
|
-
"@syncfusion/ej2-schedule": "32.1.
|
|
11
|
+
"@syncfusion/ej2-schedule": "32.1.20"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-schedule';
|
|
4
|
-
exports.pkgVer = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.20';
|
|
5
5
|
exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.20';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-schedule';
|
|
2
|
-
export const pkgVer = '^32.1.
|
|
2
|
+
export const pkgVer = '^32.1.20';
|
|
3
3
|
export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
4
|
-
export const themeVer = '~32.1.
|
|
4
|
+
export const themeVer = '~32.1.20';
|