@syncfusion/ej2-angular-schedule 27.1.48 → 27.1.50

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,14 @@
4
4
 
5
5
  ### Schedule
6
6
 
7
+ #### Bug fixes
8
+
9
+ - `#FB60159` - An issue where the monthly recurrence appointment was rendered on the wrong date without considering the `StartTimezone` value of the appointment is fixed.
10
+
11
+ ## 27.1.48 (2024-09-18)
12
+
13
+ ### Schedule
14
+
7
15
  #### Features
8
16
 
9
17
  - `#I546459` - Improved timeline views virtual scrolling performance.
@@ -17,6 +25,13 @@
17
25
  #### Bug fixes
18
26
 
19
27
  - `#I194307` - An issue where the `firstDayOfWeek` property was not working in the year view's specific settings has been fixed.
28
+
29
+ ## 26.2.14 (2024-09-10)
30
+
31
+ ### Schedule
32
+
33
+ #### Bug fixes
34
+
20
35
  - `#I621521` - An issue where the tooltip shows the wrong end time value when the start and end of the appointment are the same has been fixed.
21
36
  - `#FB60391` - Deleted recurrence appointment added into the `changedRecords` instead of `deletedRecords` and upon clicking `YES` in the series edit confirmation alert to delete the individual occurrences the deleted records not included in the `deletedRecords` in the `actionBegin` event has been fixed.
22
37
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-schedule@*",
3
- "_id": "@syncfusion/ej2-angular-schedule@22.9.0",
3
+ "_id": "@syncfusion/ej2-angular-schedule@27.1.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ez9MbEplBx6oYGZ4hzWuZJKu0Z2LzO/9TgTY+IxrfPhGUGV5G9E3jYjb1k3fhg8vXKPRL7rN+HPt8D7vPYeLUQ==",
5
+ "_integrity": "sha512-dhVGZcy9Zo/qV1RWHCkU3K8WeTojQ2w8t0VP1ZQ4xt0WCQtxpY2rsBZOLjHlQgzeWkbqHIHIuQ76qSzHy9T0vw==",
6
6
  "_location": "/@syncfusion/ej2-angular-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-schedule/-/ej2-angular-schedule-22.9.0.tgz",
23
- "_shasum": "cdb26fdb4ff42d27aab06aa8d15e06b23efe6a8f",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-schedule/-/ej2-angular-schedule-27.1.48.tgz",
23
+ "_shasum": "fdd47e35894b7154a138ed0b3057a89196333252",
24
24
  "_spec": "@syncfusion/ej2-angular-schedule@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,10 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~27.1.48",
35
- "@syncfusion/ej2-base": "~27.1.48",
36
- "@syncfusion/ej2-schedule": "27.1.48",
37
- "tslib": "^2.3.0"
34
+ "@syncfusion/ej2-angular-base": "~27.1.50",
35
+ "@syncfusion/ej2-base": "~27.1.50",
36
+ "@syncfusion/ej2-schedule": "27.1.50"
38
37
  },
39
38
  "deprecated": false,
40
39
  "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",
@@ -73,5 +72,5 @@
73
72
  "schematics": "./schematics/collection.json",
74
73
  "sideEffects": false,
75
74
  "typings": "syncfusion-ej2-angular-schedule.d.ts",
76
- "version": "27.1.48"
75
+ "version": "27.1.50"
77
76
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-schedule";
2
- export declare const pkgVer = "^22.9.0";
2
+ export declare const pkgVer = "^27.1.48";
3
3
  export declare const moduleName = "ScheduleModule, RecurrenceEditorModule";
4
- export declare const themeVer = "~22.9.0";
4
+ export declare const themeVer = "~27.1.48";
@@ -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 = '^27.1.48';
4
+ exports.pkgVer = '^27.1.50';
5
5
  exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
6
- exports.themeVer = '~27.1.48';
6
+ exports.themeVer = '~27.1.50';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-schedule';
2
- export const pkgVer = '^27.1.48';
2
+ export const pkgVer = '^27.1.50';
3
3
  export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4
- export const themeVer = '~27.1.48';
4
+ export const themeVer = '~27.1.50';