@syncfusion/ej2-angular-schedule 31.2.15-ngcc → 32.1.19-ngcc

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.
Files changed (184) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +954 -954
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-schedule.js +865 -865
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -1
  5. package/CHANGELOG.md +1921 -0
  6. package/dist/ej2-angular-schedule.umd.js +944 -962
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -1
  8. package/dist/ej2-angular-schedule.umd.min.js +1 -10
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -1
  10. package/ej2-angular-schedule.d.ts +6 -6
  11. package/ej2-angular-schedule.metadata.json +1 -1
  12. package/{LICENSE → license} +10 -10
  13. package/package.json +46 -15
  14. package/postinstall/tagchange.js +18 -0
  15. package/public_api.d.ts +1 -1
  16. package/schematics/collection.json +39 -10
  17. package/schematics/generators/schedule-agenda-views/index.d.ts +3 -0
  18. package/schematics/generators/schedule-agenda-views/index.js +8 -0
  19. package/schematics/generators/schedule-agenda-views/index.ts +8 -0
  20. package/schematics/generators/schedule-agenda-views/sample-details.d.ts +5 -0
  21. package/schematics/generators/schedule-agenda-views/sample-details.js +7 -0
  22. package/schematics/generators/schedule-agenda-views/sample-details.ts +5 -0
  23. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  24. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  25. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +18 -0
  26. package/schematics/generators/schedule-agenda-views/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +29 -0
  27. package/schematics/generators/schedule-agenda-views/schema.d.ts +3 -0
  28. package/schematics/generators/schedule-agenda-views/schema.js +2 -0
  29. package/schematics/generators/schedule-agenda-views/schema.json +125 -0
  30. package/schematics/generators/schedule-agenda-views/schema.ts +3 -0
  31. package/schematics/generators/schedule-calendar-views/index.d.ts +3 -0
  32. package/schematics/generators/schedule-calendar-views/index.js +8 -0
  33. package/schematics/generators/schedule-calendar-views/index.ts +8 -0
  34. package/schematics/generators/schedule-calendar-views/sample-details.d.ts +5 -0
  35. package/schematics/generators/schedule-calendar-views/sample-details.js +7 -0
  36. package/schematics/generators/schedule-calendar-views/sample-details.ts +5 -0
  37. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  38. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
  39. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +18 -0
  40. package/schematics/generators/schedule-calendar-views/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +92 -0
  41. package/schematics/generators/schedule-calendar-views/schema.d.ts +3 -0
  42. package/schematics/generators/schedule-calendar-views/schema.js +2 -0
  43. package/schematics/generators/schedule-calendar-views/schema.json +125 -0
  44. package/schematics/generators/schedule-calendar-views/schema.ts +3 -0
  45. package/schematics/generators/schedule-horizontal-grouping/index.d.ts +3 -0
  46. package/schematics/generators/schedule-horizontal-grouping/index.js +8 -0
  47. package/schematics/generators/schedule-horizontal-grouping/index.ts +8 -0
  48. package/schematics/generators/schedule-horizontal-grouping/sample-details.d.ts +5 -0
  49. package/schematics/generators/schedule-horizontal-grouping/sample-details.js +7 -0
  50. package/schematics/generators/schedule-horizontal-grouping/sample-details.ts +5 -0
  51. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +92 -0
  52. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +29 -0
  53. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +51 -0
  54. package/schematics/generators/schedule-horizontal-grouping/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +25 -0
  55. package/schematics/generators/schedule-horizontal-grouping/schema.d.ts +3 -0
  56. package/schematics/generators/schedule-horizontal-grouping/schema.js +2 -0
  57. package/schematics/generators/schedule-horizontal-grouping/schema.json +125 -0
  58. package/schematics/generators/schedule-horizontal-grouping/schema.ts +3 -0
  59. package/schematics/generators/schedule-time-scale/index.d.ts +3 -0
  60. package/schematics/generators/schedule-time-scale/index.js +8 -0
  61. package/schematics/generators/schedule-time-scale/index.ts +8 -0
  62. package/schematics/generators/schedule-time-scale/sample-details.d.ts +5 -0
  63. package/schematics/generators/schedule-time-scale/sample-details.js +7 -0
  64. package/schematics/generators/schedule-time-scale/sample-details.ts +5 -0
  65. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  66. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +13 -0
  67. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +22 -0
  68. package/schematics/generators/schedule-time-scale/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +62 -0
  69. package/schematics/generators/schedule-time-scale/schema.d.ts +3 -0
  70. package/schematics/generators/schedule-time-scale/schema.js +2 -0
  71. package/schematics/generators/schedule-time-scale/schema.json +125 -0
  72. package/schematics/generators/schedule-time-scale/schema.ts +3 -0
  73. package/schematics/generators/schedule-timeline-grouping/index.d.ts +3 -0
  74. package/schematics/generators/schedule-timeline-grouping/index.js +8 -0
  75. package/schematics/generators/schedule-timeline-grouping/index.ts +8 -0
  76. package/schematics/generators/schedule-timeline-grouping/sample-details.d.ts +5 -0
  77. package/schematics/generators/schedule-timeline-grouping/sample-details.js +7 -0
  78. package/schematics/generators/schedule-timeline-grouping/sample-details.ts +5 -0
  79. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +6 -0
  80. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +23 -0
  81. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +39 -0
  82. package/schematics/generators/schedule-timeline-grouping/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +92 -0
  83. package/schematics/generators/schedule-timeline-grouping/schema.d.ts +3 -0
  84. package/schematics/generators/schedule-timeline-grouping/schema.js +2 -0
  85. package/schematics/generators/schedule-timeline-grouping/schema.json +125 -0
  86. package/schematics/generators/schedule-timeline-grouping/schema.ts +3 -0
  87. package/schematics/generators/schedule-timeline-views/index.d.ts +3 -0
  88. package/schematics/generators/schedule-timeline-views/index.js +8 -0
  89. package/schematics/generators/schedule-timeline-views/index.ts +8 -0
  90. package/schematics/generators/schedule-timeline-views/sample-details.d.ts +5 -0
  91. package/schematics/generators/schedule-timeline-views/sample-details.js +7 -0
  92. package/schematics/generators/schedule-timeline-views/sample-details.ts +5 -0
  93. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -0
  94. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -0
  95. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +18 -0
  96. package/schematics/generators/schedule-timeline-views/samples/__path__/__name@dasherize@if-flat__/assets/datasource.ts +184 -0
  97. package/schematics/generators/schedule-timeline-views/schema.d.ts +3 -0
  98. package/schematics/generators/schedule-timeline-views/schema.js +2 -0
  99. package/schematics/generators/schedule-timeline-views/schema.json +125 -0
  100. package/schematics/generators/schedule-timeline-views/schema.ts +3 -0
  101. package/schematics/ng-add/index.ts +10 -10
  102. package/schematics/ng-add/schema.json +34 -34
  103. package/schematics/ng-add/schema.ts +30 -30
  104. package/schematics/tsconfig.json +25 -25
  105. package/schematics/utils/lib-details.d.ts +2 -2
  106. package/schematics/utils/lib-details.js +2 -2
  107. package/schematics/utils/lib-details.ts +4 -4
  108. package/src/index.d.ts +11 -11
  109. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +5 -5
  110. package/src/recurrence-editor/recurrenceeditor.component.d.ts +28 -30
  111. package/src/recurrence-editor/recurrenceeditor.module.d.ts +5 -5
  112. package/src/schedule/headerrows.directive.d.ts +47 -47
  113. package/src/schedule/resources.directive.d.ts +110 -110
  114. package/src/schedule/schedule-all.module.d.ts +22 -22
  115. package/src/schedule/schedule.component.d.ts +217 -221
  116. package/src/schedule/schedule.module.d.ts +5 -5
  117. package/src/schedule/toolbaritems.directive.d.ts +172 -172
  118. package/src/schedule/views.directive.d.ts +293 -319
  119. package/styles/bds-lite.css +0 -1
  120. package/styles/bds-lite.scss +0 -1
  121. package/styles/bds.css +0 -1
  122. package/styles/bds.scss +0 -2
  123. package/styles/bootstrap-dark-lite.css +0 -1
  124. package/styles/bootstrap-dark-lite.scss +0 -1
  125. package/styles/bootstrap-lite.css +0 -1
  126. package/styles/bootstrap-lite.scss +0 -1
  127. package/styles/bootstrap4-lite.css +0 -1
  128. package/styles/bootstrap4-lite.scss +0 -1
  129. package/styles/bootstrap5-dark-lite.css +0 -1
  130. package/styles/bootstrap5-dark-lite.scss +0 -1
  131. package/styles/bootstrap5-lite.css +0 -1
  132. package/styles/bootstrap5-lite.scss +0 -1
  133. package/styles/bootstrap5.3-lite.css +0 -1
  134. package/styles/bootstrap5.3-lite.scss +0 -1
  135. package/styles/bootstrap5.3.css +0 -1
  136. package/styles/bootstrap5.3.scss +0 -2
  137. package/styles/fabric-dark-lite.css +0 -1
  138. package/styles/fabric-dark-lite.scss +0 -1
  139. package/styles/fabric-lite.css +0 -1
  140. package/styles/fabric-lite.scss +0 -1
  141. package/styles/fluent-dark-lite.css +0 -1
  142. package/styles/fluent-dark-lite.scss +0 -1
  143. package/styles/fluent-lite.css +0 -1
  144. package/styles/fluent-lite.scss +0 -1
  145. package/styles/fluent2-lite.css +0 -1
  146. package/styles/fluent2-lite.scss +0 -1
  147. package/styles/fluent2.css +0 -1
  148. package/styles/fluent2.scss +0 -2
  149. package/styles/highcontrast-light-lite.css +0 -1
  150. package/styles/highcontrast-light-lite.scss +0 -1
  151. package/styles/highcontrast-lite.css +0 -1
  152. package/styles/highcontrast-lite.scss +0 -1
  153. package/styles/material-dark-lite.css +0 -1
  154. package/styles/material-dark-lite.scss +0 -1
  155. package/styles/material-lite.css +0 -1
  156. package/styles/material-lite.scss +0 -1
  157. package/styles/material3-dark-lite.css +0 -1
  158. package/styles/material3-dark-lite.scss +0 -1
  159. package/styles/material3-lite.css +0 -1
  160. package/styles/material3-lite.scss +0 -1
  161. package/styles/recurrence-editor/bds.css +0 -1
  162. package/styles/recurrence-editor/bds.scss +0 -1
  163. package/styles/recurrence-editor/bootstrap5.3.css +0 -1
  164. package/styles/recurrence-editor/bootstrap5.3.scss +0 -1
  165. package/styles/recurrence-editor/fluent2.css +0 -1
  166. package/styles/recurrence-editor/fluent2.scss +0 -1
  167. package/styles/recurrence-editor/tailwind3.css +0 -1
  168. package/styles/recurrence-editor/tailwind3.scss +0 -1
  169. package/styles/schedule/bds.css +0 -1
  170. package/styles/schedule/bds.scss +0 -1
  171. package/styles/schedule/bootstrap5.3.css +0 -1
  172. package/styles/schedule/bootstrap5.3.scss +0 -1
  173. package/styles/schedule/fluent2.css +0 -1
  174. package/styles/schedule/fluent2.scss +0 -1
  175. package/styles/schedule/tailwind3.css +0 -1
  176. package/styles/schedule/tailwind3.scss +0 -1
  177. package/styles/tailwind-dark-lite.css +0 -1
  178. package/styles/tailwind-dark-lite.scss +0 -1
  179. package/styles/tailwind-lite.css +0 -1
  180. package/styles/tailwind-lite.scss +0 -1
  181. package/styles/tailwind3-lite.css +0 -1
  182. package/styles/tailwind3-lite.scss +0 -1
  183. package/styles/tailwind3.css +0 -1
  184. package/styles/tailwind3.scss +0 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,1921 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Schedule
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I556008` - An issue with the reading and restoring the current resource in compact view has been fixed.
10
+ - `#I550494` - An issue with appointments overlapping while using `sortComparer` in the timeline views has been fixed.
11
+ - `#I549215` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
12
+
13
+ ## 25.1.37 (2024-03-26)
14
+
15
+ ### Schedule
16
+
17
+ #### Bug fixes
18
+
19
+ - `#I566544` - An issue with `aria-labelledby` accessibility issue in the recurrence editor has been fixed.
20
+ - `#I549259` - An issue where the weekend dates are rendered in the Agenda view after setting up the `showWeekend` property to `false` has been fixed.
21
+
22
+ ## 25.1.35 (2024-03-15)
23
+
24
+ ### Schedule
25
+
26
+ #### New Features
27
+
28
+ - `#I511506` - Provided support to prevent the reloading of appointment data source when resource data source changes dynamically by providing an additional boolean parameter `isEventDataRefresh` in the `setResourceCollections` method. To prevent reloading of the appointments you have to send the `isEventDataRefresh` parameter value as `false`.
29
+
30
+ ## 24.2.8 (2024-02-27)
31
+
32
+ ### Schedule
33
+
34
+ #### Bug fixes
35
+
36
+ - `#I549187` - An issue with the virtual scroll with `rowAutoHeight` has been resolved.
37
+
38
+ ## 24.2.4 (2024-02-06)
39
+
40
+ ### Schedule
41
+
42
+ #### Bug fixes
43
+
44
+ - `#I540139` - The appointment disappearance issue while using the `rowAutoHeight` has been resolved.
45
+ - `#I524766` - An issue related to scaling has been fixed.
46
+
47
+ ## 24.2.3 (2024-01-31)
48
+
49
+ ### Schedule
50
+
51
+ #### Bug fixes
52
+
53
+ - `#I541680` - An issue related to more indicator in the timeline views has been fixed.
54
+
55
+ ## 24.1.41 (2023-12-18)
56
+
57
+ ### Schedule
58
+
59
+ #### New Features
60
+
61
+ - `#I227283`, `#I233208`, `#F170880` - Provided support to customize the scheduler toolbar items using the `toolbarItems` property.
62
+ - `#I347220` - Provided the support to control the number of events displayed in a cell in the Month view and Timeline views using the `maxEventsPerRow` property
63
+
64
+ #### Bug fixes
65
+
66
+ - `#I519049` - An issue related to events are overlapping when they are on same date in vertical year view has been resolved.
67
+ - `#F185646` - An issue with page crashes when schedule appointment drag-drops over the calendar has been fixed.
68
+ - `#F185139` - An issue related to events are positioned incorrectly when using `firstDayOfWeek` with different time slot intervals has been resolved.
69
+ - `#FB47966` - An issue with timezone setting not working for all day events has been fixed.
70
+
71
+ ## 23.2.4 (2023-11-20)
72
+
73
+ ### Schedule
74
+
75
+ #### Bug fixes
76
+
77
+ - `#I518285` - An issue related to incorrect start day name on the week header in year view has been resolved.
78
+
79
+ ## 23.1.44 (2023-11-07)
80
+
81
+ ### Schedule
82
+
83
+ #### Bug fixes
84
+
85
+ - `#I513168` - An issue related to misplaced events in the print document has been resolved.
86
+
87
+ ## 23.1.40 (2023-10-10)
88
+
89
+ ### Schedule
90
+
91
+ #### Bug fixes
92
+
93
+ - `#I184692` - An issue with the date navigation while clicking on the month date on mobile mode has been fixed.
94
+ - `#I504010` - The console error occurs when dragging events outside of the Scheduler area has been fixed.
95
+
96
+ ## 23.1.39 (2023-10-04)
97
+
98
+ ### Schedule
99
+
100
+ #### Bug fixes
101
+
102
+ - `#I503155` - Resolved an accessibility concern by including the necessary form labels in the Scheduler editor window.
103
+
104
+ ## 23.1.38 (2023-09-26)
105
+
106
+ ### Schedule
107
+
108
+ #### Bug fixes
109
+
110
+ - `#I501151` - An issue where the `eventDoubleClick` event is not triggering has been fixed.
111
+
112
+ ## 23.1.36 (2023-09-15)
113
+
114
+ ### Schedule
115
+
116
+ #### Features
117
+
118
+ - `#I393657` - Provided on-demand data loading support that allows users to retrieve events from remote services for the current view port alone and retrieve the remaining data on demand while scrolling, which improves the performance and usability of the Scheduler component.
119
+ - `#I397280`, `#I296716`, `#F184285`, `#FB37717` - Provided `virtualScrollStart` and `virtualScrollStop` event support to notify the resource virtual scrolling actions of Scheduler.
120
+ - `#I339243`, `#I365629`, `#F174284` - Provided support to customize the header and footer of editor window.
121
+
122
+ #### Bug fixes
123
+
124
+ - `#F184224` - An issue with start and end date query parameters passed incorrectly, when timezone is applied for scheduler has been fixed.
125
+ - `#I499207` - An issue with quick popup not opens on selected cell, when `allowMultiRowSelection` property disabled has been fixed.
126
+
127
+ ## 22.2.12 (2023-09-05)
128
+
129
+ ### Schedule
130
+
131
+ #### Bug fixes
132
+
133
+ - `#I492172` - An issue with recurrence exception not calculated based on scheduler timezone has been fixed.
134
+ - `#I490434` - An issue with current time indicator positioned wrongly when header rows is applied in timeline views has been fixed.
135
+ - `#I497178` - An issue with quick popup opens for unselected resource cells has been fixed.
136
+
137
+ ## 22.2.11 (2023-08-29)
138
+
139
+ ### Schedule
140
+
141
+ #### Bug fixes
142
+
143
+ - `#I488001` - An issue where the description field of an ICS file was not being parsed correctly upon import into the Schedule has been fixed.
144
+
145
+ ## 22.2.5 (2023-07-27)
146
+
147
+ ### Schedule
148
+
149
+ #### Bug fixes
150
+
151
+ - `#I480473` - An issue with "Role not inside the required context" accessibility issue in the Schedule component's recurrence editor has been fixed.
152
+ - `#I474091` - The issue of duplicate events being created after changing the recurrence of certain events has been fixed.
153
+ - `#I478902` - Performance issue in calculating scrollbar width has been fixed.
154
+
155
+ ## 22.1.38 (2023-07-11)
156
+
157
+ ### Schedule
158
+
159
+ #### Bug fixes
160
+
161
+ - `#F182714` - An issue with Escape key will prevent the cell selection when `allowInline` property enabled has been fixed.
162
+
163
+ ## 22.1.34 (2023-06-21)
164
+
165
+ ### Schedule
166
+
167
+ #### New Features
168
+
169
+ - `#I438319` - Provided an option to customize the recurrence end type which allows users to tailor the recurrence editor to their unique needs and preferences.
170
+
171
+ #### Bug fixes
172
+
173
+ - `F182696` - An issue with Keyboard scroll behaviour not working has been fixed.
174
+ - `I470178` - An issue with Edit occurrence appointment not rescheduled properly and shows occurrence alert has been fixed.
175
+ - `#I182714` - Resolved the issue where pressing the `Escape` key while navigating the scheduler with the keyboard would return to the previously selected cell.
176
+
177
+ ## 21.2.10 (2023-06-13)
178
+
179
+ ### Schedule
180
+
181
+ #### Bug fixes
182
+
183
+ - `#I464944` - An issue with time indicator rendered in wrong position when `startHour` and `endHour` property applied has been fixed.
184
+
185
+ ## 21.2.9 (2023-06-06)
186
+
187
+ ### Schedule
188
+
189
+ #### Bug fixes
190
+
191
+ - `#I461489` - An issue with the dragging appointment is flickering on the topmost region has been fixed.
192
+ - `#I464535` - Fixed an issue where the visible date header name in the Schedule did not match the aria-label name, leading to discrepancies in the accessibility checker.
193
+ - `#I459642` - An issue with Appointment end date is wrong in `popupOpenEventArgs` has been fixed.
194
+
195
+ ## 21.2.6 (2023-05-23)
196
+
197
+ ### Schedule
198
+
199
+ #### Bug fixes
200
+
201
+ - `#I459507` - An issue with the following events option not being displayed while editing the edited occurrence of the recurrence series has been fixed.
202
+
203
+ ## 21.2.5 (2023-05-16)
204
+
205
+ ### Schedule
206
+
207
+ #### Bug fixes
208
+
209
+ - `#I459154` - An issue with Schedule performance while rendering large set all-day appointments in vertical views has been fixed.
210
+
211
+ ## 21.2.4 (2023-05-09)
212
+
213
+ ### Schedule
214
+
215
+ #### Bug fixes
216
+
217
+ - `#I457705` - An issue with appointment not dropped on target cell when start and end time is same has been fixed.
218
+ - `#I457928` - An issue with the appointment misalignment has been fixed.
219
+
220
+ ## 21.1.41 (2023-04-18)
221
+
222
+ ### Schedule
223
+
224
+ #### Bug fixes
225
+
226
+ - `#I449384` - An issue with the numeric textbox inside the `editorTemplate` has been fixed.
227
+ - `#I454841`, `#I455215` - An issue with the appointment subject, quick info popup subject, and description values doesn't show in HTML format has been fixed.
228
+ - `#I451218` - An issue with the clone element was hidden while dragging when the `eventDragArea` property is enabled has been fixed.
229
+
230
+ ## 21.1.39 (2023-04-11)
231
+
232
+ ### Schedule
233
+
234
+ #### Bug fixes
235
+
236
+ - `#I425939` - Schedule virtual scrolling appointment rendering performance improved.
237
+ - `#F181250` - Schedule layout rendering performance improved with `timezone` property.
238
+ - `#I328355`, `#I449137` - Provided support to bind methods in `JS` way for the Schedule events in the `print` method `printOptions`.
239
+
240
+ ## 21.1.38 (2023-04-04)
241
+
242
+ ### Schedule
243
+
244
+ #### Bug fixes
245
+
246
+ - `#I448740` - An issue with the current date styles in month agenda view has been fixed.
247
+ - `#I445875` - An issue with the scheduler not rendering the all more indicators while resizing the browser window at specific resolutions has been fixed.
248
+
249
+ ## 21.1.35 (2023-03-23)
250
+
251
+ ### Schedule
252
+
253
+ #### New Features
254
+
255
+ - `#I324269`, `#I347160` - Provided support to display multi month event as single event in vertical orientation of timeline year view.
256
+ - `#I419677` - Provided the support to sanitize the appointment inputs, improving the security of the Scheduler component.
257
+ - `#I425713` - Provided in-built filter support to the Scheduler component, allowing users to easily filter events when requesting data from the server.
258
+ - `#FB40709` - Provided `generateEventOccurrences` public method to retrieve all the occurrences from the series.
259
+ - `#I423939` - Provided support to render the schedule timeline views without horizontal scrollbar.
260
+
261
+ #### Bug fixes
262
+
263
+ - `#I442920` - An issue with appointments misaligned in timeline year view with `ignoreWhiteSpace` property has been fixed.
264
+
265
+ ## 20.4.53 (2023-03-07)
266
+
267
+ ### Schedule
268
+
269
+ #### Bug fixes
270
+
271
+ - `#I441823, F180833` - An issue with a script error while customizing the recurrence editor repeat type option in the Schedule editor has been fixed.
272
+
273
+ ## 20.4.52 (2023-02-28)
274
+
275
+ ### Schedule
276
+
277
+ #### Bug fixes
278
+
279
+ - `#I440832` - An issue with drag clone event were hidden, when dragging multiple appointments with `startHour` and `endHour` has been fixed.
280
+ - `#I441311` - An issue with `getSelectedElements` public method return the selected cells in wrong order has been fixed.
281
+
282
+ ## 20.4.51 (2023-02-21)
283
+
284
+ ### Schedule
285
+
286
+ #### Bug fixes
287
+
288
+ - `#I438207` - An issue with `select` event not invoked on cell selection through keyboard navigation has been fixed.
289
+
290
+ ## 20.4.49 (2023-02-07)
291
+
292
+ ### Schedule
293
+
294
+ #### Bug fixes
295
+
296
+ - `#I430344` - An issue with the resource id values for added records and changed records were incorrect when the `allowMultiple` property for schedule resources was set to true has been fixed.
297
+
298
+ ## 20.4.48 (2023-02-01)
299
+
300
+ ### Schedule
301
+
302
+ #### Bug fixes
303
+
304
+ - `#I422532` - An issue with swiping animation is slow on date navigation in iPad device has been fixed.
305
+ - `#I426228` - An issue with drag and drop with timeline view header rows has been fixed.
306
+
307
+ ## 20.4.44 (2023-01-18)
308
+
309
+ ### Schedule
310
+
311
+ #### Bug fixes
312
+
313
+ - `#I414149` - An issue with editor window not open in iPad device has been fixed.
314
+ - `#I425181` - An issue with wrongly shown the occurrence alert while editing title of single occurrence of daily recurrence event has been fixed.
315
+ - `#I427296` - An issue with wrongly shown the occurrence alert while editing the date of single occurrence of weekly recurrence event has been fixed.
316
+
317
+ ## 20.4.43 (2023-01-10)
318
+
319
+ ### Schedule
320
+
321
+ #### Bug fixes
322
+
323
+ - `#I425940` - An issue with adding an aria-pressed attribute to the appointment has been fixed.
324
+ - `#I427181` - The issue with the schedule tooltip displaying start and end times in 12 hour format when the schedule is in 24 hour format has been fixed.
325
+
326
+ ## 20.4.42 (2023-01-04)
327
+
328
+ ### Schedule
329
+
330
+ #### Bug fixes
331
+
332
+ - `#I425268` - An issue with drag and drop flickering with `eventDragArea` in timeline views has been fixed.
333
+ - `#I424662` - An issue with appointment resizing in month view with scrollbar has been fixed.
334
+
335
+ ## 20.4.38 (2022-12-21)
336
+
337
+ ### Schedule
338
+
339
+ #### New Features
340
+
341
+ - `#I384604` - Provided custom workdays support when resources are grouped by date.
342
+ - `#I394207` - Provided `closeTooltip` method to close the appointment tooltip programmatically.
343
+ - `#I399939` - Provided `dateRangeTemplate` template to customize the header date range in scheduler.
344
+
345
+ ## 20.3.58 (2022-11-22)
346
+
347
+ ### Schedule
348
+
349
+ #### Bug fixes
350
+
351
+ - `#F178747` - An issue with Appointments positioning when navigate to the next date via swiping in mobile mode has been fixed.
352
+
353
+ ## 20.3.57 (2022-11-15)
354
+
355
+ ### Schedule
356
+
357
+ #### Bug fixes
358
+
359
+ - `#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
360
+ - `#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
361
+
362
+ ## 20.3.56 (2022-11-08)
363
+
364
+ ### Schedule
365
+
366
+ #### Bug fixes
367
+
368
+ - `#F178302` - An issue with being unable to inline edit when using `eventTemplate` has been fixed.
369
+ - `#F178112` - An issue with "Misalignment occurring on zoom-in zoom-out with the scheduler" has been fixed
370
+
371
+ ## 20.3.52 (2022-10-26)
372
+
373
+ ### Schedule
374
+
375
+ #### Bug fixes
376
+
377
+ - `#F177962` - An issue with displaying yearly recurrence event has been fixed.
378
+ - `#I407566` - An issue with Importing exported ICS file with the edited recurrence event causes issue while editing the recurrence event has been fixed.
379
+ - `#F411508` - The issue Error throws when resources with no child is selected in the Editor window has been fixed.
380
+ - `#I411253` - Scheduler performance issue in virtual scrolling has been fixed.
381
+ - `#I412237` - An issue with Delete action through keyboard not working on Schedule on the MAC OS has been fixed.
382
+ - `F178167` - An issue with navigation actions not working while performing swipe on the appointments in mobile mode has been fixed.
383
+
384
+ ## 20.3.49 (2022-10-11)
385
+
386
+ ### Schedule
387
+
388
+ #### Bug fixes
389
+
390
+ - `#I407566` - An issue with Importing exported ICS file with the edited recurrence event causes issue while editing the recurrence event has been fixed.
391
+
392
+ ## 20.3.47 (2022-09-29)
393
+
394
+ ### Schedule
395
+
396
+ #### New Features
397
+
398
+ - `#I329117` - Provided option to disable the date navigation via touch swipe.
399
+ - `#F171009`, `#FB3560`, `#FB30983`, `#FB31560`, `#FB36386` - Provided virtual scrolling support to Vertical Day, Week, and Month views.
400
+ - Provided cell template, day header template and month header template support for Year view.
401
+
402
+ #### Bug fixes
403
+
404
+ - `#I406122` - An issue with Recurrence appointment rendered after the end time on DST timezone has been fixed.
405
+
406
+ - `#I405129` - An issue with Drag and drop is slow, when using `eventTemplate` has been fixed.
407
+
408
+ ## 20.2.50 (2022-09-20)
409
+
410
+ ### Schedule
411
+
412
+ #### Bug fixes
413
+
414
+ - `#I405416` - An issue with next date navigation arrow shown when the upcoming date is greater than `maxDate` has been fixed.
415
+
416
+ ## 20.2.43 (2022-08-08)
417
+
418
+ ### Schedule
419
+
420
+ #### Bug fixes
421
+
422
+ - `#I392060` - An issue with `scrollTo` method not working in timeline views has been fixed.
423
+
424
+ ## 20.2.40 (2022-07-26)
425
+
426
+ ### Schedule
427
+
428
+ #### Bug fixes
429
+
430
+ - `#I392060` - An issue with Appointments start and end time were changed on schedule property change has been fixed.
431
+
432
+ ## 20.2.38 (2022-07-12)
433
+
434
+ ### Schedule
435
+
436
+ #### Bug fixes
437
+
438
+ - `#F172936` - An issue with Form validator instance not available in `popupOpen` event of Scheduler has been fixed.
439
+ - `#F175741` - An issue with UID of the appointments varies every time while exporting appointments in ICS file has been fixed.
440
+ - `#I379499` - An issue with Recurrence appointments start and end times are not changed based on DST time zone has been fixed.
441
+
442
+ ## 20.2.36 (2022-06-30)
443
+
444
+ ### Schedule
445
+
446
+ #### New Features
447
+
448
+ - `#I357693`, `#I385560` - Provided a public method `openQuickInfoPopup` to open the quick popup programmatically.
449
+ - `#I307933` - Provided support to specify custom separator when exporting Scheduler events to CSV export.
450
+
451
+ #### Bug Fixes
452
+
453
+ - `#I385411` - An issue with Weekly recurrence appointments not shown in day view has been fixed.
454
+
455
+ ## 20.1.61 (2022-06-21)
456
+
457
+ ### Schedule
458
+
459
+ #### Bug Fixes
460
+
461
+ - `#I380532` - An issue with Multiple appointments dragged while performing drag action with a single appointment has been fixed.
462
+ - `#I380576` - An issue with drag appointment clone position with enabled `rowAutoHeight` has been fixed.
463
+ - `#I384326` - An issue with html tag as appointment subject in quick popup header has been fixed.
464
+ - `#I383234` - An issue with `scrollTo` method not working with date when enabled group `byDate` has been fixed.
465
+ - `#F174691` - An issue with header misalignment in month view on safari browser has been fixed.
466
+
467
+ ## 20.1.57 (2022-05-24)
468
+
469
+ ### Schedule
470
+
471
+ #### Bug Fixes
472
+
473
+ - `#I379346` - An issue with appointments rendered in start and end hour range in vertical views has been fixed.
474
+ - `#I379197` - An issue with normal appointment rendered in all day row in DST time zone has been fixed.
475
+
476
+ ## 20.1.55 (2022-05-12)
477
+
478
+ ### Schedule
479
+
480
+ #### Bug Fixes
481
+
482
+ - `#I374675` - The appointment border maintained after deselection on multiple appointment selections has been fixed.
483
+ - `#I373707` - An issue with appointments rendered in the min-max date range in vertical views has been fixed.
484
+
485
+ ## 20.1.50 (2022-04-19)
486
+
487
+ ### Schedule
488
+
489
+ #### Bug Fixes
490
+
491
+ - `#I373678` - An issue with the recurrence appointment time change in the DST time zone has been fixed.
492
+ - `#I372043` - An issue with the appointment rendering performance of the month view has been fixed.
493
+ - `#I373179` - The Schedule `exportToICalendar` method throws a script error on exporting events issue has been fixed.
494
+ - `#I373707` - An issue with the appointments in the min-max date range not rendered in the month view has been fixed.
495
+
496
+ ## 20.1.48 (2022-04-12)
497
+
498
+ ### Schedule
499
+
500
+ #### Bug Fixes
501
+
502
+ - `#F173985` - An issue with duplicate cells rendered when the time scale interval set as 1440 has been fixed.
503
+
504
+ ## 20.1.47 (2022-04-04)
505
+
506
+ ### Schedule
507
+
508
+ #### New Features
509
+
510
+ - `#I305258`, `#FB20522`, `#FB20233` - Provided virtual scrolling support for timeline year view with vertical orientation.
511
+
512
+ #### Bug Fixes
513
+
514
+ - `#I368002, #I369932` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
515
+ - `#I368806` - An issue with an incorrect end date in the editor when using `openEditor` method has been fixed.
516
+ - `#I367110` - An issue with more indicator count value is wrong in month view has been fixed.
517
+ - `#I370378` - An issue with the wrong count of occurrences rendered when clear and set up until date value again has been fixed.
518
+ - `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
519
+
520
+ ## 19.4.50 (2022-02-08)
521
+
522
+ ### Schedule
523
+
524
+ #### Bug Fixes
525
+
526
+ - `#I362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
527
+ - `#I363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
528
+
529
+ ## 19.4.47 (2022-01-25)
530
+
531
+ ### Schedule
532
+
533
+ #### Bug Fixes
534
+
535
+ - `#I361305` - A performance issue while loading more events in the Timeline views has been fixed.
536
+ - `#I361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
537
+ - `#I363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
538
+
539
+ ## 19.4.43 (2022-01-18)
540
+
541
+ ### Schedule
542
+
543
+ #### Bug Fixes
544
+
545
+ - `#F171650` - An issue with localized text is not applied for the week numbers tooltip in year view has been fixed.
546
+
547
+ ## 19.4.42 (2022-01-11)
548
+
549
+ ### Schedule
550
+
551
+ #### Bug Fixes
552
+
553
+ - `#I360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
554
+
555
+ ## 19.4.41 (2022-01-04)
556
+
557
+ ### Schedule
558
+
559
+ #### Bug Fixes
560
+
561
+ - `#I357890` - An issue with work cells misalignment in the timeline month view has been fixed.
562
+ - `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
563
+ - `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
564
+
565
+ ## 19.4.40 (2021-12-28)
566
+
567
+ ### Schedule
568
+
569
+ #### Bug Fixes
570
+
571
+ - `#I353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
572
+
573
+ ## 19.4.38 (2021-12-17)
574
+
575
+ ### Schedule
576
+
577
+ #### New Features
578
+
579
+ - `#I256450`, `#I256493`, `#I341525` - Provides support for flexible month view that starts from the beginning of the week the displayed date falls in. Also, users can set the number of weeks to be displayed in the Month view.
580
+ - `#FB9963`, `#I331086` - Provided an option to customize the header names when the Scheduler is exported to Excel.
581
+ - `#I276542`, `#F169844` - Provided support to set the minimum event duration for appointments to make the event subject easier to read.
582
+ - `#I335888`, `#F167194`, `#F167235`, `#F169012`, `#F169593`, `#F169647` - Provides accessibility support for timeline year views to select multiple cells for actions.
583
+
584
+ #### Bug Fixes
585
+
586
+ - `#I357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
587
+
588
+ ## 19.3.55 (2021-11-23)
589
+
590
+ ### Schedule
591
+
592
+ #### Bug Fixes
593
+
594
+ - `#I347217` - An issue while using `getRecurrenceDates` method in the weekly rule option has been fixed.
595
+
596
+ ## 19.3.53 (2021-11-12)
597
+
598
+ ### Schedule
599
+
600
+ #### New Features
601
+
602
+ - `#I224286`, `#I224730`, `#I316683`, `#I321325`, `#I331265`, `#I331820`, `#I338907`, `#I342102`, `#F169564`, `#F169824`, `#F169024` - Provided option to render the spanned events greater than 24 hours in either `AllDayRow` region or `TimeSlot` region.
603
+ - `#I339786` - Provided localization support for timezone collections which are displayed in the editor window.
604
+
605
+ ## 19.3.48 (2021-11-02)
606
+
607
+ ### Schedule
608
+
609
+ #### Bug Fixes
610
+
611
+ - `#F158202` - The `getCurrentViewEvents` method not returns current view events in Agenda view has been fixed.
612
+ - `#I343356` - An issue while using two dynamic validation error message for the scheduler field has been fixed.
613
+ - `#I345316` - An issue while saving an event dynamically using `saveEvent` method only with `timezone` property for the scheduler has been fixed.
614
+ - `#F169453` - An issue with the horizontal scroll position in the timeline month, while dragging or resizing an event has been fixed.
615
+ - `#I342117` - An issue with virtual scrolling down not happening issue in Agenda view mobile mode has been fixed.
616
+
617
+ ## 19.3.46 (2021-10-19)
618
+
619
+ ### Schedule
620
+
621
+ #### Bug Fixes
622
+
623
+ - `#I344571` - An alignment issue between the resource cells and work cells in timeline year has been fixed.
624
+ - `#FB29199` - Dragging an event from one month to another throws an exception in month view has been fixed.
625
+ - `#I344682` - An issue with virtual up-scrolling while enabling the `rowAutoHeight` property has been fixed.
626
+
627
+ ## 19.3.44 (2021-10-05)
628
+
629
+ ### Schedule
630
+
631
+ #### Bug Fixes
632
+
633
+ - `#FB29036` - An issue with the `renderCell` event arguments as `resourceGroupCells` has been fixed in the timeline year view with resources.
634
+ - `#I339839` - An issue with the scheduler resize action is not working properly in timeline month has been fixed.
635
+ - `#F168909` - The scheduler agenda view throws script error on multilevel resources grouping has been fixed.
636
+
637
+ ## 19.3.43 (2021-09-30)
638
+
639
+ ### Schedule
640
+
641
+ #### New Features
642
+
643
+ - `#I316891`, `#I328879`, `#I331265`, `#I335777`, `#I339302`, `#F165491` - Provided support to sort appointments by priority instead of time.
644
+ - `#I242605`, `#F160122`, `#F165334` - Provided public method for Scheduler to refresh the Scheduler layout without re-render.
645
+ - `#I314842`, `#I320731` - Provided public method for Scheduler to refresh the given templates.
646
+ - `#FB24252` - Provided template support for header indent cells.
647
+
648
+ #### Bug Fixes
649
+
650
+ - `#I333664` - An issue with the dragging between two Schedulers has been fixed.
651
+ - `#I340348` - An issue with opening the editor window in RTL mode has been fixed.
652
+ - `#I342117` - An issue with today button navigation in Agenda view and scrolling down not happening issue has been fixed.
653
+ - `#F168358` - An issue with the "delete icon is not disabled in mobile mode" has been fixed.
654
+ - `#I340332` - An issue with the events rendering performance in vertical views has been fixed.
655
+ - `#I342489` - An issue with identify the clicked button on `popupClose` event has been fixed by providing `event` option on `PopupCloseEventArgs`.
656
+
657
+ ## 19.2.59 (2021-08-31)
658
+
659
+ ### Schedule
660
+
661
+ #### New Features
662
+
663
+ - `#I242605`, `#F160122`, `#F165334` - Provided public method for Scheduler to refresh the Scheduler layout without re-render.
664
+ - `#I314842`, `#I320731` - Provided public method for Scheduler to refresh the given templates.
665
+
666
+ #### Bug Fixes
667
+
668
+ - `#I339839` - An issue with the scheduler resize action is not working properly in timeline views has been fixed.
669
+ - `#I338473` - An issue with the scheduler `showWeekend` property set to false appointments missing has been fixed.
670
+ - `#I340348` - An issue with opening the editor window in RTL mode has been fixed.
671
+ - `#I342117` - An issue with today button navigation in Agenda view has been fixed.
672
+ - `#I340332` - An issue with the scheduler performance in Vertical views has been fixed.
673
+
674
+ ## 19.2.56 (2021-08-17)
675
+
676
+ ### Schedule
677
+
678
+ #### Bug Fixes
679
+
680
+ - `#I334925` - An issue with the longer appointments in timeline year view UI has been resolved.
681
+
682
+ ## 19.2.55 (2021-08-11)
683
+
684
+ ### Schedule
685
+
686
+ #### Bug Fixes
687
+
688
+ - `#I337733` - An issue with the scheduler events overlapping when start and end times were the same has been resolved.
689
+
690
+ ## 19.2.51 (2021-08-03)
691
+
692
+ ### Schedule
693
+
694
+ #### Bug Fixes
695
+
696
+ - `#F167351` - An issue with the scheduler quick popup closes when using multi-select in the popup content has been fixed.
697
+
698
+ ## 19.2.49 (2021-07-27)
699
+
700
+ ### Schedule
701
+
702
+ #### Bug Fixes
703
+
704
+ - `#I331086` - An issue with the drag and drop the spanned events in vertical views has been fixed.
705
+ - `#I336108` - An issue with the scheduler import of recurring events has been fixed.
706
+
707
+ ## 19.2.47 (2021-07-13)
708
+
709
+ ### Schedule
710
+
711
+ #### Bug Fixes
712
+
713
+ - `#I333860, #I333664` - An issue with the external drag between two scheduler has been fixed.
714
+ - `#F166305` - An issue with dynamically changed `minDate` and `maxDate` property in react scheduler has been fixed.
715
+ - `#F166752` - An issue with drag and drop doesn't work when enabled the desktop mode in mobile devices has been fixed.
716
+ - `#I331086` - An issue with the drag and drop the spanned events in vertical views has been fixed.
717
+
718
+ ## 19.2.46 (2021-07-06)
719
+
720
+ ### Schedule
721
+
722
+ #### Bug Fixes
723
+
724
+ - `#I332366` - An issue with the toolbar popup is not open properly when multiple schedules are rendered on a single page has been fixed.
725
+
726
+ ## 19.2.44 (2021-06-30)
727
+
728
+ ### Schedule
729
+
730
+ #### New Features
731
+
732
+ - Provided option to set the custom months count in year views.
733
+
734
+ #### Bug Fixes
735
+
736
+ - `#FB25227` - An issue with the scheduler resize action is not working in timeline views has been fixed.
737
+ - `#I331501` - An issue with the scheduler height is not responsive related to the parent container has been fixed.
738
+
739
+ ## 19.1.69 (2021-06-15)
740
+
741
+ ### Schedule
742
+
743
+ #### Bug Fixes
744
+
745
+ - `#I331194` - An issue with localization for form-validator is not working has been fixed.
746
+ - `#I331513` - An issue with add icon shows on mobile when disabled the `allowAdding` property has been fixed.
747
+
748
+ ## 19.1.67 (2021-06-08)
749
+
750
+ ### Schedule
751
+
752
+ #### Bug Fixes
753
+
754
+ - `#I327333` - An issue with the scheduler current time indicator position not maintained has been fixed.
755
+ - `#I329599` - An issue with the scheduler `eventRendered` event in agenda view has been fixed.
756
+ - `#F165707` - An issue with the external drag between two scheduler has been fixed.
757
+ - `#I330676` - An issue with the scheduler more popup is not updated when deleting the event in year view has been fixed.
758
+ - `#I330946` - An issue with the scheduler keyboard interaction when the `readonly` property is enabled has been fixed.
759
+
760
+ ## 19.1.66 (2021-06-01)
761
+
762
+ ### Schedule
763
+
764
+ #### Bug Fixes
765
+
766
+ - `#F165550` - An issue with script error throws while dragging the scheduler events in IE11 has been fixed.
767
+
768
+ ## 19.1.65 (2021-05-25)
769
+
770
+ ### Schedule
771
+
772
+ #### New Features
773
+
774
+ - Provided public method to select the resources programmatically based on group index in mobile mode.
775
+
776
+ #### Bug Fixes
777
+
778
+ - `#I317799` - An issue with memory leak while performing navigation action has been fixed.
779
+ - `#F165261` - An issue with scheduler dates are not translated based on locale has been fixed.
780
+ - `#FB25480` - An issue with the scheduler mobile mode when the `readonly` property is enabled has been fixed.
781
+
782
+ - `#I317799` - An issue with memory leak while performing navigation action has been fixed.
783
+
784
+ ## 19.1.63 (2021-05-13)
785
+
786
+ ### Schedule
787
+
788
+ #### New Features
789
+
790
+ - Provided scrolling support for all day row when loading huge events.
791
+ - Provided the print option support to print the schedule in a customized way.
792
+ - Provided option to set the different first month in year view.
793
+ - Provided template support for date header in year views.
794
+
795
+ #### Bug Fixes
796
+
797
+ - `#I325602`: An issue with resizing the appointment to last cell is not working has been fixed.
798
+ - `#I315877` - An issue with the scheduler fast dragging in timeline views has been resolved.
799
+
800
+ ## 19.1.59 (2021-05-04)
801
+
802
+ ### Schedule
803
+
804
+ #### Bug Fixes
805
+
806
+ - `#FB23548` - An issue with Keyboard Interaction with Virtual Scrolling has been fixed.
807
+ - `#I323778` - An issue with Scheduler Accessibility has been fixed.
808
+
809
+ ## 19.1.58 (2021-04-27)
810
+
811
+ ### Schedule
812
+
813
+ #### Bug Fixes
814
+
815
+ - `#I324040` - An issue with the scheduler multiple appointment selection in IOS device has been resolved.
816
+ - `#I324529, #I323448` - An issue with deleting the entire recurrence events with resources has been resolved.
817
+ - `#FB23906, #FB23902` - An issue with "Scheduler causing focus loss for text inputs in Android device" has been fixed.
818
+ - `#FB23931` - An issue with "Scheduler stealing focus on window resize" has been fixed.
819
+ - `#I313715` - An issue with script error throws while resizing the scheduler events has been fixed.
820
+ - `#FB24226` - An issue with the scheduler alert message when drag the event in series has been fixed.
821
+
822
+ ## 19.1.57 (2021-04-20)
823
+
824
+ ### Schedule
825
+
826
+ #### Bug Fixes
827
+
828
+ - `#I312919` - An issue with the scheduler performance with resources has been resolved.
829
+
830
+ ## 19.1.56 (2021-04-13)
831
+
832
+ ### Schedule
833
+
834
+ #### Bug Fixes
835
+
836
+ - `#FB23907` - An issue with the "Scheduler throws the console errors in Android device" has been fixed.
837
+ - `#F161048` - An issue with Scheduler quick popup rendered twice when the `quickInfoOnSelectionEnd` property is enabled has been fixed.
838
+ - `#I320954` - An issue with the scheduler rendered twice with a different timezone has been fixed.
839
+ - `#I319812` - An issue with the appointment is not created properly in Timeline Year view has been fixed.
840
+ - `#I320915` - An issue with Scheduler events height is not rendered properly in the DST timezone has been fixed.
841
+ - `#FB23548` - An issue with Keyboard Interaction with Virtual Scrolling has been fixed.
842
+ - `F159057` - An issue with the appointment was not shown correctly in the UI in `TimelineMonth` view has been fixed.
843
+
844
+ ## 19.1.55 (2021-04-06)
845
+
846
+ ### Schedule
847
+
848
+ #### Bug Fixes
849
+
850
+ - `#F17228` - An issue with scheduler input field focus not working in iPad device with external keyboard has been fixed.
851
+ - `#I317983` - An issue with the height of the `TimelineMonth` view is not properly applied when the `rowAutoHeight` property is enabled with scheduler height `auto` has been fixed.
852
+ - `#I321711` - Duplicate events rendered in year view of schedule issue has been fixed.
853
+ - `#I320945` - An issue with scheduler multiple cell selection by holding shift and mouse click throws script error has been fixed.
854
+
855
+ ## 19.1.54 (2021-03-30)
856
+
857
+ ### Schedule
858
+
859
+ #### New Features
860
+
861
+ - **Multiple events drag and drop** - This feature allows to select multiple events and reschedule them quickly by drag-and-drop. Multiple selections can be done by pressing the CTRL key with a click.
862
+ - **Time Format** - This feature allows users to set `24-hour` or `12-hour` time formats in the scheduler. By default, the time format applies from the schedule's current culture configuration.
863
+
864
+ ### Recurrence Editor
865
+
866
+ #### Breaking Changes
867
+
868
+ - The following properties type was changed.
869
+
870
+ | Property | Previous Type | Current Type |
871
+ |---|---|---|
872
+ | `selectedType` | `anonymous` | `int` |
873
+ | value | `anonymous` | `string` |
874
+
875
+ ## 18.4.49 (2021-03-23)
876
+
877
+ ### Schedule
878
+
879
+ #### Bug Fixes
880
+
881
+ - `#F22773` - An issue with editor freezes when saving a task to repeat yearly on the last day of a month has been fixed.
882
+ - `#F163215` - An issue with one day block event renders for two days has been fixed.
883
+ - `#I316945` - An issue with recurrence events are not deleted properly in overview sample has been fixed.
884
+ - `#I317560` - An issue with Schedule events getting overlapped issue has been fixed.
885
+ - `#I313557` - An issue with scheduler resource header when enabled `rowAutoHeight` and `height` properties has been fixed.
886
+ - `#317799` - An issue with memory leak in Scheduler has been fixed.
887
+ - `#313715,320461` - An issue with script error throws while fast dragging of scheduler events has been fixed.
888
+
889
+ ## 18.4.48 (2021-03-16)
890
+
891
+ ### Schedule
892
+
893
+ #### Bug Fixes
894
+
895
+ - `#I313966` - An issue with scheduler toolbar popup items are hidden in iPhone has been fixed.
896
+ - `#I313459` - An issue with scheduler content width is not properly adjusted while loading large number of resources in IOS device has been fixed.
897
+ - `#I315617` - An issue with scheduler `refreshDataManager` method invokes before active view has been fixed.
898
+
899
+ ## 18.4.47 (2021-03-09)
900
+
901
+ ### Schedule
902
+
903
+ #### Bug Fixes
904
+
905
+ - `#I303694` - An issue with scheduler toolbar items are not rendered as mobile view in iPad has been fixed.
906
+
907
+ ## 18.4.46 (2021-03-02)
908
+
909
+ ### Schedule
910
+
911
+ #### Bug Fixes
912
+
913
+ - `#I306554` - Events are overlapping each other if multiple appointments having duration less than a day in same cell in year view issue has been fixed.
914
+ - `#I292642` - An issue with today date is not selected properly in header calendar with different timezone has been fixed.
915
+ - `#I315273` - An issue with clone element position place is mismatched while perform resize action with different resize interval has been fixed.
916
+ - `#I316544` - An issue with locale word are not displayed in all day row expand and collapse section has been fixed.
917
+ - `#I315617, #I315568` - An issue with script error throws while refresh the scheduler before loads the active view has been fixed.
918
+ - `#I315462` - An issue with appointments are not rendered when removing the resource dynamically has been fixed.
919
+ - `#F162676` - An issue with resource and content area gets misaligned when `rowAutoHeight` is enabled in virtual scrolling has been fixed.
920
+
921
+ ## 18.4.44 (2021-02-23)
922
+
923
+ ### Schedule
924
+
925
+ #### Bug Fixes
926
+
927
+ - `#I314589` - An issue with week number not shown properly in timeline views has been fixed.
928
+
929
+ ## 18.4.42 (2021-02-09)
930
+
931
+ ### Schedule
932
+
933
+ #### Bug Fixes
934
+
935
+ - `#I312058` - An issue with Appointments not rendered in vertical timeline year view issue has been fixed.
936
+ - `#I310882` - An issue with daily recurring event not able to create for 24 hours has been fixed.
937
+
938
+ ## 18.4.41 (2021-02-02)
939
+
940
+ ### Schedule
941
+
942
+ #### New Features
943
+
944
+ - `#304701`, `#305038` - Provided the persistence support for scroll bar position.
945
+
946
+ #### Bug Fixes
947
+
948
+ - `#I309044` - An issue with year view months rendered incorrectly issue has been fixed.
949
+ - `#I312201` - An issue with Scheduler throws script error from Current time indicator has been fixed.
950
+
951
+ ## 18.4.35 (2021-01-19)
952
+
953
+ ### Schedule
954
+
955
+ #### Bug Fixes
956
+
957
+ - `#I306474` - An issue when `rowAutoHeight` is enabled the events are overlapping to each other in month view issue has been fixed.
958
+ - `#I309996` - An issue with `resouceHeaderTemplate` is not rendering, while navigating the date via swipe actions has been fixed.
959
+ - `F161271` - An issue with script errors throws when editing the block appointments manually using open editor has been fixed.
960
+ - `#I292642` - An issue when timezone is set the calendar today date is not updated properly issue has been fixed.
961
+
962
+ ## 18.4.34 (2021-01-12)
963
+
964
+ ### Schedule
965
+
966
+ #### Bug Fixes
967
+
968
+ - `I309759, I309773` - An issue with the `getCurrentViewDates` returned incorrect dates in Agenda view has been fixed.
969
+
970
+ ## 18.4.33 (2021-01-05)
971
+
972
+ ### Schedule
973
+
974
+ #### New Features
975
+
976
+ - `#I305332, #I309559` - Provided different options to set the week numbers like Microsoft Outlook Calendar.
977
+
978
+ #### Bug Fixes
979
+
980
+ - `#I307462` - An issue when editing date time and End as until the last event not rendered has been fixed.
981
+ - `#F159141` - An issue when enable persistence is true selected resource not rendered issue has been fixed.
982
+ - `#I304107` - An issue when request to return current view or view model issue has been resolved.
983
+ - `#I306554, #I307686` - An issue when rendering the appointments in timeline year view has been fixed.
984
+ - `#F20602` - An issue with the position of the more event popup window is calculating wrongly when we setting the timescale interval has been fixed.
985
+ - An issue with appointments overlapping in year view has been fixed.
986
+ - `#I306366` - An issue with resource text is not visible in mobile mode issue has been fixed.
987
+
988
+ ## 18.4.32 (2020-12-29)
989
+
990
+ ### Schedule
991
+
992
+ #### New Features
993
+
994
+ - Provided public methods for the Scheduler to get and set the resource collections.
995
+
996
+ ## 18.4.31 (2020-12-22)
997
+
998
+ ### Schedule
999
+
1000
+ #### Bug Fixes
1001
+
1002
+ - `#301175` - An issue with the appointment top value in timeline views for the appointment rendered in the last resource has been fixed.
1003
+
1004
+ ## 18.4.30 (2020-12-17)
1005
+
1006
+ ### Schedule
1007
+
1008
+ #### New Features
1009
+
1010
+ - Provided the event Drag and Drop and Resize support for Timeline Year view.
1011
+
1012
+ #### Bug Fixes
1013
+
1014
+ - `#159985` - An issue with `scrollToResource` public method not working properly has been fixed.
1015
+ - `#159896`- An issue with the appointments are misaligned when `rowAutoHeight` is true has been fixed.
1016
+ - `#18946` - An issue with displaying date twice for DST time-zones when switching between summer and winter time, has been fixed.
1017
+ - `#300527` - An issue with loose shadow event once new week opens issue has been fixed.
1018
+ - `#292074` - An issue with Schedule event dragging is not working fine when set up the `eventDragArea` property has been fixed.
1019
+ - `#303564` - An issue with Editor window throws script error has been fixed.
1020
+ - `#304988` - An issue with Scheduler throws script error when navigate form the scheduler to other component has been fixed.
1021
+
1022
+ ## 18.3.53 (2020-12-08)
1023
+
1024
+ ### Schedule
1025
+
1026
+ #### Bug Fixes
1027
+
1028
+ - `#286035` - An issue with theme mapping has been fixed.
1029
+ - `#299009, #305259` - An issue with the `resourceHeaderTemplate` shows empty content when changing the properties of schedule if tooltip enabled has been fixed.
1030
+ - `#159749` - An issue with Scheduler is not refreshed properly while navigating has been fixed.
1031
+ - `#305387` - An issue with events not displayed on proper time has been fixed.
1032
+ - `#301811` - An issue with render RTE component as a additional field in the editor template has been fixed.
1033
+
1034
+ ## 18.3.51 (2020-11-24)
1035
+
1036
+ ### Schedule
1037
+
1038
+ #### Bug Fixes
1039
+
1040
+ - `#292642` - An issue with the event rendering with `StartTimezone` and `EndTimezone` fields at the time of initial loading alone has been fixed.
1041
+ - `#292642` - An issue with date navigation from calendar with different timezone has been fixed.
1042
+ - `#F16947` - An issue with events on same day and time overlap in readable way has been fixed.
1043
+ - `#F159110` - An issues with Scheduler timeline year view has been fixed.
1044
+ - `#F159666` - An issue with wrong element in `renderCell` event has been fixed.
1045
+ - `#F159432` - An issue with customizing the dragging interval time of the events has been fixed.
1046
+ - `#301811` - An issue with render RTE component as a additional field in the editor template has been fixed.
1047
+
1048
+ ## 18.3.50 (2020-11-17)
1049
+
1050
+ ### Schedule
1051
+
1052
+ #### Bug Fixes
1053
+
1054
+ - `#299272` - An issue with the all day spanned events are not properly rendered in the timeline year view has been fixed.
1055
+ - `#299896` - An issue with events get overlapped, when we render the two events at the same time has been fixed.
1056
+ - `#299009` - An issue with `resourceHeaderTemplate` when enable the schedule tooltip has been fixed.
1057
+
1058
+ ## 18.3.48 (2020-11-11)
1059
+
1060
+ ### Schedule
1061
+
1062
+ #### Bug Fixes
1063
+
1064
+ - `#299517` - An issue with the `displayName` property not working in the Agenda view and the `MonthAgenda` view has been fixed.
1065
+
1066
+ ## 18.3.44 (2020-10-27)
1067
+
1068
+ ### Schedule
1069
+
1070
+ #### Bug Fixes
1071
+
1072
+ - `#F158249` - Now `scrollTo()` support has been added in timeline year view.
1073
+ - `#292093` - An issue with setting the resize interval for event in `resizeStart` not resizing the event to its minimum interval value has been fixed.
1074
+ - `#299079` - An issue with Custom editor window throws script error has been fixed.
1075
+
1076
+ - `#286199` - An issue with when destroying the child component used in the editor template the child component is destroyed multiple time has been fixed.
1077
+
1078
+ ## 18.3.42 (2020-10-20)
1079
+
1080
+ ### Schedule
1081
+
1082
+ #### Bug Fixes
1083
+
1084
+ - `#293358` - An issue with the Scheduler events are not rendered in month view and the same events rendered in other views has been fixed.
1085
+ - `#286376` - An issue with refreshing the layout when setting `dataSource` dynamically using `setmodel` in Year view has been fixed.
1086
+ - `#286376` - An issue with view navigation when setting `dataSource` dynamically using `setmodel` in year view has been fixed.
1087
+ - `#294568` - An issue with all day spanned event is not rendered properly in the `TimelineYear` view has been fixed.
1088
+ - `#296098` - An issue with event click action on less duration events not deselecting the previously selected event has been fixed.
1089
+ - `#286199` - An issue with when destroying the child component used in the editor template the child component is destroyed multiple time has been fixed.
1090
+ - `#297720` - An issue with creating an event for the resource parent work cells using `addEvent` method has been fixed.
1091
+
1092
+ ## 18.3.40 (2020-10-13)
1093
+
1094
+ ### Schedule
1095
+
1096
+ #### Bug Fixes
1097
+
1098
+ - `#290061` - An issue with the drop action not working properly in the first row of the Scheduler has been fixed.
1099
+ - `#289933` - An issue with the flickering clone drag element when dragging action is performed at the top most cells of the Scheduler has been fixed.
1100
+ - `#285797` - An issue with dragging an appointment beyond the schedule end time causes appointment to jump has been fixed.
1101
+ - `#290061` - An issue with the drop action not working properly in the first row of the Scheduler has been fixed.
1102
+ - `#289933` - An issue with the flickering clone drag element when dragging action is performed at the top most cells of the Scheduler has been fixed.
1103
+ - `#292609` - An issue with dynamically changed `minDate` and `maxDate` property are not applying to editor start and end date pickers has been fixed.
1104
+ - `#296040` - An issue with event template is not applied in react scheduler has been fixed.
1105
+
1106
+ ## 18.3.35 (2020-10-01)
1107
+
1108
+ ### Schedule
1109
+
1110
+ #### Bug Fixes
1111
+
1112
+ - `#292642` - An issue with date navigation from calendar today button with different timezone has been fixed.
1113
+ - `#292609` - An issue with applying `minDate` and `maxDate` when until date of recurrence editor is configured has been fixed.
1114
+ - `#157158` - An issue with events not displaying when set `minDate` and `maxDate` as string type has been fixed.
1115
+ - `#292093` - An issue with events that are not properly rendered when the drag target moves outside the work cell has been fixed.
1116
+ - `#157442` - An issue with improper alignment of header cells while remove resource dynamically has been fixed.
1117
+ - `#287725` - An issue with clone element height is not calculated properly when disable the timescale in week view has been fixed.
1118
+ - `#292250` - An issue with timeline views resource tree tab accessibility navigation has been fixed.
1119
+
1120
+ ## 18.2.59 (2020-09-21)
1121
+
1122
+ ### Schedule
1123
+
1124
+ #### Bug Fixes
1125
+
1126
+ - `#292250` - An issue with accessibility related navigations from one resource to another resource events issue has been fixed.
1127
+
1128
+ ## 18.2.57 (2020-09-08)
1129
+
1130
+ ### Schedule
1131
+
1132
+ #### Bug Fixes
1133
+
1134
+ - `#156859` - An issue with the resource name is displayed wrongly in quick popup has been fixed.
1135
+ - `#157022` - An issue with character encoding in german umlaut culture while import iCalendar has been fixed.
1136
+ - `#289020` - An issue with script error throws while creating new events in the iPhone has been fixed.
1137
+
1138
+ ## 18.2.55 (2020-08-25)
1139
+
1140
+ ### Schedule
1141
+
1142
+ #### Bug Fixes
1143
+
1144
+ - `#286271` - An issue with the block events are not rendered When we changing the scheduler `timezone` dynamically has been fixed.
1145
+ - `#154907, #154998` - An issue with `Agenda` view while `allowVirtualscrolling` and `hideEmptyAgendaDays` set to be true has been fixed.
1146
+ - `#289191` - An issue with agenda view freezes when we render a spanned event with a millisecond end time value is fixed.
1147
+ - `#156849` - An issue with Scheduler throws script error when perform event drag action above the cells with `cellTemplate` has been fixed.
1148
+ - `#286376` - An issue with horizontal year view events has been fixed.
1149
+
1150
+ ## 18.2.54 (2020-08-18)
1151
+
1152
+ ### Schedule
1153
+
1154
+ #### Bug Fixes
1155
+
1156
+ - `#285796` - An issue with dragging the events to the first row in vertical view not working properly when page scrolling is enabled has been fixed.
1157
+ - `#285797` - An issue with drag and drop not working properly in the vertical view in the last cell of the day when using the timescale property has been fixed.
1158
+ - `#287725` - An issue with drag and drop doesn't work properly when we disable `timeScale` property has been fixed.
1159
+
1160
+ ## 18.2.47 (2020-07-28)
1161
+
1162
+ ### Schedule
1163
+
1164
+ #### Bug Fixes
1165
+
1166
+ - `#282556` - An issue with resizing the events has been fixed.
1167
+ - `#284373` - An issue with adding multiple CSS classes to `cssClass` property has been fixed.
1168
+
1169
+ ## 18.2.46 (2020-07-21)
1170
+
1171
+ ### Schedule
1172
+
1173
+ #### Bug Fixes
1174
+
1175
+ - `#154622` - An issue with date format is not showing correctly in Mac browsers has been fixed.
1176
+ - `#283631` - An issue with resizing not working properly with Timeline views when the resize interval is 5 has been fixed.
1177
+ - `#284869` - An issue with events are disappeared after resizing the browser window has been fixed.
1178
+ - `#280860` - An issue with the clone element while drag and drop on first resource has been fixed.
1179
+ - `#232618, #236674, #246713, #246657, #271311` - An issue with Scheduler content is take some time delay to update when enabling resource virtual scrolling has been fixed.
1180
+ - `#281573` - An issue with events not rendered in the `WorkWeek` view when applied `firstDayofweek` property has been fixed.
1181
+ - `#283295` - An issue with script error thrown while clicking on the cell in multi level resource grouping scheduler has been fixed.
1182
+ - `#282818` - An issue with the single resource can perform in multiple group with same resource id has been fixed.
1183
+
1184
+ ## 18.2.44 (2020-07-07)
1185
+
1186
+ ### Schedule
1187
+
1188
+ #### New Features
1189
+
1190
+ - **Inline Editing** - The feature enables user to Edit an appointment’s title or create an appointment easily through a single click on the cells or on the existing appointment’s subject.
1191
+ - **Year View** - Utilize a horizontal year view in Schedule that exposes the annual view of the calendar. This will help users who navigate between years and months frequently.
1192
+ - **Enhancement of Timeline Year View** - The existing timeline year view now has added support to configure multiple resources, enable row auto-height, and drag and drop appointments.
1193
+
1194
+ #### Bug Fixes
1195
+
1196
+ - `#280595` - An issue with event subject default field mapping is not consider in UI has been fixed.
1197
+
1198
+ ## 18.1.56 (2020-06-09)
1199
+
1200
+ ### Schedule
1201
+
1202
+ #### Bug Fixes
1203
+
1204
+ - `#278019` - An issue with drag and drop of vertical view events doesn't work properly when we disable `timeScale` property has been fixed.
1205
+
1206
+ ## 18.1.55 (2020-06-02)
1207
+
1208
+ ### Schedule
1209
+
1210
+ #### Bug Fixes
1211
+
1212
+ - `#271944` - An issue with header calendar doesn't close when using two scheduler in same document has been fixed.
1213
+ - `#154305, #153364` - An issue with keypad closes instantly when opening the editor window on Android devices has been resolved.
1214
+
1215
+ ## 18.1.54 (2020-05-26)
1216
+
1217
+ ### Schedule
1218
+
1219
+ #### Bug Fixes
1220
+
1221
+ - `#151241` - An issue with `popupOpenEventArgs` API documentation has missing possible type value has been fixed.
1222
+
1223
+ ## 18.1.52 (2020-05-13)
1224
+
1225
+ ### Schedule
1226
+
1227
+ #### New Features
1228
+
1229
+ - Now resource grouping support has been added in timeline year view.
1230
+
1231
+ #### Bug Fixes
1232
+
1233
+ - `#272563` - An issue with drag and drop of all day events doesn't work properly when we disable `timeScale` property has been fixed.
1234
+ - `#271586` - An issue with event is not created in Sunday and Saturday of the `WorkWeek` view has been fixed.
1235
+ - `#153364` - An issue with appointment alignment while rotation has been fixed.
1236
+ - `#273474` - An issue with `editFollowingEvent` has been fixed.
1237
+
1238
+ ## 18.1.48 (2020-05-05)
1239
+
1240
+ ### Schedule
1241
+
1242
+ #### Bug Fixes
1243
+
1244
+ - `#F11316` - An issue with `ToolbarActionArgs` is deprecated but without it, Print Exporting won't work has been fixed.
1245
+ - `#273612` - An issue with blocked events in mobile mode has been fixed.
1246
+
1247
+ ## 18.1.46 (2020-04-28)
1248
+
1249
+ ### Schedule
1250
+
1251
+ #### Bug Fixes
1252
+
1253
+ - `#F11648` - An issue with previous value maintaining in select event has been fixed.
1254
+ - `#F12531` - An issue with `allowMultiRowSelection` is not working properly in timeline views has been fixed.
1255
+ - `#268604` - An issue with improper time slots rendering when daylight saving time occurring date has been fixed.
1256
+ - `#271829` - An issue with selected class is not applied properly in `MonthAgenda` view has been fixed.
1257
+ - `#273646` - An issue with `aria-readonly` attribute has been fixed.
1258
+ - `#266725` - An issue with `scrollToResource` method when we enabled the `virtualScrolling` property has been fixed.
1259
+ - `#271264` - An issue with `scrollToResource` method when we enabled the `rowAutoHeight` property has been fixed.
1260
+
1261
+ ## 18.1.45 (2020-04-21)
1262
+
1263
+ ### Schedule
1264
+
1265
+ #### Bug Fixes
1266
+
1267
+ - `#273039` - An issue with a resource field value doesn't get right if we have the same field mapping for all resource levels when `allowMultiple` is true has been fixed.
1268
+ - `#F152942` - An issue with `getGroupIndexFromEvent` is not returning the correct result once the resource has enabled the `allowMultiple` property has been fixed.
1269
+
1270
+ ## 18.1.44 (2020-04-14)
1271
+
1272
+ ### Schedule
1273
+
1274
+ #### Bug Fixes
1275
+
1276
+ - `#151925` - An issue with locale words are not translated properly has been fixed.
1277
+
1278
+ ## 18.1.43 (2020-04-07)
1279
+
1280
+ ### Schedule
1281
+
1282
+ #### Bug Fixes
1283
+
1284
+ - `#269022` - In timeline views, an issue with appointments is positioned in the wrong place when browser zooming is set at 75% and 67% has been fixed.
1285
+
1286
+ ## 18.1.42 (2020-04-01)
1287
+
1288
+ ### Schedule
1289
+
1290
+ #### Bug Fixes
1291
+
1292
+ - `#269264` - An issue with last occurrence of the recurrence event is not rendered on month view has been fixed.
1293
+
1294
+ ## 18.1.36-beta (2020-03-19)
1295
+
1296
+ ### Schedule
1297
+
1298
+ #### Bug Fixes
1299
+
1300
+ - `#151738` - An issue with swipe action in mobile mode while applying `setWorkHours()` method has been fixed.
1301
+ - `#151972` - An issue with particular recurrence event while changing time zone as `Eastern time` has been fixed.
1302
+
1303
+ ## 17.4.55 (2020-03-10)
1304
+
1305
+ ### Schedule
1306
+
1307
+ #### Bug Fixes
1308
+
1309
+ - `#266530` - An issue with the property `editFollowingEvents` with count repeat type has been fixed.
1310
+ - `#266933` - An issue with the property `editFollowingEvents` does not work properly when block events presents has been fixed.
1311
+ - `#266725` - An issue with the method `scrollToResource()` which does not work properly when the virtual scroll property is enabled has been fixed.
1312
+ - `#151209` - An issue with swipe action in mobile mode when `minDate/maxDate` applied has been fixed.
1313
+ - `#263624` - An issue with the scheduler rendered with the block events shows the misplaced header cells on the Timeline month view has been fixed.
1314
+
1315
+ ## 17.4.51 (2020-02-25)
1316
+
1317
+ ### Schedule
1318
+
1319
+ #### Bug Fixes
1320
+
1321
+ - `#151346` - An issue with unexpected delete alert behaviour for longer duration events has been fixed.
1322
+ - `#151346` - An issue with multi select events of adaptive Scheduler mode has been fixed.
1323
+ - `#151209` - An issue with misplaced dragging events in different time intervals has been fixed.
1324
+ - `#149561` - An issue with scheduler throwing script error while dragging the event with the option `groupByDate` in day view has been fixed.
1325
+ - `#263624` - An issue with the scheduler rendered with the block events shows the misplaced header cells on the Timeline month view has been fixed.
1326
+ - `#151455` - An issue in long spanned events in year view has been fixed.
1327
+ - `#263715` - An issue with dragging not working properly when page scrolling is enabled has been fixed.
1328
+
1329
+ ## 17.4.50 (2020-02-18)
1330
+
1331
+ ### Schedule
1332
+
1333
+ #### Bug Fixes
1334
+
1335
+ - `#148560` - An issue with misplaced dragging events in different drag intervals has been fixed.
1336
+ - `#262962` - An issue with page becoming crash for invalid recurrence rule has been fixed.
1337
+ - `#151346` - An issue with incorrect aria-label for alert windows has been fixed.
1338
+
1339
+ ## 17.4.46 (2020-01-30)
1340
+
1341
+ ### Schedule
1342
+
1343
+ #### New Features
1344
+
1345
+ - Provided public method to scroll to the position of the any resources that available on the scheduler.
1346
+ - Provided public method to change the current view based on index.
1347
+ - Added option to render single event per cell using `enableMaxHeight` property.
1348
+
1349
+ #### Bug Fixes
1350
+
1351
+ - `#F145578` - An issue with `scrollTo()` method not working properly in Timeline Week View has been fixed.
1352
+
1353
+ ## 17.4.43 (2020-01-14)
1354
+
1355
+ ### Schedule
1356
+
1357
+ #### Bug Fixes
1358
+
1359
+ - `#149393` - An issue with event rendering in Timeline mode with `timescale` property has been fixed.
1360
+ - `#150335` - An issue with draggable clone element position on scroll has been fixed.
1361
+ - `#256071` - An issue with `datepicker popup` not closing properly has been fixed.
1362
+ - `#258565` - An issue with drag-and-drop flickering has been fixed.
1363
+
1364
+ ## 17.4.41 (2020-01-07)
1365
+
1366
+ ### Schedule
1367
+
1368
+ #### Bug Fixes
1369
+
1370
+ - `#150069` - An issue with recurrence count limitation has been fixed.
1371
+ - `#148560` - An issue with drag interval has been fixed.
1372
+ - `#258735` - An issue with event rendering in Timeline mode with `startHour` property has been fixed.
1373
+ - `#149868` - An issue with event resizing in Vertical mode with `startHour` property has been fixed.
1374
+ - `#257355` - An issue with displaying the clicked date's event details in Month Agenda view with read only mode has been fixed.
1375
+ - `#258455` - An issue with Accessibility has been fixed.
1376
+
1377
+ ## 17.4.39 (2019-12-17)
1378
+
1379
+ ### Schedule
1380
+
1381
+ #### Bug Fixes
1382
+
1383
+ - `#254033` - An issue with rendering Scheduler with empty resource collection has been fixed.
1384
+ - `#252616` - An issue with page becoming idle for invalid recurrence rule has been fixed.
1385
+ - `#149561` - An issue with drag and drop behaviour with resource date wise grouping option has been fixed.
1386
+ - `#255919` - An issue with current month not displaying in calendar after swiping in mobile mode has been fixed.
1387
+ - An issue with event position while zooming the page has been fixed.
1388
+ - An issue with displaying wrong week number for DST time-zones has been fixed.
1389
+
1390
+ ## 17.3.28 (2019-11-19)
1391
+
1392
+ ### Schedule
1393
+
1394
+ #### Bug Fixes
1395
+
1396
+ - `#148606, #148770, #253868, #253137 , #253534` - An issue with displaying wrong timeslot and time for DST time-zones has been fixed.
1397
+ - `#148560` - An issue with custom drag interval has been fixed.
1398
+
1399
+ ## 17.3.27 (2019-11-12)
1400
+
1401
+ ### Schedule
1402
+
1403
+ #### Bug Fixes
1404
+
1405
+ - `#253534` - An issue with displaying fractional value in Agenda view for DST time-zones has been fixed.
1406
+ - `#253652` - An issue with triggering the `popupClose` event on clicking outside the Scheduler has been fixed.
1407
+ - An issue with event height whose duration is less than 30 minutes has been fixed.
1408
+ - `#253519` - An issue with events overlapping whose start and end time are same has been fixed.
1409
+
1410
+ ## 17.3.19 (2019-10-22)
1411
+
1412
+ ### Schedule
1413
+
1414
+ #### Bug Fixes
1415
+
1416
+ - `#251995` - An issue with request type parameter of action complete event while performing CRUD actions has been fixed.
1417
+
1418
+ ## 17.3.17 (2019-10-15)
1419
+
1420
+ ### Schedule
1421
+
1422
+ #### Bug Fixes
1423
+
1424
+ - An issue with displaying week number with different `firstDayOfWeek` has been fixed.
1425
+ - `#244512` - An issue with recurrence option in editor template has been fixed.
1426
+ - `#148187` - An issue with default flag missing in variable `$schedule-tbar-border-hover-color` from `bootstrap4` theme has been fixed.
1427
+
1428
+ ## 17.3.16 (2019-10-09)
1429
+
1430
+ ### Schedule
1431
+
1432
+ #### Bug Fixes
1433
+
1434
+ - `#147850`, `#249678` - An issue with event click action is not working in the latest version of iOS has been fixed.
1435
+ - `#246126` - An issue with toolbar is not working properly in all overflow modes in Scheduler has been fixed.
1436
+ - An issue with recurrence date is not generated properly in month option has been fixed.
1437
+
1438
+ - `#246943` - An issue with editor window occurring script error in router mode has been fixed.
1439
+
1440
+ ## 17.3.14 (2019-10-03)
1441
+
1442
+ ### Schedule
1443
+
1444
+ #### Bug Fixes
1445
+
1446
+ - `#240169` - An issue with drag and drop the appointments which are taller than the Scheduler has been fixed.
1447
+ - `#249012` - An issue with editing the recurrence events in the block dates has been fixed.
1448
+ - `#246295` - An issue with `QuickInfo` window is not open on cell click action has been fixed.
1449
+ - `#245942`, `#241514` - An issue with scrolling is not working in properly in different mobile mode has been fixed.
1450
+ - `#246563` - An issue with event is not rendered properly in agenda view has been fixed.
1451
+ - `#244271` - An issue with editor window is not closed when edit the event has been fixed.
1452
+ - `#246788` - An issue with cell selection event does not provide the proper cell details has been fixed.
1453
+ - `#246565` - An issue with scroller position is not positioned at current date in timeline month view has been fixed.
1454
+
1455
+ ## 17.3.9-beta (2019-09-20)
1456
+
1457
+ ### Schedule
1458
+
1459
+ #### Bug Fixes
1460
+
1461
+ - `#147443` - An issue with editor window headers are misaligned in mobile mode has been fixed.
1462
+ - `#147383` - An issue with drag and drop action is not working properly when `enableCompactView` disabled in mobile mode has been fixed.
1463
+ - `#246161` - An issue with multiple cell selections are not maintained when mouse right button click action has been fixed.
1464
+ - `#245932` - An issue with `showWeekend` field showing week ends either it is set as false has been fixed.
1465
+
1466
+ ## 17.2.49 (2019-09-04)
1467
+
1468
+ ### Schedule
1469
+
1470
+ #### Bug Fixes
1471
+
1472
+ - `#244555` - An issue with recurrence editor change event is not populate the updated rule value has been fixed.
1473
+
1474
+ ## 17.2.47 (2019-08-27)
1475
+
1476
+ ### Schedule
1477
+
1478
+ #### Bug Fixes
1479
+
1480
+ - `#245942` - An issue with `quick popup` open on tab hold action in mobile mode has been fixed.
1481
+ - `#242531` - An issue with events not updated properly while changing Scheduler time zone dynamically has been fixed.
1482
+ - `#244512` - An issue with recurrence editor value not mapping in custom editor window has been fixed.
1483
+
1484
+ ## 17.2.41 (2019-08-14)
1485
+
1486
+ ### Schedule
1487
+
1488
+ #### Bug Fixes
1489
+
1490
+ - `#241514` - An issue with clone element not removing in DOM while invoke `refreshEvents` public method.
1491
+
1492
+ ## 17.2.40 (2019-08-06)
1493
+
1494
+ ### Schedule
1495
+
1496
+ #### Bug Fixes
1497
+
1498
+ - `#242906` - An issue with action begin event is not triggered in event add action within editor template has been fixed.
1499
+ - `#242299` - An issue with events misaligned in different browser zooming has been fixed.
1500
+ - `#243422` - An issue with recurrence validation is showing unwanted alert has been fixed.
1501
+ - `#240463` - An issue with end time value of editor window in month view has been fixed.
1502
+ - `#146092` - An issue with displaying week number with different `firstDayOfWeek` has been fixed.
1503
+
1504
+ ## 17.2.39 (2019-07-30)
1505
+
1506
+ ### Schedule
1507
+
1508
+ #### Bug Fixes
1509
+
1510
+ - `#242057` - An issue with applying different work hours for each individual resource when the `byDate` option is enabled within `group` property has been fixed.
1511
+ - `#240752` - An issue with recurrence option while using `editorTemplate` has been fixed.
1512
+ - `#242634` - An issue with calendar format in timeline month view has been fixed.
1513
+ - Getting wrong start and end time for the longer appointments in timeline views issue has been fixed.
1514
+ - An issue with recurring events while defining recurrence rule on it that includes both BYMONTH, BYMONTHDAY and BYDAY properties together has been fixed.
1515
+
1516
+ ## 17.2.35 (2019-07-17)
1517
+
1518
+ ### Schedule
1519
+
1520
+ #### Bug Fixes
1521
+
1522
+ - `#240271` - An issue with misalignment of +more indicator when the custom elements and appointments are rendered in same cell has been fixed.
1523
+
1524
+ ## 17.2.34 (2019-07-11)
1525
+
1526
+ ### Schedule
1527
+
1528
+ #### Bug Fixes
1529
+
1530
+ - Start and end time of events in month and timeline views now been correctly acquired in `eventRendered` event and event template.
1531
+ - `#240585` - Start time, end time and group index of clone element now been tracked in the events `drag` and `resizing`.
1532
+ - `#240271` - An issue with misalignment of +more indicator when the custom elements and appointments are rendered in same cell has been fixed.
1533
+
1534
+ ## 17.2.28-beta (2019-06-27)
1535
+
1536
+ ### Schedule
1537
+
1538
+ #### New Features
1539
+
1540
+ - Improved the drag and resize action for longer duration appointments.
1541
+ - Support to print the Scheduler layout.
1542
+ - Provided an option to edit the following recurrence events.
1543
+ - Provided time zone support to current time indicator.
1544
+ - Provided public method to reset/remove the highlighted work cells.
1545
+
1546
+ #### Bug Fixes
1547
+
1548
+ - Localization is not set properly to `datetimepicker` in editor window issue has been fixed.
1549
+ - `openEditor` method is not set the given start and end time in month view issue has been fixed.
1550
+ - `#145352` - An issue with displaying expand icon of parent resource which has no child has been fixed.
1551
+
1552
+ ## 17.1.51 (2019-06-11)
1553
+
1554
+ ### Schedule
1555
+
1556
+ #### Bug Fixes
1557
+
1558
+ - `#234343` - An issue with adding resources dynamically when it has empty collection in initially has been fixed.
1559
+ - `#235165` - An issue with `rowAutoHeight` property enabled the horizontal scroll wrongly in month view has been fixed.
1560
+
1561
+ ## 17.1.50 (2019-06-04)
1562
+
1563
+ ### Schedule
1564
+
1565
+ #### Bug Fixes
1566
+
1567
+ - `#234667` - An issue with Scheduler is not properly navigating to selected date in timeline views has been fixed.
1568
+ - `#234974` - An issue with Deleting ready only events is fixed.
1569
+ - `#143894` - An issue with selecting work cells for multiple rows is fixed.
1570
+ - `#234587` - An issue with rendering events with huge number of events in same times in week view is fixed.
1571
+
1572
+ - An issue with opening editor window multiple times, editor contents are rendered multiple times is fixed.
1573
+
1574
+ ## 17.1.48 (2019-05-21)
1575
+
1576
+ ### Schedule
1577
+
1578
+ #### Bug Fixes
1579
+
1580
+ - `#143979` - Events not rendered properly with `allowGroupEdit` when the resource id is two digit issue has been fixed.
1581
+ - `#234916` - Delete key not working properly in IE11 issue has been fixed.
1582
+
1583
+ ## 17.1.44 (2019-05-07)
1584
+
1585
+ ### Schedule
1586
+
1587
+ #### Bug Fixes
1588
+
1589
+ - `#233286` - An issue with event not rendered properly in start and end time date format as string in agenda view is fixed.
1590
+ - `#234231` - An issue with setting the different work hours in timeline week is fixed.
1591
+ - `#143531` - An issue with event not loaded properly in agenda virtual scrolling is fixed.
1592
+
1593
+ ## 17.1.43 (2019-04-30)
1594
+
1595
+ ### Schedule
1596
+
1597
+ #### Bug Fixes
1598
+
1599
+ - `#233410` - An issue with date is not retrieved in view navigation in timeline month view is fixed.
1600
+
1601
+ ## 17.1.42 (2019-04-23)
1602
+
1603
+ ### Schedule
1604
+
1605
+ #### Bug Fixes
1606
+
1607
+ - `#143894` - An issue with select event arguments element value returns wrongly has been fixed.
1608
+ - `#230544` - An issue with `editorTemplate` is not accessing the cell or event details has been fixed.
1609
+ - `#229980`, `#229989` - An issue with appointment position misplaced in timeline views has been fixed.
1610
+
1611
+ ## 17.1.41 (2019-04-16)
1612
+
1613
+ ### Schedule
1614
+
1615
+ #### Bug Fixes
1616
+
1617
+ - `#143412` - An issue with event editing using public `saveEvent` method and checking slot availability using `isSlotAvailable` method is fixed.
1618
+ - `#143720` - An issue with passing multiple resource for adding dynamically using `addResource` public method is fixed.
1619
+ - `#232246` - An issue with event resizing is not properly update when `startHour` and `endHour` using in timeline views is fixed.
1620
+ - `#231332` - An issue with block alert validation in recurrence event and data is not received in `popupOpen` event is fixed.
1621
+
1622
+ ## 17.1.38 (2019-03-29)
1623
+
1624
+ ### Schedule
1625
+
1626
+ #### Bug Fixes
1627
+
1628
+ - An issue while resizing all-day events in Scheduler, with disabled timescale mode is fixed.
1629
+ - An event to trigger on selection of multiple cells or events has been added.
1630
+
1631
+ ## 17.1.32-beta (2019-03-13)
1632
+
1633
+ ### Schedule
1634
+
1635
+ #### New Features
1636
+
1637
+ - Provided support to auto-adjust the height of work cells based on the number of appointments present in the same time ranges.
1638
+ - Support for exporting the Scheduler events to an Excel file format is provided.
1639
+ - Support has been provided to export the Scheduler events to a calendar (`.ics`) file, as well as to import events from an `.ics` file into our Scheduler.
1640
+
1641
+ ## 16.4.55 (2019-02-27)
1642
+
1643
+ ### Schedule
1644
+
1645
+ #### Bug Fixes
1646
+
1647
+ - An issue with unable to scroll down the browser scroller, when the Scheduler is loaded with Month Agenda as current view has been fixed.
1648
+
1649
+ ## 16.4.54 (2019-02-19)
1650
+
1651
+ ### Schedule
1652
+
1653
+ #### Bug Fixes
1654
+
1655
+ - An issue with events not displaying correctly based on Agenda view's current date range has been fixed.
1656
+ - An issue with recurring events while defining recurrence rule on it that includes both BYMONTH and BYDAY properties together has been fixed.
1657
+ - An issue with incorrect casing of `popupOpen` event's parameters that triggers on cell click action has been fixed.
1658
+ - An issue with 24 hours format not displaying in time cells of adaptive Scheduler mode has been fixed.
1659
+
1660
+ ## 16.4.53 (2019-02-13)
1661
+
1662
+ ### Schedule
1663
+
1664
+ #### Bug Fixes
1665
+
1666
+ - An issue that occurs on enabling the time interval for resizing in timeline day view has been fixed.
1667
+
1668
+ ## 16.4.52 (2019-02-05)
1669
+
1670
+ ### Schedule
1671
+
1672
+ #### New Features
1673
+
1674
+ - Improvements done to support creation of recurring events based on the recurrence rule properties, that lies under the criteria of limited combination.
1675
+ - The recurring appointments of Scheduler can be now created and processed successfully based on the Islamic calendar dates.
1676
+
1677
+ ## 16.4.47 (2019-01-16)
1678
+
1679
+ ### Schedule
1680
+
1681
+ #### Bug Fixes
1682
+
1683
+ - An issue with event display order getting changed within the more event container of timeline views has been fixed.
1684
+ - An issue with the display of time range text in `quick popup`, when both the start and end time of a spanned event has the same exact hours and minutes but with different dates has been fixed.
1685
+
1686
+ ## 16.4.45 (2019-01-02)
1687
+
1688
+ ### Schedule
1689
+
1690
+ #### Bug Fixes
1691
+
1692
+ - An issue with the display of `+n more popup` on Scheduler, while setting appointment time in seconds has been fixed.
1693
+
1694
+ ## 16.4.44 (2018-12-24)
1695
+
1696
+ ### Schedule
1697
+
1698
+ #### Bug Fixes
1699
+
1700
+ - An issue with `quick popup` opening on blocked time ranges has been fixed.
1701
+
1702
+ ## 16.4.42 (2018-12-14)
1703
+
1704
+ ### Schedule
1705
+
1706
+ #### New Features
1707
+
1708
+ - Provided support to display Scheduler in Islamic calendar mode.
1709
+
1710
+ ## 16.4.40-beta (2018-12-10)
1711
+
1712
+ ### Schedule
1713
+
1714
+ #### New Features
1715
+
1716
+ - A specific time range can be blocked on Scheduler now, to prevent the creation of appointments in that time slot.
1717
+ - Specific events can be made read-only, restricting any CRUD actions.
1718
+ - Load resources and appointments of timeline views virtually on every scroll action.
1719
+
1720
+ #### Bug Fixes
1721
+
1722
+ - An issue that occurs with BYDAY rule option, while defining day names in different order has been fixed.
1723
+ - An issue with `eventClick` client-side event not triggering, while selecting multiple appointments by pressing `ctrl` key and mouse click combination has been fixed.
1724
+ - An issue with wrong display of + more count indicator in all-day row has been fixed.
1725
+
1726
+ - An issue with form controls used within editor template not showing proper values has been fixed.
1727
+
1728
+ #### Breaking Changes
1729
+
1730
+ - The default value of `allowVirtualScrolling` has been changed to `false`.
1731
+
1732
+ ## 16.3.32 (2018-11-13)
1733
+
1734
+ ### Schedule
1735
+
1736
+ #### Bug Fixes
1737
+
1738
+ - An issue with date and time displaying wrongly on `quick popup` in the presence of Daylight Saving Time has been fixed.
1739
+
1740
+ ## 16.3.31 (2018-11-07)
1741
+
1742
+ ### Schedule
1743
+
1744
+ #### Breaking Changes
1745
+
1746
+ - Misalignment issue with edit and delete icons on edit `event popup` has been fixed.
1747
+
1748
+ ## 16.3.29 (2018-10-31)
1749
+
1750
+ ### Schedule
1751
+
1752
+ #### New Features
1753
+
1754
+ - Support to drag and drop an item from external source into scheduler and vice versa has been provided.
1755
+ - In mobile devices, drag and drop support has been enabled by tap holding and moving the appointments over the time slots.
1756
+ - Auto navigation option from current scheduler view to previous or next date range has been provided, while dragging an appointment to the left or right extremities of the view port.
1757
+ - Scrolling action has been improved to enable smooth scrolling, while dragging an appointment to any of the view port extremities.
1758
+
1759
+ ## 16.3.24 (2018-10-09)
1760
+
1761
+ ### Schedule
1762
+
1763
+ #### Bug Fixes
1764
+
1765
+ - Misalignment issue with header cells of timeline views in Safari browser has been fixed.
1766
+ - An issue with appointment resizing, when the scheduler is placed at bottom in a container that has scroll-able height has been fixed.
1767
+
1768
+ ## 16.3.23 (2018-10-03)
1769
+
1770
+ ### Schedule
1771
+
1772
+ #### Bug Fixes
1773
+
1774
+ - An issue with scheduler throwing script error while rendering it as hidden element has been fixed.
1775
+
1776
+ ## 16.3.17 (2018-09-12)
1777
+
1778
+ ### Schedule
1779
+
1780
+ #### New Features
1781
+
1782
+ - **Timeline view** - Displays the day, week, work week and month view layouts in timeline mode by illustrating both the date and time intervals in horizontal orientation. Also, it organizes the resource display in a hierarchical tree structure based on the grouping levels.
1783
+ - **Header rows** - Provided support to add custom header rows on timeline views, to depict an additional row for displaying the corresponding year, month, week number and dates.
1784
+ - **Drag and Drop** - Appointments can be easily rescheduled to some other time, by dragging and dropping it onto the required time slots.
1785
+ - **Resize** - Appointment’s time can be easily extended either by resizing its start or end handlers.
1786
+ - **Week Number** - Support added to display the week number of the current date, beside the date header section.
1787
+ - Provided template support for customizing `quick popup`, that opens while clicking on the cells or appointments.
1788
+ - The data type of the appointment ID field is made compatible to accept both string and number type values.
1789
+
1790
+ #### Bug Fixes
1791
+
1792
+ - An issue with customization done on `quick popup` getting lost, while clicking on the same target twice has been fixed.
1793
+
1794
+ ## 16.2.47 (2018-08-07)
1795
+
1796
+ ### Schedule
1797
+
1798
+ #### Bug Fixes
1799
+
1800
+ - An issue with `isSlotAvailable` method not returning proper event collection, while providing event’s start and end time data as its parameter has been fixed.
1801
+
1802
+ ## 16.2.46 (2018-07-30)
1803
+
1804
+ ### Schedule
1805
+
1806
+ #### Bug Fixes
1807
+
1808
+ - An issue with creation of weekly recurrence appointment, without providing `repeat every` field value has been fixed.
1809
+ - An issue that occurred due to the improper destroy action on sub-components of scheduler has been fixed.
1810
+
1811
+ ## 16.2.44 (2018-07-10)
1812
+
1813
+ ### Schedule
1814
+
1815
+ #### Bug Fixes
1816
+
1817
+ - An issue with delete icon not displaying in a disabled state on `quick popup`, when scheduler is set to `readonly` has been fixed.
1818
+
1819
+ ## 16.2.43 (2018-07-03)
1820
+
1821
+ ### Schedule
1822
+
1823
+ #### Bug Fixes
1824
+
1825
+ - An issue with recurrence validation while using editor template has been fixed.
1826
+ - An issue with recurring events on day view, created with UNTIL and WEEKLY rule combination has been fixed.
1827
+ - An alignment issue with recurrence editor in bootstrap theme has been fixed.
1828
+ - An issue with highlighting current day in month view, when `firstDayOfWeek` is set with the value other than `Sunday` has been fixed.
1829
+ - An issue while customizing `quick popup` with normal HTML buttons has been fixed.
1830
+
1831
+ ## 16.2.41 (2018-06-25)
1832
+
1833
+ ### Schedule
1834
+
1835
+ #### New Features
1836
+
1837
+ - Distinct time interval option with customizable major and minor slots has been introduced to view the appointments clearly and accurately.
1838
+ - An enhancement has been made to extend the default view range with customized intervals, to display 'n' number of days, weeks and months.
1839
+ - Validation support on recurrence appointment(s) has been added.
1840
+ - Multiple resources support has been added with the following options.
1841
+ - **Group By Child** - To group the same child resource(s) under different parent resource(s).
1842
+ - **Group By Date** - To group the resource(s) on day basis.
1843
+ - **Group Editing** - To edit all resource events simultaneously.
1844
+ - **Custom Work Days** - To display the custom work days for each resource.
1845
+ - Provided public methods to add or remove the resources dynamically.
1846
+
1847
+ #### Bug Fixes
1848
+
1849
+ - An issue with time format not displaying according to the given culture issue has been fixed.
1850
+ - A script error occurring while enabling or disabling the time indicator option in Agenda view issue has been fixed.
1851
+ - An issue with event not displayed in day and week views, when set with same start and end time has been fixed.
1852
+ - An issue with displaying yearly recurrence event has been fixed.
1853
+
1854
+ ##### Breaking Changes
1855
+
1856
+ - Type of `id` property within the `eventSettings.field` has been changed from `object` type to `string`.
1857
+ - Appearance enhancement has been done on `quick popup` that opens, when single clicked on cells and events. Also, the same `popup` opens on single tap of events on mobile mode.
1858
+
1859
+ ## 16.1.37 (2018-04-24)
1860
+
1861
+ ### Schedule
1862
+
1863
+ #### Bug Fixes
1864
+
1865
+ - An issue with recurrence events created with UNTIL rule, which doesn't rendered on day view is fixed.
1866
+ - An issue with buttons of quick window not getting disabled, while setting `readonly` property has been fixed.
1867
+
1868
+ ## 16.1.28 (2018-03-09)
1869
+
1870
+ ### Schedule
1871
+
1872
+ #### Bug Fixes
1873
+
1874
+ - Problem with all-day appointments that are created for spanned timeline in work week view is fixed.
1875
+ - Traversing order of appointments while pressing `Tab` key and `Shift+Tab` combination keys is corrected.
1876
+
1877
+ ## 16.1.24 (2018-02-22)
1878
+
1879
+ ### Schedule
1880
+
1881
+ Schedule is an event calendar which facilitates user with the common Outlook-calendar features, thus allowing the users to plan and manage their appointments and its time in an efficient way.
1882
+
1883
+
1884
+ - **Views** - Schedule is now availed with 6 different view modes – day, week, work week, month, agenda and month agenda. It is possible to configure view-based settings on each view mode. The `Week` view is set as active view by default.
1885
+ - **Data binding** - Seamless data binding with various client-side and remote data sources thus allowing the data to load on demand by default to reduce the data transfer and loading time.
1886
+ - **Recurrence** - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
1887
+ - **Template** - The key elements like events, date header, work cells and event tooltip comes with the default template support which allows the flexible end-user customization to embed any kind of text, images, or styles to it.
1888
+ - **Time zone** - Regardless of whatever time zone your system follows, Schedule supports setting your own required time zone value to it as well as to each event – thus allowing the events to display on its exact local time.
1889
+ - **Customizable working days and hours** - Users can set specific work hour range which is visually differentiated with active colour. Also, the working days collection can be customized with specific days, so that the remaining days will be considered as weekend.
1890
+ - **Custom editor template** - Template option is availed for event editor, thus allowing the users to add their own custom editor design and also provides option to add additional fields onto the default event editor.
1891
+ - **Adaptive rendering** - Adapts with optimal user interfaces for mobile and desktop form-factors, thus helping the user’s application to scale elegantly across all the form-factors without any additional effort.
1892
+ - **Keyboard interaction** - All the common actions such as traversing through the appointments, multiple cell selection, add/edit/delete the appointments, navigate to other views, dates and much more can be performed through keyboard inputs.
1893
+ - **Localization** - All the static text and date content can be localized to any desired language. Also, it can be displayed with appropriate time mode and date-format as per the localized language.
1894
+ - **RTL** - Supports displaying the component to display in the direction from right to left.
1895
+
1896
+
1897
+ ## 16.4.48 (2019-01-22)
1898
+
1899
+ ### Schedule
1900
+
1901
+ #### Bug Fixes
1902
+
1903
+ - An issue with retrieving event fields value within the event template of Agenda view has been fixed.
1904
+
1905
+ ## 16.3.30 (2018-11-01)
1906
+
1907
+ ### Schedule
1908
+
1909
+ #### Bug Fixes
1910
+
1911
+ - An issue with the template options of `headerRows` property, while defining it within the angular template has been fixed.
1912
+
1913
+ ## 16.3.22 (2018-09-25)
1914
+
1915
+ ### Schedule
1916
+
1917
+ #### Bug Fixes
1918
+
1919
+ - An issue with the options of `quickInfoTemplates` API, while defining it within the angular template has been fixed.
1920
+
1921
+