@syncfusion/ej2-angular-schedule 33.1.44 → 33.1.47

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
+ - `#I805024`, `#I810416` - Fixed an issue where the resize functionality failed under certain timeScale slot count and interval configurations when the browser zoom was set to 90%.
10
+ - `#I819087` - Fixed an issue with event resize calculation in the `TimelineMonth` view when header rows are present.
11
+ - `#I814447` - Resolved an issue where appointments were rendered with an incorrect end time in time zones observing Daylight Saving Time (DST).
12
+
13
+ ## 33.1.44 (2026-03-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,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-schedule",
3
- "version": "33.1.44",
3
+ "version": "33.1.47",
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",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~33.1.44",
10
- "@syncfusion/ej2-angular-base": "~33.1.44",
11
- "@syncfusion/ej2-schedule": "33.1.44"
9
+ "@syncfusion/ej2-base": "~33.1.45",
10
+ "@syncfusion/ej2-angular-base": "~33.1.46",
11
+ "@syncfusion/ej2-schedule": "33.1.47"
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 = '^33.1.44';
4
+ exports.pkgVer = '^33.1.47';
5
5
  exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
6
- exports.themeVer = '~33.1.44';
6
+ exports.themeVer = '~33.1.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-schedule';
2
- export const pkgVer = '^33.1.44';
2
+ export const pkgVer = '^33.1.47';
3
3
  export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4
- export const themeVer = '~33.1.44';
4
+ export const themeVer = '~33.1.47';