@syncfusion/ej2-schedule 20.1.48 → 20.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 +11 -0
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +40 -39
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +40 -39
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +8 -8
- package/src/recurrence-editor/date-generator.js +7 -1
- package/src/schedule/event-renderer/month.d.ts +0 -2
- package/src/schedule/event-renderer/month.js +32 -37
- package/src/schedule/exports/calendar-export.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I373678` - An issue with the recurrence appointment time change in the DST time zone has been fixed.
|
|
10
|
+
- `#I372043` - An issue with the appointment rendering performance of the month view has been fixed.
|
|
11
|
+
- `#I373179` - The Schedule `exportToICalendar` method throws a script error on exporting events issue has been fixed.
|
|
12
|
+
- `#I373707` - An issue with the appointments in the min-max date range not rendered in the month view has been fixed.
|
|
13
|
+
|
|
14
|
+
## 20.1.48 (2022-04-12)
|
|
15
|
+
|
|
16
|
+
### Schedule
|
|
17
|
+
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
9
20
|
- `#F173985` - An issue with duplicate cells rendered when the time scale interval set as 1440 has been fixed.
|
|
10
21
|
|
|
11
22
|
## 20.1.47 (2022-04-04)
|