@syncfusion/ej2-schedule 20.1.50 → 20.1.52
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 -35
- 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 +45 -126
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +45 -126
- 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 +9 -9
- package/src/recurrence-editor/date-generator.js +1 -11
- package/src/schedule/base/schedule.js +0 -4
- package/src/schedule/event-renderer/agenda-base.js +1 -1
- package/src/schedule/event-renderer/month.d.ts +0 -1
- package/src/schedule/event-renderer/month.js +28 -37
- package/src/schedule/event-renderer/year.js +1 -3
- package/src/schedule/exports/calendar-export.js +1 -1
- package/src/schedule/popups/event-window.js +2 -4
- package/src/schedule/renderer/month.js +5 -8
- package/src/schedule/renderer/renderer.js +1 -2
- package/src/schedule/renderer/timeline-year.d.ts +1 -2
- package/src/schedule/renderer/timeline-year.js +4 -49
- package/src/schedule/renderer/vertical-view.js +1 -2
- package/src/schedule/renderer/year.js +0 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,37 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
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
|
-
|
|
20
|
-
- `#F173985` - An issue with duplicate cells rendered when the time scale interval set as 1440 has been fixed.
|
|
21
|
-
|
|
22
|
-
## 20.1.47 (2022-04-04)
|
|
5
|
+
## 19.4.55 (2022-03-08)
|
|
23
6
|
|
|
24
7
|
### Schedule
|
|
25
8
|
|
|
26
|
-
#### New Features
|
|
27
|
-
|
|
28
|
-
- `#I305258`, `#FB20522`, `#FB20233` - Provided virtual scrolling support for timeline year view with vertical orientation.
|
|
29
|
-
|
|
30
9
|
#### Bug Fixes
|
|
31
10
|
|
|
32
|
-
- `#
|
|
33
|
-
- `#I368806` - An issue with an incorrect end date in the editor when using `openEditor` method has been fixed.
|
|
34
|
-
- `#I367110` - An issue with more indicator count value is wrong in month view has been fixed.
|
|
35
|
-
- `#I370378` - An issue with the wrong count of occurrences rendered when clear and set up until date value again has been fixed.
|
|
11
|
+
- `#SF-368002` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
|
|
36
12
|
- `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
|
|
37
13
|
|
|
38
14
|
## 19.4.50 (2022-02-08)
|
|
@@ -41,8 +17,8 @@
|
|
|
41
17
|
|
|
42
18
|
#### Bug Fixes
|
|
43
19
|
|
|
44
|
-
- `#
|
|
45
|
-
- `#
|
|
20
|
+
- `#SF-362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
|
|
21
|
+
- `#SF-363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
|
|
46
22
|
|
|
47
23
|
## 19.4.47 (2022-01-25)
|
|
48
24
|
|
|
@@ -50,9 +26,9 @@
|
|
|
50
26
|
|
|
51
27
|
#### Bug Fixes
|
|
52
28
|
|
|
53
|
-
- `#
|
|
54
|
-
- `#
|
|
55
|
-
- `#
|
|
29
|
+
- `#SF-361305` - A performance issue while loading more events in the Timeline views has been fixed.
|
|
30
|
+
- `#SF-361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
|
|
31
|
+
- `#SF-363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
|
|
56
32
|
|
|
57
33
|
## 19.4.43 (2022-01-18)
|
|
58
34
|
|
|
@@ -68,7 +44,7 @@
|
|
|
68
44
|
|
|
69
45
|
#### Bug Fixes
|
|
70
46
|
|
|
71
|
-
- `#
|
|
47
|
+
- `#SF-360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
|
|
72
48
|
|
|
73
49
|
## 19.4.41 (2022-01-04)
|
|
74
50
|
|
|
@@ -76,7 +52,7 @@
|
|
|
76
52
|
|
|
77
53
|
#### Bug Fixes
|
|
78
54
|
|
|
79
|
-
- `#
|
|
55
|
+
- `#SF-357890` - An issue with work cells misalignment in the timeline month view has been fixed.
|
|
80
56
|
- `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
|
|
81
57
|
- `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
|
|
82
58
|
|
|
@@ -86,7 +62,7 @@
|
|
|
86
62
|
|
|
87
63
|
#### Bug Fixes
|
|
88
64
|
|
|
89
|
-
- `#
|
|
65
|
+
- `#SF-353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
|
|
90
66
|
|
|
91
67
|
## 19.4.38 (2021-12-17)
|
|
92
68
|
|
|
@@ -101,7 +77,7 @@
|
|
|
101
77
|
|
|
102
78
|
#### Bug Fixes
|
|
103
79
|
|
|
104
|
-
- `#
|
|
80
|
+
- `#SF-357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
|
|
105
81
|
|
|
106
82
|
## 19.3.55 (2021-11-23)
|
|
107
83
|
|