@syncfusion/ej2-angular-schedule 30.1.42-ngcc → 30.1.42

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 (43) hide show
  1. package/CHANGELOG.md +2364 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/index.mjs +12 -0
  4. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
  5. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
  6. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
  7. package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
  8. package/esm2020/src/schedule/resources.directive.mjs +58 -0
  9. package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
  10. package/esm2020/src/schedule/schedule.component.mjs +306 -0
  11. package/esm2020/src/schedule/schedule.module.mjs +61 -0
  12. package/esm2020/src/schedule/toolbaritems.directive.mjs +67 -0
  13. package/esm2020/src/schedule/views.directive.mjs +132 -0
  14. package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
  15. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +829 -0
  16. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  17. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +829 -0
  18. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
  19. package/package.json +20 -7
  20. package/public_api.d.ts +1 -1
  21. package/src/index.d.ts +11 -11
  22. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +11 -5
  23. package/src/recurrence-editor/recurrenceeditor.component.d.ts +33 -30
  24. package/src/recurrence-editor/recurrenceeditor.module.d.ts +11 -5
  25. package/src/schedule/headerrows.directive.d.ts +52 -47
  26. package/src/schedule/resources.directive.d.ts +115 -110
  27. package/src/schedule/schedule-all.module.d.ts +28 -22
  28. package/src/schedule/schedule.component.d.ts +224 -221
  29. package/src/schedule/schedule.module.d.ts +15 -5
  30. package/src/schedule/toolbaritems.directive.d.ts +177 -172
  31. package/src/schedule/views.directive.d.ts +324 -319
  32. package/syncfusion-ej2-angular-schedule.d.ts +5 -0
  33. package/@syncfusion/ej2-angular-schedule.es5.js +0 -955
  34. package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
  35. package/@syncfusion/ej2-angular-schedule.js +0 -894
  36. package/@syncfusion/ej2-angular-schedule.js.map +0 -1
  37. package/LICENSE +0 -10
  38. package/dist/ej2-angular-schedule.umd.js +0 -1114
  39. package/dist/ej2-angular-schedule.umd.js.map +0 -1
  40. package/dist/ej2-angular-schedule.umd.min.js +0 -11
  41. package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
  42. package/ej2-angular-schedule.d.ts +0 -6
  43. package/ej2-angular-schedule.metadata.json +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,2364 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### Schedule
6
+
7
+ #### Bug fixes
8
+
9
+ - `#I745472` - Fixed an issue where drag functionality was not working after being conditionally cancelled for multiple appointments.
10
+
11
+ ## 30.1.39 (2025-07-08)
12
+
13
+ ### Schedule
14
+
15
+ #### Bug fixes
16
+
17
+ - `#I739675` - The issue with the `maxDate` property preventing events from being displayed on the last date has been resolved.
18
+
19
+ ## 30.1.38 (2025-07-02)
20
+
21
+ ### Schedule
22
+
23
+ - `#I693587` - The issue with resources not rendering correctly in the Scheduler when virtual scrolling was enabled has been fixed.
24
+
25
+ ## 29.2.10 (2025-06-10)
26
+
27
+ ### Schedule
28
+
29
+ - `#F727056` - The issue with CSP occurring in the Schedule component Agenda view has been resolved.
30
+
31
+ ## 29.2.8 (2025-06-03)
32
+
33
+ ### Schedule
34
+
35
+ - `#F715433` - The issue with assigning a direct date time value to the `StartDate` property of recurrence editor
36
+
37
+ ## 29.2.5 (2025-05-21)
38
+
39
+ ### Schedule
40
+
41
+ - `#F723835` - The issue with the Quick Info panel closing unexpectedly on pressing "C" or "X" keys in the Schedule component has been resolved.
42
+
43
+ ## 29.2.4 (2025-05-14)
44
+
45
+ ### Schedule
46
+
47
+ - `F67156` - The issue where clearing the start and end dates and then selecting the All Day checkbox caused a console error in the Schedule popup has been resolved. .
48
+
49
+ ## 29.1.41 (2025-05-06)
50
+
51
+ ### Schedule
52
+
53
+ - `I703204` - Memory leak issue with the current time indicator has been resolved.
54
+ - `F716483` - The issue with the `renderCell` event not being triggered in the Timeline views has been resolved.
55
+ - `#I716164` - The issue with CSP occurring in the Schedule component on Firefox has been resolved.
56
+
57
+ ## 29.1.38 (2025-04-15)
58
+
59
+ ### Schedule
60
+
61
+ - `#F708016` - The issue with the Schedules `virtualScroll` feature causing missing resources while scrolling has been resolved.
62
+ - `I708699` - The issue with the excessive button padding in the Toolbar Calendar has been resolved.
63
+
64
+ ## 29.1.37 (2025-04-08)
65
+
66
+ ### Schedule
67
+
68
+ - `#I704571` - The issue with non-integer pixel values causing incorrect time when resizing an appointment has been resolved.
69
+
70
+ ## 29.1.33 (2025-03-25)
71
+
72
+ ### Schedule
73
+
74
+ #### Features
75
+
76
+ - Provided support to prevent the overlapping appointments by setting `allowOverlap` property as `false`. It prevents users from scheduling multiple appointments at the same time in the same time slot.
77
+ - A new callback event, `tooltipOpen`, has been added to control when an appointment tooltip is shown. You can use this event to prevent the tooltip from appearing.
78
+ - A new callback event, `beforePrint`, is triggered when the print event is called. It allows for customization before the print action begins.
79
+ - `#I254712` - A new callback event, `excelExport`, is available before the Excel export process starts. This event lets you customize the Excel worksheet before it's exported.
80
+ - `#I659693` - Provided the `overscanCount` property to adjust the number of additional resources to render outside the visible area during virtual scrolling. This helps achieve smoother scrolling by pre-loading data just outside the visible region.
81
+ - `#700794` - Provided `created` and `destroyed` callback events support for recurrence editor.
82
+
83
+ #### Bug fixes
84
+
85
+ - `#I694546` - An issue where the horizontal scrollbar appears when enabling `rowAutoHeight` in the Month view has been resolved.
86
+ - `#I697893` - The issue with the Schedule `virtualScroll` causing a script error on horizontal scrolling has been fixed.
87
+
88
+ ## 28.2.11 (2025-03-11)
89
+
90
+ ### Schedule
91
+
92
+ #### Bug fixes
93
+
94
+ - `#I693788` - The issue with `MaxDate` in the Recurrence Editor not working correctly has been fixed.
95
+
96
+ - `#I689726` - The issue where selecting one event and then attempting to resize or drag another event caused a problem with the previously selected appointment has been fixed.
97
+
98
+ ## 28.2.7 (2025-02-25)
99
+
100
+ ### Schedule
101
+
102
+ #### Bug fixes
103
+
104
+ - `#I678690` - The issue with event resizing in the Scheduler not functioning correctly on touchscreens has been fixed.
105
+
106
+ ## 28.2.6 (2025-02-18)
107
+
108
+ ### Schedule
109
+
110
+ #### Bug fixes
111
+
112
+ - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in timeline views has been resolved.
113
+
114
+ - `#F64855` - An issue where the selected date not maintained in Scheduler `MonthAgenda` view has been resolved.
115
+
116
+ ## 28.2.5 (2025-02-11)
117
+
118
+ ### Schedule
119
+
120
+ #### Bug fixes
121
+
122
+ - `#I682735`, `#I680637` - An issue where the current time indicator in the Scheduler is rendered in the incorrect position in vertical views has been resolved.
123
+
124
+ ## 28.2.4 (2025-02-04)
125
+
126
+ ### Schedule
127
+
128
+ #### Bug fixes
129
+
130
+ - `#I680887` - An issue where the Scheduler year view popup does not close when navigating to other views has been resolved.
131
+
132
+ - `#F195634` - An issue with scheduler event misalignment in timeline Day View with custom `timeScale` and `interval` settings has been resolved.
133
+
134
+ - `#F195703` - An issue with the Schedule `actionCompleteArgs` to ensure `deletedRecords` contain the correct edited timezone start and end time for deleted appointments has been resolved.
135
+
136
+ ## 28.2.3 (2025-01-29)
137
+
138
+ ### Schedule
139
+
140
+ #### Bug fixes
141
+
142
+ - `#F195714` - The issue where the `showWeekNumber` property was enabled but the calendar did not display the week numbers in the Scheduler has been resolved.
143
+ - `#I679226` - An issue with swipe functionality not working in the custom month view in mobile mode has been resolved.
144
+
145
+ ## 28.1.39 (2024-01-14)
146
+
147
+ ### Schedule
148
+
149
+ #### Bug fixes
150
+
151
+ - `#I665787` - The issue where the scheduler tooltip rendered empty when using a template with large content has been resolved.
152
+
153
+ ## 28.1.38 (2025-01-07)
154
+
155
+ ### Schedule
156
+
157
+ #### Bug fixes
158
+
159
+ - `#F195575` - An issue with scroll dragging persists after releasing mouse button outside the schedule component has been fixed.
160
+ - `IF667909` - An issue where the horizontal scrollbar would reset its position during window resizing has been fixed.
161
+
162
+ ## 28.1.37 (2024-12-31)
163
+
164
+ ### Schedule
165
+
166
+ #### Bug fixes
167
+
168
+ - `#F195371` - An issue where dragging all-day event in timeline views incorrectly occupies two days has been fixed.
169
+ - `#I664757` - An accessibility issue where the `aria-selected` attribute was present on `<td>` elements and violated accessibility guidelines has been fixed.
170
+
171
+ ## 28.1.35 (2024-12-18)
172
+
173
+ ### Schedule
174
+
175
+ #### Bug fixes
176
+
177
+ - `#I659549` - An issue with dragging longer appointments to the bottom of the vertical views of the Scheduler has been fixed.
178
+
179
+ ## 28.1.33 (2024-12-12)
180
+
181
+ ### Schedule
182
+
183
+ #### Features
184
+
185
+ - `#I354565` - Provided support to enables clipboard functionality for appointments, allowing them to be copied using keyboard shortcuts and pasted onto the Scheduler by setting `allowClipboard` property as `true`. When set to `true`, users can use keyboard shortcuts to cut, copy appointments and paste them into different time slots.
186
+
187
+ | Keys | Description |
188
+ |-----|-----|
189
+ | <kbd>Ctrl + X</kbd> | To cut the selected appointment. |
190
+ | <kbd>Ctrl + C</kbd> | To copy the selected appointment. |
191
+ | <kbd>Ctrl + V</kbd> | To paste the cut/copied appointment. |
192
+
193
+ Methods `cut`, `copy`, and `paste` have been implemented to allow users to perform clipboard actions on appointments.
194
+
195
+ - Provided method `getViewDates` to get the previous, next, or current view render dates.
196
+ - Provided method `getDateRangeText` to get the date range text for the given date collection.
197
+
198
+ ## 27.2.5 (2024-12-03)
199
+
200
+ ### Schedule
201
+
202
+ #### Bug fixes
203
+
204
+ - `#I657588` - The issue with the schedule's current time indicator not being properly aligned has been resolved
205
+
206
+ ## 27.2.3 (2024-11-21)
207
+
208
+ ### Schedule
209
+
210
+ #### Bug fixes
211
+
212
+ - `#F194681` - An issue where a script error occurred while editing an existing event in the scheduler component has been resolved.
213
+
214
+ ## 27.2.2 (2024-11-15)
215
+
216
+ ### Schedule
217
+
218
+ #### Bug fixes
219
+
220
+ - `#I647287` - An issue where an Appointments are rendered in the incorrect time slots when the time zone is set to MET has been resolved.
221
+
222
+ ## 27.1.58 (2024-11-05)
223
+
224
+ ### Schedule
225
+
226
+ #### Bug fixes
227
+
228
+ - `#I647902` - An issue where a script error occurred while click the close icon in print window has been resolved.
229
+
230
+ ## 27.1.57 (2024-10-29)
231
+
232
+ ### Schedule
233
+
234
+ #### Bug fixes
235
+
236
+ - `#I641069` - An issue when dragging an event, the first cell of the hour will be selected and highlighted has been resolved.
237
+ - `#I643159` - An issue when weekly recurrence rule is rendered in the wrong position when setting the `firstDayOfWeek` has been resolved.
238
+ - `#FB62128` - An issue causing events to display incorrectly when a weekly recurrence rule with `BDAY` and a specified timezone is applied has been resolved.
239
+
240
+ ## 27.1.56 (2024-10-23)
241
+
242
+ ### Schedule
243
+
244
+ #### Bug fixes
245
+
246
+ - `#I638628` - The issue with the `renderCell` event not being triggered in the Agenda view has been resolved.
247
+
248
+ ## 27.1.55 (2024-10-22)
249
+
250
+ ### Schedule
251
+
252
+ #### Bug fixes
253
+
254
+ - `#I592841` - An issue where resizing was not functioning correctly in timeline views when using the `startHour` and `endHour` properties has been resolved.
255
+
256
+ ## 27.1.53 (2024-10-15)
257
+
258
+ ### Schedule
259
+
260
+ #### Bug fixes
261
+
262
+ - `#FB61537` - An issue where a script error occurred when attempting to save an event after adding the `NumericTextBox` component in the editor template has been resolved.
263
+ - `#FB61371` - An issue affecting the identification of the `startTime` and `endTime` properties within the `eventRenderedArgs` for spanned events in the Month view has been resolved.
264
+ - `#I640650` - An issue where a script error occurred while setting `setWorkHours` in DST time has been resolved.
265
+
266
+ ## 27.1.52 (2024-10-08)
267
+
268
+ ### Schedule
269
+
270
+ #### Bug fixes
271
+
272
+ - `#FB61586` - The issue with the schedule component tooltip rendering outside the viewport has been fixed.
273
+ - `#I610923` - An issue where the appointments are getting overlapped due to appointment width is not calculated properly has been fixed.
274
+
275
+ ## 27.1.51 (2024-09-30)
276
+
277
+ ### Schedule
278
+
279
+ #### Bug fixes
280
+
281
+ - `#I617009` - An issue where the appointment drag position is not updating according to the mouse cursor in the vertical views of the schedule has been fixed.
282
+ - `#I569000` - The issue with the current time indicator displaying discrepancies compared to the time scale on the start and end days of daylight saving time in the vertical view has been resolved.
283
+
284
+ ## 27.1.50 (2024-09-24)
285
+
286
+ ### Schedule
287
+
288
+ #### Bug fixes
289
+
290
+ - `#FB60159` - An issue where the monthly recurrence appointment was rendered on the wrong date without considering the `StartTimezone` value of the appointment is fixed.
291
+
292
+ ## 27.1.48 (2024-09-18)
293
+
294
+ ### Schedule
295
+
296
+ #### Features
297
+
298
+ - `#I546459` - Improved timeline views virtual scrolling performance.
299
+ - Provided new keyboard shortcuts to open the editor window and navigate to today's date.
300
+
301
+ | Keys | Description |
302
+ |-----|-----|
303
+ | <kbd>Shift + Alt + N</kbd> | To open a new editor window. |
304
+ | <kbd>Shift + Alt + Y</kbd> | To navigate today date. |
305
+
306
+ #### Bug fixes
307
+
308
+ - `#I194307` - An issue where the `firstDayOfWeek` property was not working in the year view's specific settings has been fixed.
309
+
310
+ ## 26.2.14 (2024-09-10)
311
+
312
+ ### Schedule
313
+
314
+ #### Bug fixes
315
+
316
+ - `#I621521` - An issue where the tooltip shows the wrong end time value when the start and end of the appointment are the same has been fixed.
317
+ - `#FB60391` - Deleted recurrence appointment added into the `changedRecords` instead of `deletedRecords` and upon clicking `YES` in the series edit confirmation alert to delete the individual occurrences the deleted records not included in the `deletedRecords` in the `actionBegin` event has been fixed.
318
+
319
+ ## 26.2.12 (2024-09-03)
320
+
321
+ ### Schedule
322
+
323
+ #### Bug fixes
324
+
325
+ - `#I617009` - An issue where the drag clone position not updated based on mouse cursor position in the vertical views has been fixed.
326
+
327
+ ## 26.2.10 (2024-08-20)
328
+
329
+ ### Schedule
330
+
331
+ #### Bug fixes
332
+
333
+ - `#I607401` - An issue where the events are not aligned in correct position when Scheduler height changed dynamically has been fixed.
334
+
335
+ ## 26.2.4 (2024-07-24)
336
+
337
+ ### Schedule
338
+
339
+ #### Bug fixes
340
+
341
+ - `#I605064` - An issue with the weekly recurrence appointment rendering while using the repeat interval value of more than 1 has been fixed.
342
+ - `#I600060` - The issue where the drag clone fails to follow the cursor position during dragging, with cell widths set to auto, has been resolved.
343
+
344
+ ## 26.1.41 (2024-07-09)
345
+
346
+ ### Schedule
347
+
348
+ #### Bug fixes
349
+
350
+ - `#I577891` - An issue with the virtual scrolling performance in the vertical view has been addressed.
351
+ - `#I589776` - An issue where the events are moved to next or previous week while multi dragging has been fixed.
352
+ - `#F188870` - An issue with the current time indicator throws the console error when the resource data source is empty has been fixed.
353
+
354
+ ## 26.1.40 (2024-07-02)
355
+
356
+ ### Schedule
357
+
358
+ #### Bug fixes
359
+
360
+ - `#I591715` - An issue with the resizing event in the scheduler, using the enabled interval and header rows property in the Timeline view, which miscalculated the end time, has been fixed.
361
+
362
+ - `#I603711` - An issue where the custom editor window did not destroy the rich text editor component has been fixed.
363
+
364
+ ## 26.1.39 (2024-06-25)
365
+
366
+ ### Schedule
367
+
368
+ #### Bug fixes
369
+
370
+ - `#F188618` - The issue with the date time format during CSV export in excel has been resolved.
371
+ - `#I602738` - An issue with the print rendered empty page on the print preview window for vertical views has been fixed.
372
+ - `#I603067` - An issue with same duration events are overlapped each other in the vertical view has been fixed.
373
+
374
+ ## 26.1.38 (2024-06-19)
375
+
376
+ ### Schedule
377
+
378
+ #### Bug fixes
379
+
380
+ - `#I587318` - Issues in the Schedule aria-label attributes are fixed.
381
+ - `#I583567` - Resizing the appointment to the last column of the timeline views is not working issue has been resolved.
382
+ - `#I592841` - The issue with the appointment width calculation, when the `endHour` and `timeScale` properties are customized is fixed.
383
+ - `#FB51620` - The `setWorkHours` method sets work hours to the wrong time range if today's date is a DST start is fixed.
384
+ - `#I583293` - The quick info popup shows the wrong time instead of the clicked cell time and adds the appointment to the wrong time if the clicked cell is in the DST start date is fixed.
385
+
386
+ - `#I597851` - The issue with the event template in the Angular implementation, where it wasn't printing properly in the scheduler, has been fixed.
387
+
388
+ ## 26.1.35 (2024-06-11)
389
+
390
+ ### Schedule
391
+
392
+ #### Bug fixes
393
+
394
+ - `#I587571` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
395
+ - `#FB57769` - An issue with the events is not overlap properly when the event has same start and end time.
396
+
397
+ ## 25.2.6 (2024-05-28)
398
+
399
+ ### Schedule
400
+
401
+ #### Bug fixes
402
+
403
+ - `#I586530` - The issue with `refreshTemplates` caused alignment issues in resource header has been resolved.
404
+
405
+ ## 25.2.4 (2024-05-14)
406
+
407
+ ### Schedule
408
+
409
+ #### Bug fixes
410
+
411
+ - `#I539772` - Appointment drag and drop issue in iPad is fixed.
412
+ - `#I522699` - The issue with touch scrolling through appointments, which was caused by interference from the drag and drop and resize feature, has been resolved in touch devices. Drag and resize operations are only enabled after a tap-hold action.
413
+ - `#I583762` - The issue with `refreshTemplates` caused alignment issues in date header has been resolved.
414
+
415
+ ## 25.2.3 (2024-05-08)
416
+
417
+ ### Schedule
418
+
419
+ #### Bug fixes
420
+
421
+ - `#I582520` - The issue with `scrollToResource` not working in the month view has been resolved.
422
+
423
+ - `#I528774` - The `eventTemplate` causing memory leak on date navigation has been fixed.
424
+
425
+ ## 25.1.42 (2024-04-30)
426
+
427
+ ### Schedule
428
+
429
+ #### Bug fixes
430
+
431
+ - `#I583674` - An issue where the text for today button was not displayed in the toolbar has been fixed.
432
+
433
+ - `#I577108` - An issue with `quickInfotemplates` is not being properly destroyed has been fixed.
434
+
435
+ ## 25.1.41 (2024-04-23)
436
+
437
+ ### Schedule
438
+
439
+ #### Bug fixes
440
+
441
+ - `#I569000` - The issue with the Timeslots show difference than the time scale on the day light saving start and end day has been resolved.
442
+ - An issue with XSS vulnerability identified in the editor window has been fixed.
443
+
444
+ ## 25.1.39 (2024-04-09)
445
+
446
+ ### Schedule
447
+
448
+ #### Bug fixes
449
+
450
+ - `#I556008` - An issue with the reading and restoring the current resource in compact view has been fixed.
451
+ - `#I550494` - An issue with appointments overlapping while using `sortComparer` in the timeline views has been fixed.
452
+ - `#I549215` - The issue with the `refreshLayout` method causing UI disruptions when utilizing `allowVirtualscrolling` has been resolved.
453
+
454
+ ## 25.1.37 (2024-03-26)
455
+
456
+ ### Schedule
457
+
458
+ #### Bug fixes
459
+
460
+ - `#I566544` - An issue with `aria-labelledby` accessibility issue in the recurrence editor has been fixed.
461
+ - `#I549259` - An issue where the weekend dates are rendered in the Agenda view after setting up the `showWeekend` property to `false` has been fixed.
462
+
463
+ ## 25.1.35 (2024-03-15)
464
+
465
+ ### Schedule
466
+
467
+ #### New Features
468
+
469
+ - `#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`.
470
+
471
+ ## 24.2.8 (2024-02-27)
472
+
473
+ ### Schedule
474
+
475
+ #### Bug fixes
476
+
477
+ - `#I549187` - An issue with the virtual scroll with `rowAutoHeight` has been resolved.
478
+
479
+ ## 24.2.4 (2024-02-06)
480
+
481
+ ### Schedule
482
+
483
+ #### Bug fixes
484
+
485
+ - `#I540139` - The appointment disappearance issue while using the `rowAutoHeight` has been resolved.
486
+ - `#I524766` - An issue related to scaling has been fixed.
487
+
488
+ ## 24.2.3 (2024-01-31)
489
+
490
+ ### Schedule
491
+
492
+ #### Bug fixes
493
+
494
+ - `#I541680` - An issue related to more indicator in the timeline views has been fixed.
495
+
496
+ ## 24.1.41 (2023-12-18)
497
+
498
+ ### Schedule
499
+
500
+ #### New Features
501
+
502
+ - `#I227283`, `#I233208`, `#F170880` - Provided support to customize the scheduler toolbar items using the `toolbarItems` property.
503
+ - `#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
504
+
505
+ #### Bug fixes
506
+
507
+ - `#I519049` - An issue related to events are overlapping when they are on same date in vertical year view has been resolved.
508
+ - `#F185646` - An issue with page crashes when schedule appointment drag-drops over the calendar has been fixed.
509
+ - `#F185139` - An issue related to events are positioned incorrectly when using `firstDayOfWeek` with different time slot intervals has been resolved.
510
+ - `#FB47966` - An issue with timezone setting not working for all day events has been fixed.
511
+
512
+ ## 23.2.4 (2023-11-20)
513
+
514
+ ### Schedule
515
+
516
+ #### Bug fixes
517
+
518
+ - `#I518285` - An issue related to incorrect start day name on the week header in year view has been resolved.
519
+
520
+ ## 23.1.44 (2023-11-07)
521
+
522
+ ### Schedule
523
+
524
+ #### Bug fixes
525
+
526
+ - `#I513168` - An issue related to misplaced events in the print document has been resolved.
527
+
528
+ ## 23.1.40 (2023-10-10)
529
+
530
+ ### Schedule
531
+
532
+ #### Bug fixes
533
+
534
+ - `#I184692` - An issue with the date navigation while clicking on the month date on mobile mode has been fixed.
535
+ - `#I504010` - The console error occurs when dragging events outside of the Scheduler area has been fixed.
536
+
537
+ ## 23.1.39 (2023-10-04)
538
+
539
+ ### Schedule
540
+
541
+ #### Bug fixes
542
+
543
+ - `#I503155` - Resolved an accessibility concern by including the necessary form labels in the Scheduler editor window.
544
+
545
+ ## 23.1.38 (2023-09-26)
546
+
547
+ ### Schedule
548
+
549
+ #### Bug fixes
550
+
551
+ - `#I501151` - An issue where the `eventDoubleClick` event is not triggering has been fixed.
552
+
553
+ ## 23.1.36 (2023-09-15)
554
+
555
+ ### Schedule
556
+
557
+ #### Features
558
+
559
+ - `#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.
560
+ - `#I397280`, `#I296716`, `#F184285`, `#FB37717` - Provided `virtualScrollStart` and `virtualScrollStop` event support to notify the resource virtual scrolling actions of Scheduler.
561
+ - `#I339243`, `#I365629`, `#F174284` - Provided support to customize the header and footer of editor window.
562
+
563
+ #### Bug fixes
564
+
565
+ - `#F184224` - An issue with start and end date query parameters passed incorrectly, when timezone is applied for scheduler has been fixed.
566
+ - `#I499207` - An issue with quick popup not opens on selected cell, when `allowMultiRowSelection` property disabled has been fixed.
567
+
568
+ ## 22.2.12 (2023-09-05)
569
+
570
+ ### Schedule
571
+
572
+ #### Bug fixes
573
+
574
+ - `#I492172` - An issue with recurrence exception not calculated based on scheduler timezone has been fixed.
575
+ - `#I490434` - An issue with current time indicator positioned wrongly when header rows is applied in timeline views has been fixed.
576
+ - `#I497178` - An issue with quick popup opens for unselected resource cells has been fixed.
577
+
578
+ ## 22.2.11 (2023-08-29)
579
+
580
+ ### Schedule
581
+
582
+ #### Bug fixes
583
+
584
+ - `#I488001` - An issue where the description field of an ICS file was not being parsed correctly upon import into the Schedule has been fixed.
585
+
586
+ ## 22.2.5 (2023-07-27)
587
+
588
+ ### Schedule
589
+
590
+ #### Bug fixes
591
+
592
+ - `#I480473` - An issue with "Role not inside the required context" accessibility issue in the Schedule component's recurrence editor has been fixed.
593
+ - `#I474091` - The issue of duplicate events being created after changing the recurrence of certain events has been fixed.
594
+ - `#I478902` - Performance issue in calculating scrollbar width has been fixed.
595
+
596
+ ## 22.1.38 (2023-07-11)
597
+
598
+ ### Schedule
599
+
600
+ #### Bug fixes
601
+
602
+ - `#F182714` - An issue with Escape key will prevent the cell selection when `allowInline` property enabled has been fixed.
603
+
604
+ ## 22.1.34 (2023-06-21)
605
+
606
+ ### Schedule
607
+
608
+ #### New Features
609
+
610
+ - `#I438319` - Provided an option to customize the recurrence end type which allows users to tailor the recurrence editor to their unique needs and preferences.
611
+
612
+ #### Bug fixes
613
+
614
+ - `F182696` - An issue with Keyboard scroll behaviour not working has been fixed.
615
+ - `I470178` - An issue with Edit occurrence appointment not rescheduled properly and shows occurrence alert has been fixed.
616
+ - `#I182714` - Resolved the issue where pressing the `Escape` key while navigating the scheduler with the keyboard would return to the previously selected cell.
617
+
618
+ ## 21.2.10 (2023-06-13)
619
+
620
+ ### Schedule
621
+
622
+ #### Bug fixes
623
+
624
+ - `#I464944` - An issue with time indicator rendered in wrong position when `startHour` and `endHour` property applied has been fixed.
625
+
626
+ ## 21.2.9 (2023-06-06)
627
+
628
+ ### Schedule
629
+
630
+ #### Bug fixes
631
+
632
+ - `#I461489` - An issue with the dragging appointment is flickering on the topmost region has been fixed.
633
+ - `#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.
634
+ - `#I459642` - An issue with Appointment end date is wrong in `popupOpenEventArgs` has been fixed.
635
+
636
+ ## 21.2.6 (2023-05-23)
637
+
638
+ ### Schedule
639
+
640
+ #### Bug fixes
641
+
642
+ - `#I459507` - An issue with the following events option not being displayed while editing the edited occurrence of the recurrence series has been fixed.
643
+
644
+ ## 21.2.5 (2023-05-16)
645
+
646
+ ### Schedule
647
+
648
+ #### Bug fixes
649
+
650
+ - `#I459154` - An issue with Schedule performance while rendering large set all-day appointments in vertical views has been fixed.
651
+
652
+ ## 21.2.4 (2023-05-09)
653
+
654
+ ### Schedule
655
+
656
+ #### Bug fixes
657
+
658
+ - `#I457705` - An issue with appointment not dropped on target cell when start and end time is same has been fixed.
659
+ - `#I457928` - An issue with the appointment misalignment has been fixed.
660
+
661
+ ## 21.1.41 (2023-04-18)
662
+
663
+ ### Schedule
664
+
665
+ #### Bug fixes
666
+
667
+ - `#I449384` - An issue with the numeric textbox inside the `editorTemplate` has been fixed.
668
+ - `#I454841`, `#I455215` - An issue with the appointment subject, quick info popup subject, and description values doesn't show in HTML format has been fixed.
669
+ - `#I451218` - An issue with the clone element was hidden while dragging when the `eventDragArea` property is enabled has been fixed.
670
+
671
+ ## 21.1.39 (2023-04-11)
672
+
673
+ ### Schedule
674
+
675
+ #### Bug fixes
676
+
677
+ - `#I425939` - Schedule virtual scrolling appointment rendering performance improved.
678
+ - `#F181250` - Schedule layout rendering performance improved with `timezone` property.
679
+ - `#I328355`, `#I449137` - Provided support to bind methods in `JS` way for the Schedule events in the `print` method `printOptions`.
680
+
681
+ ## 21.1.38 (2023-04-04)
682
+
683
+ ### Schedule
684
+
685
+ #### Bug fixes
686
+
687
+ - `#I448740` - An issue with the current date styles in month agenda view has been fixed.
688
+ - `#I445875` - An issue with the scheduler not rendering the all more indicators while resizing the browser window at specific resolutions has been fixed.
689
+
690
+ ## 21.1.35 (2023-03-23)
691
+
692
+ ### Schedule
693
+
694
+ #### New Features
695
+
696
+ - `#I324269`, `#I347160` - Provided support to display multi month event as single event in vertical orientation of timeline year view.
697
+ - `#I419677` - Provided the support to sanitize the appointment inputs, improving the security of the Scheduler component.
698
+ - `#I425713` - Provided in-built filter support to the Scheduler component, allowing users to easily filter events when requesting data from the server.
699
+ - `#FB40709` - Provided `generateEventOccurrences` public method to retrieve all the occurrences from the series.
700
+ - `#I423939` - Provided support to render the schedule timeline views without horizontal scrollbar.
701
+
702
+ #### Bug fixes
703
+
704
+ - `#I442920` - An issue with appointments misaligned in timeline year view with `ignoreWhiteSpace` property has been fixed.
705
+
706
+ ## 20.4.53 (2023-03-07)
707
+
708
+ ### Schedule
709
+
710
+ #### Bug fixes
711
+
712
+ - `#I441823, F180833` - An issue with a script error while customizing the recurrence editor repeat type option in the Schedule editor has been fixed.
713
+
714
+ ## 20.4.52 (2023-02-28)
715
+
716
+ ### Schedule
717
+
718
+ #### Bug fixes
719
+
720
+ - `#I440832` - An issue with drag clone event were hidden, when dragging multiple appointments with `startHour` and `endHour` has been fixed.
721
+ - `#I441311` - An issue with `getSelectedElements` public method return the selected cells in wrong order has been fixed.
722
+
723
+ ## 20.4.51 (2023-02-21)
724
+
725
+ ### Schedule
726
+
727
+ #### Bug fixes
728
+
729
+ - `#I438207` - An issue with `select` event not invoked on cell selection through keyboard navigation has been fixed.
730
+
731
+ ## 20.4.49 (2023-02-07)
732
+
733
+ ### Schedule
734
+
735
+ #### Bug fixes
736
+
737
+ - `#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.
738
+
739
+ ## 20.4.48 (2023-02-01)
740
+
741
+ ### Schedule
742
+
743
+ #### Bug fixes
744
+
745
+ - `#I422532` - An issue with swiping animation is slow on date navigation in iPad device has been fixed.
746
+ - `#I426228` - An issue with drag and drop with timeline view header rows has been fixed.
747
+
748
+ ## 20.4.44 (2023-01-18)
749
+
750
+ ### Schedule
751
+
752
+ #### Bug fixes
753
+
754
+ - `#I414149` - An issue with editor window not open in iPad device has been fixed.
755
+ - `#I425181` - An issue with wrongly shown the occurrence alert while editing title of single occurrence of daily recurrence event has been fixed.
756
+ - `#I427296` - An issue with wrongly shown the occurrence alert while editing the date of single occurrence of weekly recurrence event has been fixed.
757
+
758
+ ## 20.4.43 (2023-01-10)
759
+
760
+ ### Schedule
761
+
762
+ #### Bug fixes
763
+
764
+ - `#I425940` - An issue with adding an aria-pressed attribute to the appointment has been fixed.
765
+ - `#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.
766
+
767
+ ## 20.4.42 (2023-01-04)
768
+
769
+ ### Schedule
770
+
771
+ #### Bug fixes
772
+
773
+ - `#I425268` - An issue with drag and drop flickering with `eventDragArea` in timeline views has been fixed.
774
+ - `#I424662` - An issue with appointment resizing in month view with scrollbar has been fixed.
775
+
776
+ ## 20.4.38 (2022-12-21)
777
+
778
+ ### Schedule
779
+
780
+ #### New Features
781
+
782
+ - `#I384604` - Provided custom workdays support when resources are grouped by date.
783
+ - `#I394207` - Provided `closeTooltip` method to close the appointment tooltip programmatically.
784
+ - `#I399939` - Provided `dateRangeTemplate` template to customize the header date range in scheduler.
785
+
786
+ ## 20.3.58 (2022-11-22)
787
+
788
+ ### Schedule
789
+
790
+ #### Bug fixes
791
+
792
+ - `#F178747` - An issue with Appointments positioning when navigate to the next date via swiping in mobile mode has been fixed.
793
+
794
+ ## 20.3.57 (2022-11-15)
795
+
796
+ ### Schedule
797
+
798
+ #### Bug fixes
799
+
800
+ - `#I415847` - An issue with Edit recurrence series to greater than its end date has been fixed.
801
+ - `#I415323` - An issue with timeline month view appointment flickers on initial resizing has been fixed.
802
+
803
+ ## 20.3.56 (2022-11-08)
804
+
805
+ ### Schedule
806
+
807
+ #### Bug fixes
808
+
809
+ - `#F178302` - An issue with being unable to inline edit when using `eventTemplate` has been fixed.
810
+ - `#F178112` - An issue with "Misalignment occurring on zoom-in zoom-out with the scheduler" has been fixed
811
+
812
+ ## 20.3.52 (2022-10-26)
813
+
814
+ ### Schedule
815
+
816
+ #### Bug fixes
817
+
818
+ - `#F177962` - An issue with displaying yearly recurrence event has been fixed.
819
+ - `#I407566` - An issue with Importing exported ICS file with the edited recurrence event causes issue while editing the recurrence event has been fixed.
820
+ - `#F411508` - The issue Error throws when resources with no child is selected in the Editor window has been fixed.
821
+ - `#I411253` - Scheduler performance issue in virtual scrolling has been fixed.
822
+ - `#I412237` - An issue with Delete action through keyboard not working on Schedule on the MAC OS has been fixed.
823
+ - `F178167` - An issue with navigation actions not working while performing swipe on the appointments in mobile mode has been fixed.
824
+
825
+ ## 20.3.49 (2022-10-11)
826
+
827
+ ### Schedule
828
+
829
+ #### Bug fixes
830
+
831
+ - `#I407566` - An issue with Importing exported ICS file with the edited recurrence event causes issue while editing the recurrence event has been fixed.
832
+
833
+ ## 20.3.47 (2022-09-29)
834
+
835
+ ### Schedule
836
+
837
+ #### New Features
838
+
839
+ - `#I329117` - Provided option to disable the date navigation via touch swipe.
840
+ - `#F171009`, `#FB3560`, `#FB30983`, `#FB31560`, `#FB36386` - Provided virtual scrolling support to Vertical Day, Week, and Month views.
841
+ - Provided cell template, day header template and month header template support for Year view.
842
+
843
+ #### Bug fixes
844
+
845
+ - `#I406122` - An issue with Recurrence appointment rendered after the end time on DST timezone has been fixed.
846
+
847
+ - `#I405129` - An issue with Drag and drop is slow, when using `eventTemplate` has been fixed.
848
+
849
+ ## 20.2.50 (2022-09-20)
850
+
851
+ ### Schedule
852
+
853
+ #### Bug fixes
854
+
855
+ - `#I405416` - An issue with next date navigation arrow shown when the upcoming date is greater than `maxDate` has been fixed.
856
+
857
+ ## 20.2.43 (2022-08-08)
858
+
859
+ ### Schedule
860
+
861
+ #### Bug fixes
862
+
863
+ - `#I392060` - An issue with `scrollTo` method not working in timeline views has been fixed.
864
+
865
+ ## 20.2.40 (2022-07-26)
866
+
867
+ ### Schedule
868
+
869
+ #### Bug fixes
870
+
871
+ - `#I392060` - An issue with Appointments start and end time were changed on schedule property change has been fixed.
872
+
873
+ ## 20.2.38 (2022-07-12)
874
+
875
+ ### Schedule
876
+
877
+ #### Bug fixes
878
+
879
+ - `#F172936` - An issue with Form validator instance not available in `popupOpen` event of Scheduler has been fixed.
880
+ - `#F175741` - An issue with UID of the appointments varies every time while exporting appointments in ICS file has been fixed.
881
+ - `#I379499` - An issue with Recurrence appointments start and end times are not changed based on DST time zone has been fixed.
882
+
883
+ ## 20.2.36 (2022-06-30)
884
+
885
+ ### Schedule
886
+
887
+ #### New Features
888
+
889
+ - `#I357693`, `#I385560` - Provided a public method `openQuickInfoPopup` to open the quick popup programmatically.
890
+ - `#I307933` - Provided support to specify custom separator when exporting Scheduler events to CSV export.
891
+
892
+ #### Bug Fixes
893
+
894
+ - `#I385411` - An issue with Weekly recurrence appointments not shown in day view has been fixed.
895
+
896
+ ## 20.1.61 (2022-06-21)
897
+
898
+ ### Schedule
899
+
900
+ #### Bug Fixes
901
+
902
+ - `#I380532` - An issue with Multiple appointments dragged while performing drag action with a single appointment has been fixed.
903
+ - `#I380576` - An issue with drag appointment clone position with enabled `rowAutoHeight` has been fixed.
904
+ - `#I384326` - An issue with html tag as appointment subject in quick popup header has been fixed.
905
+ - `#I383234` - An issue with `scrollTo` method not working with date when enabled group `byDate` has been fixed.
906
+ - `#F174691` - An issue with header misalignment in month view on safari browser has been fixed.
907
+
908
+ ## 20.1.57 (2022-05-24)
909
+
910
+ ### Schedule
911
+
912
+ #### Bug Fixes
913
+
914
+ - `#I379346` - An issue with appointments rendered in start and end hour range in vertical views has been fixed.
915
+ - `#I379197` - An issue with normal appointment rendered in all day row in DST time zone has been fixed.
916
+
917
+ ## 20.1.55 (2022-05-12)
918
+
919
+ ### Schedule
920
+
921
+ #### Bug Fixes
922
+
923
+ - `#I374675` - The appointment border maintained after deselection on multiple appointment selections has been fixed.
924
+ - `#I373707` - An issue with appointments rendered in the min-max date range in vertical views has been fixed.
925
+
926
+ ## 20.1.50 (2022-04-19)
927
+
928
+ ### Schedule
929
+
930
+ #### Bug Fixes
931
+
932
+ - `#I373678` - An issue with the recurrence appointment time change in the DST time zone has been fixed.
933
+ - `#I372043` - An issue with the appointment rendering performance of the month view has been fixed.
934
+ - `#I373179` - The Schedule `exportToICalendar` method throws a script error on exporting events issue has been fixed.
935
+ - `#I373707` - An issue with the appointments in the min-max date range not rendered in the month view has been fixed.
936
+
937
+ ## 20.1.48 (2022-04-12)
938
+
939
+ ### Schedule
940
+
941
+ #### Bug Fixes
942
+
943
+ - `#F173985` - An issue with duplicate cells rendered when the time scale interval set as 1440 has been fixed.
944
+
945
+ ## 20.1.47 (2022-04-04)
946
+
947
+ ### Schedule
948
+
949
+ #### New Features
950
+
951
+ - `#I305258`, `#FB20522`, `#FB20233` - Provided virtual scrolling support for timeline year view with vertical orientation.
952
+
953
+ #### Bug Fixes
954
+
955
+ - `#I368002, #I369932` - A issue with cell height not updated property based on appointment rendering while row auto height enabled has been fixed.
956
+ - `#I368806` - An issue with an incorrect end date in the editor when using `openEditor` method has been fixed.
957
+ - `#I367110` - An issue with more indicator count value is wrong in month view has been fixed.
958
+ - `#I370378` - An issue with the wrong count of occurrences rendered when clear and set up until date value again has been fixed.
959
+ - `#F172905` - An issue with scroll position not maintained for timeline year and timeline month views has been fixed.
960
+
961
+ ## 19.4.50 (2022-02-08)
962
+
963
+ ### Schedule
964
+
965
+ #### Bug Fixes
966
+
967
+ - `#I362813` - An issue with appointment start and end time changes on each schedule layout resize action while using `timezone` property has been fixed.
968
+ - `#I363018` - An issue with event template content is empty after performing CRUD action with resource has been fixed.
969
+
970
+ ## 19.4.47 (2022-01-25)
971
+
972
+ ### Schedule
973
+
974
+ #### Bug Fixes
975
+
976
+ - `#I361305` - A performance issue while loading more events in the Timeline views has been fixed.
977
+ - `#I361135` - An issue with improper argument data received in the `eventRendered` event in each view has been fixed.
978
+ - `#I363266` - An issue with the more popup window has truncated at bottom of the schedule in month view has been fixed.
979
+
980
+ ## 19.4.43 (2022-01-18)
981
+
982
+ ### Schedule
983
+
984
+ #### Bug Fixes
985
+
986
+ - `#F171650` - An issue with localized text is not applied for the week numbers tooltip in year view has been fixed.
987
+
988
+ ## 19.4.42 (2022-01-11)
989
+
990
+ ### Schedule
991
+
992
+ #### Bug Fixes
993
+
994
+ - `#I360126` - Timeline views appointment misalignment issue while work cells width reduced has been fixed.
995
+
996
+ ## 19.4.41 (2022-01-04)
997
+
998
+ ### Schedule
999
+
1000
+ #### Bug Fixes
1001
+
1002
+ - `#I357890` - An issue with work cells misalignment in the timeline month view has been fixed.
1003
+ - `#FB31401` - An issue with today button navigating issue only in the `MonthAgenda` view issue has been fixed.
1004
+ - `#FB30967` - An issue while drag and drop an event with `eventDragArea` has been fixed.
1005
+
1006
+ ## 19.4.40 (2021-12-28)
1007
+
1008
+ ### Schedule
1009
+
1010
+ #### Bug Fixes
1011
+
1012
+ - `#I353817` - An issue with all-day region scrolling issue only in the Mac device has been fixed.
1013
+
1014
+ ## 19.4.38 (2021-12-17)
1015
+
1016
+ ### Schedule
1017
+
1018
+ #### New Features
1019
+
1020
+ - `#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.
1021
+ - `#FB9963`, `#I331086` - Provided an option to customize the header names when the Scheduler is exported to Excel.
1022
+ - `#I276542`, `#F169844` - Provided support to set the minimum event duration for appointments to make the event subject easier to read.
1023
+ - `#I335888`, `#F167194`, `#F167235`, `#F169012`, `#F169593`, `#F169647` - Provides accessibility support for timeline year views to select multiple cells for actions.
1024
+
1025
+ #### Bug Fixes
1026
+
1027
+ - `#I357194` - An issue while slower the performance of the schedule, while drag and drop the event with `eventTemplate` has been fixed.
1028
+
1029
+ ## 19.3.55 (2021-11-23)
1030
+
1031
+ ### Schedule
1032
+
1033
+ #### Bug Fixes
1034
+
1035
+ - `#I347217` - An issue while using `getRecurrenceDates` method in the weekly rule option has been fixed.
1036
+
1037
+ ## 19.3.53 (2021-11-12)
1038
+
1039
+ ### Schedule
1040
+
1041
+ #### New Features
1042
+
1043
+ - `#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.
1044
+ - `#I339786` - Provided localization support for timezone collections which are displayed in the editor window.
1045
+
1046
+ ## 19.3.48 (2021-11-02)
1047
+
1048
+ ### Schedule
1049
+
1050
+ #### Bug Fixes
1051
+
1052
+ - `#F158202` - The `getCurrentViewEvents` method not returns current view events in Agenda view has been fixed.
1053
+ - `#I343356` - An issue while using two dynamic validation error message for the scheduler field has been fixed.
1054
+ - `#I345316` - An issue while saving an event dynamically using `saveEvent` method only with `timezone` property for the scheduler has been fixed.
1055
+ - `#F169453` - An issue with the horizontal scroll position in the timeline month, while dragging or resizing an event has been fixed.
1056
+ - `#I342117` - An issue with virtual scrolling down not happening issue in Agenda view mobile mode has been fixed.
1057
+
1058
+ ## 19.3.46 (2021-10-19)
1059
+
1060
+ ### Schedule
1061
+
1062
+ #### Bug Fixes
1063
+
1064
+ - `#I344571` - An alignment issue between the resource cells and work cells in timeline year has been fixed.
1065
+ - `#FB29199` - Dragging an event from one month to another throws an exception in month view has been fixed.
1066
+ - `#I344682` - An issue with virtual up-scrolling while enabling the `rowAutoHeight` property has been fixed.
1067
+
1068
+ ## 19.3.44 (2021-10-05)
1069
+
1070
+ ### Schedule
1071
+
1072
+ #### Bug Fixes
1073
+
1074
+ - `#FB29036` - An issue with the `renderCell` event arguments as `resourceGroupCells` has been fixed in the timeline year view with resources.
1075
+ - `#I339839` - An issue with the scheduler resize action is not working properly in timeline month has been fixed.
1076
+ - `#F168909` - The scheduler agenda view throws script error on multilevel resources grouping has been fixed.
1077
+
1078
+ ## 19.3.43 (2021-09-30)
1079
+
1080
+ ### Schedule
1081
+
1082
+ #### New Features
1083
+
1084
+ - `#I316891`, `#I328879`, `#I331265`, `#I335777`, `#I339302`, `#F165491` - Provided support to sort appointments by priority instead of time.
1085
+ - `#I242605`, `#F160122`, `#F165334` - Provided public method for Scheduler to refresh the Scheduler layout without re-render.
1086
+ - `#I314842`, `#I320731` - Provided public method for Scheduler to refresh the given templates.
1087
+ - `#FB24252` - Provided template support for header indent cells.
1088
+
1089
+ #### Bug Fixes
1090
+
1091
+ - `#I333664` - An issue with the dragging between two Schedulers has been fixed.
1092
+ - `#I340348` - An issue with opening the editor window in RTL mode has been fixed.
1093
+ - `#I342117` - An issue with today button navigation in Agenda view and scrolling down not happening issue has been fixed.
1094
+ - `#F168358` - An issue with the "delete icon is not disabled in mobile mode" has been fixed.
1095
+ - `#I340332` - An issue with the events rendering performance in vertical views has been fixed.
1096
+ - `#I342489` - An issue with identify the clicked button on `popupClose` event has been fixed by providing `event` option on `PopupCloseEventArgs`.
1097
+
1098
+ ## 19.2.59 (2021-08-31)
1099
+
1100
+ ### Schedule
1101
+
1102
+ #### New Features
1103
+
1104
+ - `#I242605`, `#F160122`, `#F165334` - Provided public method for Scheduler to refresh the Scheduler layout without re-render.
1105
+ - `#I314842`, `#I320731` - Provided public method for Scheduler to refresh the given templates.
1106
+
1107
+ #### Bug Fixes
1108
+
1109
+ - `#I339839` - An issue with the scheduler resize action is not working properly in timeline views has been fixed.
1110
+ - `#I338473` - An issue with the scheduler `showWeekend` property set to false appointments missing has been fixed.
1111
+ - `#I340348` - An issue with opening the editor window in RTL mode has been fixed.
1112
+ - `#I342117` - An issue with today button navigation in Agenda view has been fixed.
1113
+ - `#I340332` - An issue with the scheduler performance in Vertical views has been fixed.
1114
+
1115
+ ## 19.2.56 (2021-08-17)
1116
+
1117
+ ### Schedule
1118
+
1119
+ #### Bug Fixes
1120
+
1121
+ - `#I334925` - An issue with the longer appointments in timeline year view UI has been resolved.
1122
+
1123
+ ## 19.2.55 (2021-08-11)
1124
+
1125
+ ### Schedule
1126
+
1127
+ #### Bug Fixes
1128
+
1129
+ - `#I337733` - An issue with the scheduler events overlapping when start and end times were the same has been resolved.
1130
+
1131
+ ## 19.2.51 (2021-08-03)
1132
+
1133
+ ### Schedule
1134
+
1135
+ #### Bug Fixes
1136
+
1137
+ - `#F167351` - An issue with the scheduler quick popup closes when using multi-select in the popup content has been fixed.
1138
+
1139
+ ## 19.2.49 (2021-07-27)
1140
+
1141
+ ### Schedule
1142
+
1143
+ #### Bug Fixes
1144
+
1145
+ - `#I331086` - An issue with the drag and drop the spanned events in vertical views has been fixed.
1146
+ - `#I336108` - An issue with the scheduler import of recurring events has been fixed.
1147
+
1148
+ ## 19.2.47 (2021-07-13)
1149
+
1150
+ ### Schedule
1151
+
1152
+ #### Bug Fixes
1153
+
1154
+ - `#I333860, #I333664` - An issue with the external drag between two scheduler has been fixed.
1155
+ - `#F166305` - An issue with dynamically changed `minDate` and `maxDate` property in react scheduler has been fixed.
1156
+ - `#F166752` - An issue with drag and drop doesn't work when enabled the desktop mode in mobile devices has been fixed.
1157
+ - `#I331086` - An issue with the drag and drop the spanned events in vertical views has been fixed.
1158
+
1159
+ ## 19.2.46 (2021-07-06)
1160
+
1161
+ ### Schedule
1162
+
1163
+ #### Bug Fixes
1164
+
1165
+ - `#I332366` - An issue with the toolbar popup is not open properly when multiple schedules are rendered on a single page has been fixed.
1166
+
1167
+ ## 19.2.44 (2021-06-30)
1168
+
1169
+ ### Schedule
1170
+
1171
+ #### New Features
1172
+
1173
+ - Provided option to set the custom months count in year views.
1174
+
1175
+ #### Bug Fixes
1176
+
1177
+ - `#FB25227` - An issue with the scheduler resize action is not working in timeline views has been fixed.
1178
+ - `#I331501` - An issue with the scheduler height is not responsive related to the parent container has been fixed.
1179
+
1180
+ ## 19.1.69 (2021-06-15)
1181
+
1182
+ ### Schedule
1183
+
1184
+ #### Bug Fixes
1185
+
1186
+ - `#I331194` - An issue with localization for form-validator is not working has been fixed.
1187
+ - `#I331513` - An issue with add icon shows on mobile when disabled the `allowAdding` property has been fixed.
1188
+
1189
+ ## 19.1.67 (2021-06-08)
1190
+
1191
+ ### Schedule
1192
+
1193
+ #### Bug Fixes
1194
+
1195
+ - `#I327333` - An issue with the scheduler current time indicator position not maintained has been fixed.
1196
+ - `#I329599` - An issue with the scheduler `eventRendered` event in agenda view has been fixed.
1197
+ - `#F165707` - An issue with the external drag between two scheduler has been fixed.
1198
+ - `#I330676` - An issue with the scheduler more popup is not updated when deleting the event in year view has been fixed.
1199
+ - `#I330946` - An issue with the scheduler keyboard interaction when the `readonly` property is enabled has been fixed.
1200
+
1201
+ ## 19.1.66 (2021-06-01)
1202
+
1203
+ ### Schedule
1204
+
1205
+ #### Bug Fixes
1206
+
1207
+ - `#F165550` - An issue with script error throws while dragging the scheduler events in IE11 has been fixed.
1208
+
1209
+ ## 19.1.65 (2021-05-25)
1210
+
1211
+ ### Schedule
1212
+
1213
+ #### New Features
1214
+
1215
+ - Provided public method to select the resources programmatically based on group index in mobile mode.
1216
+
1217
+ #### Bug Fixes
1218
+
1219
+ - `#I317799` - An issue with memory leak while performing navigation action has been fixed.
1220
+ - `#F165261` - An issue with scheduler dates are not translated based on locale has been fixed.
1221
+ - `#FB25480` - An issue with the scheduler mobile mode when the `readonly` property is enabled has been fixed.
1222
+
1223
+ - `#I317799` - An issue with memory leak while performing navigation action has been fixed.
1224
+
1225
+ ## 19.1.63 (2021-05-13)
1226
+
1227
+ ### Schedule
1228
+
1229
+ #### New Features
1230
+
1231
+ - Provided scrolling support for all day row when loading huge events.
1232
+ - Provided the print option support to print the schedule in a customized way.
1233
+ - Provided option to set the different first month in year view.
1234
+ - Provided template support for date header in year views.
1235
+
1236
+ #### Bug Fixes
1237
+
1238
+ - `#I325602`: An issue with resizing the appointment to last cell is not working has been fixed.
1239
+ - `#I315877` - An issue with the scheduler fast dragging in timeline views has been resolved.
1240
+
1241
+ ## 19.1.59 (2021-05-04)
1242
+
1243
+ ### Schedule
1244
+
1245
+ #### Bug Fixes
1246
+
1247
+ - `#FB23548` - An issue with Keyboard Interaction with Virtual Scrolling has been fixed.
1248
+ - `#I323778` - An issue with Scheduler Accessibility has been fixed.
1249
+
1250
+ ## 19.1.58 (2021-04-27)
1251
+
1252
+ ### Schedule
1253
+
1254
+ #### Bug Fixes
1255
+
1256
+ - `#I324040` - An issue with the scheduler multiple appointment selection in IOS device has been resolved.
1257
+ - `#I324529, #I323448` - An issue with deleting the entire recurrence events with resources has been resolved.
1258
+ - `#FB23906, #FB23902` - An issue with "Scheduler causing focus loss for text inputs in Android device" has been fixed.
1259
+ - `#FB23931` - An issue with "Scheduler stealing focus on window resize" has been fixed.
1260
+ - `#I313715` - An issue with script error throws while resizing the scheduler events has been fixed.
1261
+ - `#FB24226` - An issue with the scheduler alert message when drag the event in series has been fixed.
1262
+
1263
+ ## 19.1.57 (2021-04-20)
1264
+
1265
+ ### Schedule
1266
+
1267
+ #### Bug Fixes
1268
+
1269
+ - `#I312919` - An issue with the scheduler performance with resources has been resolved.
1270
+
1271
+ ## 19.1.56 (2021-04-13)
1272
+
1273
+ ### Schedule
1274
+
1275
+ #### Bug Fixes
1276
+
1277
+ - `#FB23907` - An issue with the "Scheduler throws the console errors in Android device" has been fixed.
1278
+ - `#F161048` - An issue with Scheduler quick popup rendered twice when the `quickInfoOnSelectionEnd` property is enabled has been fixed.
1279
+ - `#I320954` - An issue with the scheduler rendered twice with a different timezone has been fixed.
1280
+ - `#I319812` - An issue with the appointment is not created properly in Timeline Year view has been fixed.
1281
+ - `#I320915` - An issue with Scheduler events height is not rendered properly in the DST timezone has been fixed.
1282
+ - `#FB23548` - An issue with Keyboard Interaction with Virtual Scrolling has been fixed.
1283
+ - `F159057` - An issue with the appointment was not shown correctly in the UI in `TimelineMonth` view has been fixed.
1284
+
1285
+ ## 19.1.55 (2021-04-06)
1286
+
1287
+ ### Schedule
1288
+
1289
+ #### Bug Fixes
1290
+
1291
+ - `#F17228` - An issue with scheduler input field focus not working in iPad device with external keyboard has been fixed.
1292
+ - `#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.
1293
+ - `#I321711` - Duplicate events rendered in year view of schedule issue has been fixed.
1294
+ - `#I320945` - An issue with scheduler multiple cell selection by holding shift and mouse click throws script error has been fixed.
1295
+
1296
+ ## 19.1.54 (2021-03-30)
1297
+
1298
+ ### Schedule
1299
+
1300
+ #### New Features
1301
+
1302
+ - **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.
1303
+ - **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.
1304
+
1305
+ ### Recurrence Editor
1306
+
1307
+ #### Breaking Changes
1308
+
1309
+ - The following properties type was changed.
1310
+
1311
+ | Property | Previous Type | Current Type |
1312
+ |----------|---------------|--------------------------------|
1313
+ | `selectedType` | `anonymous` | `int` |
1314
+ | value | `anonymous` | `string` |
1315
+
1316
+ ## 18.4.49 (2021-03-23)
1317
+
1318
+ ### Schedule
1319
+
1320
+ #### Bug Fixes
1321
+
1322
+ - `#F22773` - An issue with editor freezes when saving a task to repeat yearly on the last day of a month has been fixed.
1323
+ - `#F163215` - An issue with one day block event renders for two days has been fixed.
1324
+ - `#I316945` - An issue with recurrence events are not deleted properly in overview sample has been fixed.
1325
+ - `#I317560` - An issue with Schedule events getting overlapped issue has been fixed.
1326
+ - `#I313557` - An issue with scheduler resource header when enabled `rowAutoHeight` and `height` properties has been fixed.
1327
+ - `#317799` - An issue with memory leak in Scheduler has been fixed.
1328
+ - `#313715,320461` - An issue with script error throws while fast dragging of scheduler events has been fixed.
1329
+
1330
+ ## 18.4.48 (2021-03-16)
1331
+
1332
+ ### Schedule
1333
+
1334
+ #### Bug Fixes
1335
+
1336
+ - `#I313966` - An issue with scheduler toolbar popup items are hidden in iPhone has been fixed.
1337
+ - `#I313459` - An issue with scheduler content width is not properly adjusted while loading large number of resources in IOS device has been fixed.
1338
+ - `#I315617` - An issue with scheduler `refreshDataManager` method invokes before active view has been fixed.
1339
+
1340
+ ## 18.4.47 (2021-03-09)
1341
+
1342
+ ### Schedule
1343
+
1344
+ #### Bug Fixes
1345
+
1346
+ - `#I303694` - An issue with scheduler toolbar items are not rendered as mobile view in iPad has been fixed.
1347
+
1348
+ ## 18.4.46 (2021-03-02)
1349
+
1350
+ ### Schedule
1351
+
1352
+ #### Bug Fixes
1353
+
1354
+ - `#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.
1355
+ - `#I292642` - An issue with today date is not selected properly in header calendar with different timezone has been fixed.
1356
+ - `#I315273` - An issue with clone element position place is mismatched while perform resize action with different resize interval has been fixed.
1357
+ - `#I316544` - An issue with locale word are not displayed in all day row expand and collapse section has been fixed.
1358
+ - `#I315617, #I315568` - An issue with script error throws while refresh the scheduler before loads the active view has been fixed.
1359
+ - `#I315462` - An issue with appointments are not rendered when removing the resource dynamically has been fixed.
1360
+ - `#F162676` - An issue with resource and content area gets misaligned when `rowAutoHeight` is enabled in virtual scrolling has been fixed.
1361
+
1362
+ ## 18.4.44 (2021-02-23)
1363
+
1364
+ ### Schedule
1365
+
1366
+ #### Bug Fixes
1367
+
1368
+ - `#I314589` - An issue with week number not shown properly in timeline views has been fixed.
1369
+
1370
+ ## 18.4.42 (2021-02-09)
1371
+
1372
+ ### Schedule
1373
+
1374
+ #### Bug Fixes
1375
+
1376
+ - `#I312058` - An issue with Appointments not rendered in vertical timeline year view issue has been fixed.
1377
+ - `#I310882` - An issue with daily recurring event not able to create for 24 hours has been fixed.
1378
+
1379
+ ## 18.4.41 (2021-02-02)
1380
+
1381
+ ### Schedule
1382
+
1383
+ #### New Features
1384
+
1385
+ - `#304701`, `#305038` - Provided the persistence support for scroll bar position.
1386
+
1387
+ #### Bug Fixes
1388
+
1389
+ - `#I309044` - An issue with year view months rendered incorrectly issue has been fixed.
1390
+ - `#I312201` - An issue with Scheduler throws script error from Current time indicator has been fixed.
1391
+
1392
+ ## 18.4.35 (2021-01-19)
1393
+
1394
+ ### Schedule
1395
+
1396
+ #### Bug Fixes
1397
+
1398
+ - `#I306474` - An issue when `rowAutoHeight` is enabled the events are overlapping to each other in month view issue has been fixed.
1399
+ - `#I309996` - An issue with `resouceHeaderTemplate` is not rendering, while navigating the date via swipe actions has been fixed.
1400
+ - `F161271` - An issue with script errors throws when editing the block appointments manually using open editor has been fixed.
1401
+ - `#I292642` - An issue when timezone is set the calendar today date is not updated properly issue has been fixed.
1402
+
1403
+ ## 18.4.34 (2021-01-12)
1404
+
1405
+ ### Schedule
1406
+
1407
+ #### Bug Fixes
1408
+
1409
+ - `I309759, I309773` - An issue with the `getCurrentViewDates` returned incorrect dates in Agenda view has been fixed.
1410
+
1411
+ ## 18.4.33 (2021-01-05)
1412
+
1413
+ ### Schedule
1414
+
1415
+ #### New Features
1416
+
1417
+ - `#I305332, #I309559` - Provided different options to set the week numbers like Microsoft Outlook Calendar.
1418
+
1419
+ #### Bug Fixes
1420
+
1421
+ - `#I307462` - An issue when editing date time and End as until the last event not rendered has been fixed.
1422
+ - `#F159141` - An issue when enable persistence is true selected resource not rendered issue has been fixed.
1423
+ - `#I304107` - An issue when request to return current view or view model issue has been resolved.
1424
+ - `#I306554, #I307686` - An issue when rendering the appointments in timeline year view has been fixed.
1425
+ - `#F20602` - An issue with the position of the more event popup window is calculating wrongly when we setting the timescale interval has been fixed.
1426
+ - An issue with appointments overlapping in year view has been fixed.
1427
+ - `#I306366` - An issue with resource text is not visible in mobile mode issue has been fixed.
1428
+
1429
+ ## 18.4.32 (2020-12-29)
1430
+
1431
+ ### Schedule
1432
+
1433
+ #### New Features
1434
+
1435
+ - Provided public methods for the Scheduler to get and set the resource collections.
1436
+
1437
+ ## 18.4.31 (2020-12-22)
1438
+
1439
+ ### Schedule
1440
+
1441
+ #### Bug Fixes
1442
+
1443
+ - `#301175` - An issue with the appointment top value in timeline views for the appointment rendered in the last resource has been fixed.
1444
+
1445
+ ## 18.4.30 (2020-12-17)
1446
+
1447
+ ### Schedule
1448
+
1449
+ #### New Features
1450
+
1451
+ - Provided the event Drag and Drop and Resize support for Timeline Year view.
1452
+
1453
+ #### Bug Fixes
1454
+
1455
+ - `#159985` - An issue with `scrollToResource` public method not working properly has been fixed.
1456
+ - `#159896`- An issue with the appointments are misaligned when `rowAutoHeight` is true has been fixed.
1457
+ - `#18946` - An issue with displaying date twice for DST time-zones when switching between summer and winter time, has been fixed.
1458
+ - `#300527` - An issue with loose shadow event once new week opens issue has been fixed.
1459
+ - `#292074` - An issue with Schedule event dragging is not working fine when set up the `eventDragArea` property has been fixed.
1460
+ - `#303564` - An issue with Editor window throws script error has been fixed.
1461
+ - `#304988` - An issue with Scheduler throws script error when navigate form the scheduler to other component has been fixed.
1462
+
1463
+ ## 18.3.53 (2020-12-08)
1464
+
1465
+ ### Schedule
1466
+
1467
+ #### Bug Fixes
1468
+
1469
+ - `#286035` - An issue with theme mapping has been fixed.
1470
+ - `#299009, #305259` - An issue with the `resourceHeaderTemplate` shows empty content when changing the properties of schedule if tooltip enabled has been fixed.
1471
+ - `#159749` - An issue with Scheduler is not refreshed properly while navigating has been fixed.
1472
+ - `#305387` - An issue with events not displayed on proper time has been fixed.
1473
+ - `#301811` - An issue with render RTE component as a additional field in the editor template has been fixed.
1474
+
1475
+ ## 18.3.51 (2020-11-24)
1476
+
1477
+ ### Schedule
1478
+
1479
+ #### Bug Fixes
1480
+
1481
+ - `#292642` - An issue with the event rendering with `StartTimezone` and `EndTimezone` fields at the time of initial loading alone has been fixed.
1482
+ - `#292642` - An issue with date navigation from calendar with different timezone has been fixed.
1483
+ - `#F16947` - An issue with events on same day and time overlap in readable way has been fixed.
1484
+ - `#F159110` - An issues with Scheduler timeline year view has been fixed.
1485
+ - `#F159666` - An issue with wrong element in `renderCell` event has been fixed.
1486
+ - `#F159432` - An issue with customizing the dragging interval time of the events has been fixed.
1487
+ - `#301811` - An issue with render RTE component as a additional field in the editor template has been fixed.
1488
+
1489
+ ## 18.3.50 (2020-11-17)
1490
+
1491
+ ### Schedule
1492
+
1493
+ #### Bug Fixes
1494
+
1495
+ - `#299272` - An issue with the all day spanned events are not properly rendered in the timeline year view has been fixed.
1496
+ - `#299896` - An issue with events get overlapped, when we render the two events at the same time has been fixed.
1497
+ - `#299009` - An issue with `resourceHeaderTemplate` when enable the schedule tooltip has been fixed.
1498
+
1499
+ ## 18.3.48 (2020-11-11)
1500
+
1501
+ ### Schedule
1502
+
1503
+ #### Bug Fixes
1504
+
1505
+ - `#299517` - An issue with the `displayName` property not working in the Agenda view and the `MonthAgenda` view has been fixed.
1506
+
1507
+ ## 18.3.44 (2020-10-27)
1508
+
1509
+ ### Schedule
1510
+
1511
+ #### Bug Fixes
1512
+
1513
+ - `#F158249` - Now `scrollTo()` support has been added in timeline year view.
1514
+ - `#292093` - An issue with setting the resize interval for event in `resizeStart` not resizing the event to its minimum interval value has been fixed.
1515
+ - `#299079` - An issue with Custom editor window throws script error has been fixed.
1516
+
1517
+ - `#286199` - An issue with when destroying the child component used in the editor template the child component is destroyed multiple time has been fixed.
1518
+
1519
+ ## 18.3.42 (2020-10-20)
1520
+
1521
+ ### Schedule
1522
+
1523
+ #### Bug Fixes
1524
+
1525
+ - `#293358` - An issue with the Scheduler events are not rendered in month view and the same events rendered in other views has been fixed.
1526
+ - `#286376` - An issue with refreshing the layout when setting `dataSource` dynamically using `setmodel` in Year view has been fixed.
1527
+ - `#286376` - An issue with view navigation when setting `dataSource` dynamically using `setmodel` in year view has been fixed.
1528
+ - `#294568` - An issue with all day spanned event is not rendered properly in the `TimelineYear` view has been fixed.
1529
+ - `#296098` - An issue with event click action on less duration events not deselecting the previously selected event has been fixed.
1530
+ - `#286199` - An issue with when destroying the child component used in the editor template the child component is destroyed multiple time has been fixed.
1531
+ - `#297720` - An issue with creating an event for the resource parent work cells using `addEvent` method has been fixed.
1532
+
1533
+ ## 18.3.40 (2020-10-13)
1534
+
1535
+ ### Schedule
1536
+
1537
+ #### Bug Fixes
1538
+
1539
+ - `#290061` - An issue with the drop action not working properly in the first row of the Scheduler has been fixed.
1540
+ - `#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.
1541
+ - `#285797` - An issue with dragging an appointment beyond the schedule end time causes appointment to jump has been fixed.
1542
+ - `#290061` - An issue with the drop action not working properly in the first row of the Scheduler has been fixed.
1543
+ - `#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.
1544
+ - `#292609` - An issue with dynamically changed `minDate` and `maxDate` property are not applying to editor start and end date pickers has been fixed.
1545
+ - `#296040` - An issue with event template is not applied in react scheduler has been fixed.
1546
+
1547
+ ## 18.3.35 (2020-10-01)
1548
+
1549
+ ### Schedule
1550
+
1551
+ #### Bug Fixes
1552
+
1553
+ - `#292642` - An issue with date navigation from calendar today button with different timezone has been fixed.
1554
+ - `#292609` - An issue with applying `minDate` and `maxDate` when until date of recurrence editor is configured has been fixed.
1555
+ - `#157158` - An issue with events not displaying when set `minDate` and `maxDate` as string type has been fixed.
1556
+ - `#292093` - An issue with events that are not properly rendered when the drag target moves outside the work cell has been fixed.
1557
+ - `#157442` - An issue with improper alignment of header cells while remove resource dynamically has been fixed.
1558
+ - `#287725` - An issue with clone element height is not calculated properly when disable the timescale in week view has been fixed.
1559
+ - `#292250` - An issue with timeline views resource tree tab accessibility navigation has been fixed.
1560
+
1561
+ ## 18.2.59 (2020-09-21)
1562
+
1563
+ ### Schedule
1564
+
1565
+ #### Bug Fixes
1566
+
1567
+ - `#292250` - An issue with accessibility related navigations from one resource to another resource events issue has been fixed.
1568
+
1569
+ ## 18.2.57 (2020-09-08)
1570
+
1571
+ ### Schedule
1572
+
1573
+ #### Bug Fixes
1574
+
1575
+ - `#156859` - An issue with the resource name is displayed wrongly in quick popup has been fixed.
1576
+ - `#157022` - An issue with character encoding in german umlaut culture while import iCalendar has been fixed.
1577
+ - `#289020` - An issue with script error throws while creating new events in the iPhone has been fixed.
1578
+
1579
+ ## 18.2.55 (2020-08-25)
1580
+
1581
+ ### Schedule
1582
+
1583
+ #### Bug Fixes
1584
+
1585
+ - `#286271` - An issue with the block events are not rendered When we changing the scheduler `timezone` dynamically has been fixed.
1586
+ - `#154907, #154998` - An issue with `Agenda` view while `allowVirtualscrolling` and `hideEmptyAgendaDays` set to be true has been fixed.
1587
+ - `#289191` - An issue with agenda view freezes when we render a spanned event with a millisecond end time value is fixed.
1588
+ - `#156849` - An issue with Scheduler throws script error when perform event drag action above the cells with `cellTemplate` has been fixed.
1589
+ - `#286376` - An issue with horizontal year view events has been fixed.
1590
+
1591
+ ## 18.2.54 (2020-08-18)
1592
+
1593
+ ### Schedule
1594
+
1595
+ #### Bug Fixes
1596
+
1597
+ - `#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.
1598
+ - `#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.
1599
+ - `#287725` - An issue with drag and drop doesn't work properly when we disable `timeScale` property has been fixed.
1600
+
1601
+ ## 18.2.47 (2020-07-28)
1602
+
1603
+ ### Schedule
1604
+
1605
+ #### Bug Fixes
1606
+
1607
+ - `#282556` - An issue with resizing the events has been fixed.
1608
+ - `#284373` - An issue with adding multiple CSS classes to `cssClass` property has been fixed.
1609
+
1610
+ ## 18.2.46 (2020-07-21)
1611
+
1612
+ ### Schedule
1613
+
1614
+ #### Bug Fixes
1615
+
1616
+ - `#154622` - An issue with date format is not showing correctly in Mac browsers has been fixed.
1617
+ - `#283631` - An issue with resizing not working properly with Timeline views when the resize interval is 5 has been fixed.
1618
+ - `#284869` - An issue with events are disappeared after resizing the browser window has been fixed.
1619
+ - `#280860` - An issue with the clone element while drag and drop on first resource has been fixed.
1620
+ - `#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.
1621
+ - `#281573` - An issue with events not rendered in the `WorkWeek` view when applied `firstDayofweek` property has been fixed.
1622
+ - `#283295` - An issue with script error thrown while clicking on the cell in multi level resource grouping scheduler has been fixed.
1623
+ - `#282818` - An issue with the single resource can perform in multiple group with same resource id has been fixed.
1624
+
1625
+ ## 18.2.44 (2020-07-07)
1626
+
1627
+ ### Schedule
1628
+
1629
+ #### New Features
1630
+
1631
+ - **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.
1632
+ - **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.
1633
+ - **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.
1634
+
1635
+ #### Bug Fixes
1636
+
1637
+ - `#280595` - An issue with event subject default field mapping is not consider in UI has been fixed.
1638
+
1639
+ ## 18.1.56 (2020-06-09)
1640
+
1641
+ ### Schedule
1642
+
1643
+ #### Bug Fixes
1644
+
1645
+ - `#278019` - An issue with drag and drop of vertical view events doesn't work properly when we disable `timeScale` property has been fixed.
1646
+
1647
+ ## 18.1.55 (2020-06-02)
1648
+
1649
+ ### Schedule
1650
+
1651
+ #### Bug Fixes
1652
+
1653
+ - `#271944` - An issue with header calendar doesn't close when using two scheduler in same document has been fixed.
1654
+ - `#154305, #153364` - An issue with keypad closes instantly when opening the editor window on Android devices has been resolved.
1655
+
1656
+ ## 18.1.54 (2020-05-26)
1657
+
1658
+ ### Schedule
1659
+
1660
+ #### Bug Fixes
1661
+
1662
+ - `#151241` - An issue with `popupOpenEventArgs` API documentation has missing possible type value has been fixed.
1663
+
1664
+ ## 18.1.52 (2020-05-13)
1665
+
1666
+ ### Schedule
1667
+
1668
+ #### New Features
1669
+
1670
+ - Now resource grouping support has been added in timeline year view.
1671
+
1672
+ #### Bug Fixes
1673
+
1674
+ - `#272563` - An issue with drag and drop of all day events doesn't work properly when we disable `timeScale` property has been fixed.
1675
+ - `#271586` - An issue with event is not created in Sunday and Saturday of the `WorkWeek` view has been fixed.
1676
+ - `#153364` - An issue with appointment alignment while rotation has been fixed.
1677
+ - `#273474` - An issue with `editFollowingEvent` has been fixed.
1678
+
1679
+ ## 18.1.48 (2020-05-05)
1680
+
1681
+ ### Schedule
1682
+
1683
+ #### Bug Fixes
1684
+
1685
+ - `#F11316` - An issue with `ToolbarActionArgs` is deprecated but without it, Print Exporting won't work has been fixed.
1686
+ - `#273612` - An issue with blocked events in mobile mode has been fixed.
1687
+
1688
+ ## 18.1.46 (2020-04-28)
1689
+
1690
+ ### Schedule
1691
+
1692
+ #### Bug Fixes
1693
+
1694
+ - `#F11648` - An issue with previous value maintaining in select event has been fixed.
1695
+ - `#F12531` - An issue with `allowMultiRowSelection` is not working properly in timeline views has been fixed.
1696
+ - `#268604` - An issue with improper time slots rendering when daylight saving time occurring date has been fixed.
1697
+ - `#271829` - An issue with selected class is not applied properly in `MonthAgenda` view has been fixed.
1698
+ - `#273646` - An issue with `aria-readonly` attribute has been fixed.
1699
+ - `#266725` - An issue with `scrollToResource` method when we enabled the `virtualScrolling` property has been fixed.
1700
+ - `#271264` - An issue with `scrollToResource` method when we enabled the `rowAutoHeight` property has been fixed.
1701
+
1702
+ ## 18.1.45 (2020-04-21)
1703
+
1704
+ ### Schedule
1705
+
1706
+ #### Bug Fixes
1707
+
1708
+ - `#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.
1709
+ - `#F152942` - An issue with `getGroupIndexFromEvent` is not returning the correct result once the resource has enabled the `allowMultiple` property has been fixed.
1710
+
1711
+ ## 18.1.44 (2020-04-14)
1712
+
1713
+ ### Schedule
1714
+
1715
+ #### Bug Fixes
1716
+
1717
+ - `#151925` - An issue with locale words are not translated properly has been fixed.
1718
+
1719
+ ## 18.1.43 (2020-04-07)
1720
+
1721
+ ### Schedule
1722
+
1723
+ #### Bug Fixes
1724
+
1725
+ - `#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.
1726
+
1727
+ ## 18.1.42 (2020-04-01)
1728
+
1729
+ ### Schedule
1730
+
1731
+ #### Bug Fixes
1732
+
1733
+ - `#269264` - An issue with last occurrence of the recurrence event is not rendered on month view has been fixed.
1734
+
1735
+ ## 18.1.36-beta (2020-03-19)
1736
+
1737
+ ### Schedule
1738
+
1739
+ #### Bug Fixes
1740
+
1741
+ - `#151738` - An issue with swipe action in mobile mode while applying `setWorkHours()` method has been fixed.
1742
+ - `#151972` - An issue with particular recurrence event while changing time zone as `Eastern time` has been fixed.
1743
+
1744
+ ## 17.4.55 (2020-03-10)
1745
+
1746
+ ### Schedule
1747
+
1748
+ #### Bug Fixes
1749
+
1750
+ - `#266530` - An issue with the property `editFollowingEvents` with count repeat type has been fixed.
1751
+ - `#266933` - An issue with the property `editFollowingEvents` does not work properly when block events presents has been fixed.
1752
+ - `#266725` - An issue with the method `scrollToResource()` which does not work properly when the virtual scroll property is enabled has been fixed.
1753
+ - `#151209` - An issue with swipe action in mobile mode when `minDate/maxDate` applied has been fixed.
1754
+ - `#263624` - An issue with the scheduler rendered with the block events shows the misplaced header cells on the Timeline month view has been fixed.
1755
+
1756
+ ## 17.4.51 (2020-02-25)
1757
+
1758
+ ### Schedule
1759
+
1760
+ #### Bug Fixes
1761
+
1762
+ - `#151346` - An issue with unexpected delete alert behaviour for longer duration events has been fixed.
1763
+ - `#151346` - An issue with multi select events of adaptive Scheduler mode has been fixed.
1764
+ - `#151209` - An issue with misplaced dragging events in different time intervals has been fixed.
1765
+ - `#149561` - An issue with scheduler throwing script error while dragging the event with the option `groupByDate` in day view has been fixed.
1766
+ - `#263624` - An issue with the scheduler rendered with the block events shows the misplaced header cells on the Timeline month view has been fixed.
1767
+ - `#151455` - An issue in long spanned events in year view has been fixed.
1768
+ - `#263715` - An issue with dragging not working properly when page scrolling is enabled has been fixed.
1769
+
1770
+ ## 17.4.50 (2020-02-18)
1771
+
1772
+ ### Schedule
1773
+
1774
+ #### Bug Fixes
1775
+
1776
+ - `#148560` - An issue with misplaced dragging events in different drag intervals has been fixed.
1777
+ - `#262962` - An issue with page becoming crash for invalid recurrence rule has been fixed.
1778
+ - `#151346` - An issue with incorrect aria-label for alert windows has been fixed.
1779
+
1780
+ ## 17.4.46 (2020-01-30)
1781
+
1782
+ ### Schedule
1783
+
1784
+ #### New Features
1785
+
1786
+ - Provided public method to scroll to the position of the any resources that available on the scheduler.
1787
+ - Provided public method to change the current view based on index.
1788
+ - Added option to render single event per cell using `enableMaxHeight` property.
1789
+
1790
+ #### Bug Fixes
1791
+
1792
+ - `#F145578` - An issue with `scrollTo()` method not working properly in Timeline Week View has been fixed.
1793
+
1794
+ ## 17.4.43 (2020-01-14)
1795
+
1796
+ ### Schedule
1797
+
1798
+ #### Bug Fixes
1799
+
1800
+ - `#149393` - An issue with event rendering in Timeline mode with `timescale` property has been fixed.
1801
+ - `#150335` - An issue with draggable clone element position on scroll has been fixed.
1802
+ - `#256071` - An issue with `datepicker popup` not closing properly has been fixed.
1803
+ - `#258565` - An issue with drag-and-drop flickering has been fixed.
1804
+
1805
+ ## 17.4.41 (2020-01-07)
1806
+
1807
+ ### Schedule
1808
+
1809
+ #### Bug Fixes
1810
+
1811
+ - `#150069` - An issue with recurrence count limitation has been fixed.
1812
+ - `#148560` - An issue with drag interval has been fixed.
1813
+ - `#258735` - An issue with event rendering in Timeline mode with `startHour` property has been fixed.
1814
+ - `#149868` - An issue with event resizing in Vertical mode with `startHour` property has been fixed.
1815
+ - `#257355` - An issue with displaying the clicked date's event details in Month Agenda view with read only mode has been fixed.
1816
+ - `#258455` - An issue with Accessibility has been fixed.
1817
+
1818
+ ## 17.4.39 (2019-12-17)
1819
+
1820
+ ### Schedule
1821
+
1822
+ #### Bug Fixes
1823
+
1824
+ - `#254033` - An issue with rendering Scheduler with empty resource collection has been fixed.
1825
+ - `#252616` - An issue with page becoming idle for invalid recurrence rule has been fixed.
1826
+ - `#149561` - An issue with drag and drop behaviour with resource date wise grouping option has been fixed.
1827
+ - `#255919` - An issue with current month not displaying in calendar after swiping in mobile mode has been fixed.
1828
+ - An issue with event position while zooming the page has been fixed.
1829
+ - An issue with displaying wrong week number for DST time-zones has been fixed.
1830
+
1831
+ ## 17.3.28 (2019-11-19)
1832
+
1833
+ ### Schedule
1834
+
1835
+ #### Bug Fixes
1836
+
1837
+ - `#148606, #148770, #253868, #253137 , #253534` - An issue with displaying wrong timeslot and time for DST time-zones has been fixed.
1838
+ - `#148560` - An issue with custom drag interval has been fixed.
1839
+
1840
+ ## 17.3.27 (2019-11-12)
1841
+
1842
+ ### Schedule
1843
+
1844
+ #### Bug Fixes
1845
+
1846
+ - `#253534` - An issue with displaying fractional value in Agenda view for DST time-zones has been fixed.
1847
+ - `#253652` - An issue with triggering the `popupClose` event on clicking outside the Scheduler has been fixed.
1848
+ - An issue with event height whose duration is less than 30 minutes has been fixed.
1849
+ - `#253519` - An issue with events overlapping whose start and end time are same has been fixed.
1850
+
1851
+ ## 17.3.19 (2019-10-22)
1852
+
1853
+ ### Schedule
1854
+
1855
+ #### Bug Fixes
1856
+
1857
+ - `#251995` - An issue with request type parameter of action complete event while performing CRUD actions has been fixed.
1858
+
1859
+ ## 17.3.17 (2019-10-15)
1860
+
1861
+ ### Schedule
1862
+
1863
+ #### Bug Fixes
1864
+
1865
+ - An issue with displaying week number with different `firstDayOfWeek` has been fixed.
1866
+ - `#244512` - An issue with recurrence option in editor template has been fixed.
1867
+ - `#148187` - An issue with default flag missing in variable `$schedule-tbar-border-hover-color` from `bootstrap4` theme has been fixed.
1868
+
1869
+ ## 17.3.16 (2019-10-09)
1870
+
1871
+ ### Schedule
1872
+
1873
+ #### Bug Fixes
1874
+
1875
+ - `#147850`, `#249678` - An issue with event click action is not working in the latest version of iOS has been fixed.
1876
+ - `#246126` - An issue with toolbar is not working properly in all overflow modes in Scheduler has been fixed.
1877
+ - An issue with recurrence date is not generated properly in month option has been fixed.
1878
+
1879
+ - `#246943` - An issue with editor window occurring script error in router mode has been fixed.
1880
+
1881
+ ## 17.3.14 (2019-10-03)
1882
+
1883
+ ### Schedule
1884
+
1885
+ #### Bug Fixes
1886
+
1887
+ - `#240169` - An issue with drag and drop the appointments which are taller than the Scheduler has been fixed.
1888
+ - `#249012` - An issue with editing the recurrence events in the block dates has been fixed.
1889
+ - `#246295` - An issue with `QuickInfo` window is not open on cell click action has been fixed.
1890
+ - `#245942`, `#241514` - An issue with scrolling is not working in properly in different mobile mode has been fixed.
1891
+ - `#246563` - An issue with event is not rendered properly in agenda view has been fixed.
1892
+ - `#244271` - An issue with editor window is not closed when edit the event has been fixed.
1893
+ - `#246788` - An issue with cell selection event does not provide the proper cell details has been fixed.
1894
+ - `#246565` - An issue with scroller position is not positioned at current date in timeline month view has been fixed.
1895
+
1896
+ ## 17.3.9-beta (2019-09-20)
1897
+
1898
+ ### Schedule
1899
+
1900
+ #### Bug Fixes
1901
+
1902
+ - `#147443` - An issue with editor window headers are misaligned in mobile mode has been fixed.
1903
+ - `#147383` - An issue with drag and drop action is not working properly when `enableCompactView` disabled in mobile mode has been fixed.
1904
+ - `#246161` - An issue with multiple cell selections are not maintained when mouse right button click action has been fixed.
1905
+ - `#245932` - An issue with `showWeekend` field showing week ends either it is set as false has been fixed.
1906
+
1907
+ ## 17.2.49 (2019-09-04)
1908
+
1909
+ ### Schedule
1910
+
1911
+ #### Bug Fixes
1912
+
1913
+ - `#244555` - An issue with recurrence editor change event is not populate the updated rule value has been fixed.
1914
+
1915
+ ## 17.2.47 (2019-08-27)
1916
+
1917
+ ### Schedule
1918
+
1919
+ #### Bug Fixes
1920
+
1921
+ - `#245942` - An issue with `quick popup` open on tab hold action in mobile mode has been fixed.
1922
+ - `#242531` - An issue with events not updated properly while changing Scheduler time zone dynamically has been fixed.
1923
+ - `#244512` - An issue with recurrence editor value not mapping in custom editor window has been fixed.
1924
+
1925
+ ## 17.2.41 (2019-08-14)
1926
+
1927
+ ### Schedule
1928
+
1929
+ #### Bug Fixes
1930
+
1931
+ - `#241514` - An issue with clone element not removing in DOM while invoke `refreshEvents` public method.
1932
+
1933
+ ## 17.2.40 (2019-08-06)
1934
+
1935
+ ### Schedule
1936
+
1937
+ #### Bug Fixes
1938
+
1939
+ - `#242906` - An issue with action begin event is not triggered in event add action within editor template has been fixed.
1940
+ - `#242299` - An issue with events misaligned in different browser zooming has been fixed.
1941
+ - `#243422` - An issue with recurrence validation is showing unwanted alert has been fixed.
1942
+ - `#240463` - An issue with end time value of editor window in month view has been fixed.
1943
+ - `#146092` - An issue with displaying week number with different `firstDayOfWeek` has been fixed.
1944
+
1945
+ ## 17.2.39 (2019-07-30)
1946
+
1947
+ ### Schedule
1948
+
1949
+ #### Bug Fixes
1950
+
1951
+ - `#242057` - An issue with applying different work hours for each individual resource when the `byDate` option is enabled within `group` property has been fixed.
1952
+ - `#240752` - An issue with recurrence option while using `editorTemplate` has been fixed.
1953
+ - `#242634` - An issue with calendar format in timeline month view has been fixed.
1954
+ - Getting wrong start and end time for the longer appointments in timeline views issue has been fixed.
1955
+ - An issue with recurring events while defining recurrence rule on it that includes both BYMONTH, BYMONTHDAY and BYDAY properties together has been fixed.
1956
+
1957
+ ## 17.2.35 (2019-07-17)
1958
+
1959
+ ### Schedule
1960
+
1961
+ #### Bug Fixes
1962
+
1963
+ - `#240271` - An issue with misalignment of +more indicator when the custom elements and appointments are rendered in same cell has been fixed.
1964
+
1965
+ ## 17.2.34 (2019-07-11)
1966
+
1967
+ ### Schedule
1968
+
1969
+ #### Bug Fixes
1970
+
1971
+ - Start and end time of events in month and timeline views now been correctly acquired in `eventRendered` event and event template.
1972
+ - `#240585` - Start time, end time and group index of clone element now been tracked in the events `drag` and `resizing`.
1973
+ - `#240271` - An issue with misalignment of +more indicator when the custom elements and appointments are rendered in same cell has been fixed.
1974
+
1975
+ ## 17.2.28-beta (2019-06-27)
1976
+
1977
+ ### Schedule
1978
+
1979
+ #### New Features
1980
+
1981
+ - Improved the drag and resize action for longer duration appointments.
1982
+ - Support to print the Scheduler layout.
1983
+ - Provided an option to edit the following recurrence events.
1984
+ - Provided time zone support to current time indicator.
1985
+ - Provided public method to reset/remove the highlighted work cells.
1986
+
1987
+ #### Bug Fixes
1988
+
1989
+ - Localization is not set properly to `datetimepicker` in editor window issue has been fixed.
1990
+ - `openEditor` method is not set the given start and end time in month view issue has been fixed.
1991
+ - `#145352` - An issue with displaying expand icon of parent resource which has no child has been fixed.
1992
+
1993
+ ## 17.1.51 (2019-06-11)
1994
+
1995
+ ### Schedule
1996
+
1997
+ #### Bug Fixes
1998
+
1999
+ - `#234343` - An issue with adding resources dynamically when it has empty collection in initially has been fixed.
2000
+ - `#235165` - An issue with `rowAutoHeight` property enabled the horizontal scroll wrongly in month view has been fixed.
2001
+
2002
+ ## 17.1.50 (2019-06-04)
2003
+
2004
+ ### Schedule
2005
+
2006
+ #### Bug Fixes
2007
+
2008
+ - `#234667` - An issue with Scheduler is not properly navigating to selected date in timeline views has been fixed.
2009
+ - `#234974` - An issue with Deleting ready only events is fixed.
2010
+ - `#143894` - An issue with selecting work cells for multiple rows is fixed.
2011
+ - `#234587` - An issue with rendering events with huge number of events in same times in week view is fixed.
2012
+
2013
+ - An issue with opening editor window multiple times, editor contents are rendered multiple times is fixed.
2014
+
2015
+ ## 17.1.48 (2019-05-21)
2016
+
2017
+ ### Schedule
2018
+
2019
+ #### Bug Fixes
2020
+
2021
+ - `#143979` - Events not rendered properly with `allowGroupEdit` when the resource id is two digit issue has been fixed.
2022
+ - `#234916` - Delete key not working properly in IE11 issue has been fixed.
2023
+
2024
+ ## 17.1.44 (2019-05-07)
2025
+
2026
+ ### Schedule
2027
+
2028
+ #### Bug Fixes
2029
+
2030
+ - `#233286` - An issue with event not rendered properly in start and end time date format as string in agenda view is fixed.
2031
+ - `#234231` - An issue with setting the different work hours in timeline week is fixed.
2032
+ - `#143531` - An issue with event not loaded properly in agenda virtual scrolling is fixed.
2033
+
2034
+ ## 17.1.43 (2019-04-30)
2035
+
2036
+ ### Schedule
2037
+
2038
+ #### Bug Fixes
2039
+
2040
+ - `#233410` - An issue with date is not retrieved in view navigation in timeline month view is fixed.
2041
+
2042
+ ## 17.1.42 (2019-04-23)
2043
+
2044
+ ### Schedule
2045
+
2046
+ #### Bug Fixes
2047
+
2048
+ - `#143894` - An issue with select event arguments element value returns wrongly has been fixed.
2049
+ - `#230544` - An issue with `editorTemplate` is not accessing the cell or event details has been fixed.
2050
+ - `#229980`, `#229989` - An issue with appointment position misplaced in timeline views has been fixed.
2051
+
2052
+ ## 17.1.41 (2019-04-16)
2053
+
2054
+ ### Schedule
2055
+
2056
+ #### Bug Fixes
2057
+
2058
+ - `#143412` - An issue with event editing using public `saveEvent` method and checking slot availability using `isSlotAvailable` method is fixed.
2059
+ - `#143720` - An issue with passing multiple resource for adding dynamically using `addResource` public method is fixed.
2060
+ - `#232246` - An issue with event resizing is not properly update when `startHour` and `endHour` using in timeline views is fixed.
2061
+ - `#231332` - An issue with block alert validation in recurrence event and data is not received in `popupOpen` event is fixed.
2062
+
2063
+ ## 17.1.38 (2019-03-29)
2064
+
2065
+ ### Schedule
2066
+
2067
+ #### Bug Fixes
2068
+
2069
+ - An issue while resizing all-day events in Scheduler, with disabled timescale mode is fixed.
2070
+ - An event to trigger on selection of multiple cells or events has been added.
2071
+
2072
+ ## 17.1.32-beta (2019-03-13)
2073
+
2074
+ ### Schedule
2075
+
2076
+ #### New Features
2077
+
2078
+ - Provided support to auto-adjust the height of work cells based on the number of appointments present in the same time ranges.
2079
+ - Support for exporting the Scheduler events to an Excel file format is provided.
2080
+ - 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.
2081
+
2082
+ ## 16.4.55 (2019-02-27)
2083
+
2084
+ ### Schedule
2085
+
2086
+ #### Bug Fixes
2087
+
2088
+ - An issue with unable to scroll down the browser scroller, when the Scheduler is loaded with Month Agenda as current view has been fixed.
2089
+
2090
+ ## 16.4.54 (2019-02-19)
2091
+
2092
+ ### Schedule
2093
+
2094
+ #### Bug Fixes
2095
+
2096
+ - An issue with events not displaying correctly based on Agenda view's current date range has been fixed.
2097
+ - An issue with recurring events while defining recurrence rule on it that includes both BYMONTH and BYDAY properties together has been fixed.
2098
+ - An issue with incorrect casing of `popupOpen` event's parameters that triggers on cell click action has been fixed.
2099
+ - An issue with 24 hours format not displaying in time cells of adaptive Scheduler mode has been fixed.
2100
+
2101
+ ## 16.4.53 (2019-02-13)
2102
+
2103
+ ### Schedule
2104
+
2105
+ #### Bug Fixes
2106
+
2107
+ - An issue that occurs on enabling the time interval for resizing in timeline day view has been fixed.
2108
+
2109
+ ## 16.4.52 (2019-02-05)
2110
+
2111
+ ### Schedule
2112
+
2113
+ #### New Features
2114
+
2115
+ - Improvements done to support creation of recurring events based on the recurrence rule properties, that lies under the criteria of limited combination.
2116
+ - The recurring appointments of Scheduler can be now created and processed successfully based on the Islamic calendar dates.
2117
+
2118
+ ## 16.4.47 (2019-01-16)
2119
+
2120
+ ### Schedule
2121
+
2122
+ #### Bug Fixes
2123
+
2124
+ - An issue with event display order getting changed within the more event container of timeline views has been fixed.
2125
+ - 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.
2126
+
2127
+ ## 16.4.45 (2019-01-02)
2128
+
2129
+ ### Schedule
2130
+
2131
+ #### Bug Fixes
2132
+
2133
+ - An issue with the display of `+n more popup` on Scheduler, while setting appointment time in seconds has been fixed.
2134
+
2135
+ ## 16.4.44 (2018-12-24)
2136
+
2137
+ ### Schedule
2138
+
2139
+ #### Bug Fixes
2140
+
2141
+ - An issue with `quick popup` opening on blocked time ranges has been fixed.
2142
+
2143
+ ## 16.4.42 (2018-12-14)
2144
+
2145
+ ### Schedule
2146
+
2147
+ #### New Features
2148
+
2149
+ - Provided support to display Scheduler in Islamic calendar mode.
2150
+
2151
+ ## 16.4.40-beta (2018-12-10)
2152
+
2153
+ ### Schedule
2154
+
2155
+ #### New Features
2156
+
2157
+ - A specific time range can be blocked on Scheduler now, to prevent the creation of appointments in that time slot.
2158
+ - Specific events can be made read-only, restricting any CRUD actions.
2159
+ - Load resources and appointments of timeline views virtually on every scroll action.
2160
+
2161
+ #### Bug Fixes
2162
+
2163
+ - An issue that occurs with BYDAY rule option, while defining day names in different order has been fixed.
2164
+ - An issue with `eventClick` client-side event not triggering, while selecting multiple appointments by pressing `ctrl` key and mouse click combination has been fixed.
2165
+ - An issue with wrong display of + more count indicator in all-day row has been fixed.
2166
+
2167
+ - An issue with form controls used within editor template not showing proper values has been fixed.
2168
+
2169
+ #### Breaking Changes
2170
+
2171
+ - The default value of `allowVirtualScrolling` has been changed to `false`.
2172
+
2173
+ ## 16.3.32 (2018-11-13)
2174
+
2175
+ ### Schedule
2176
+
2177
+ #### Bug Fixes
2178
+
2179
+ - An issue with date and time displaying wrongly on `quick popup` in the presence of Daylight Saving Time has been fixed.
2180
+
2181
+ ## 16.3.31 (2018-11-07)
2182
+
2183
+ ### Schedule
2184
+
2185
+ #### Breaking Changes
2186
+
2187
+ - Misalignment issue with edit and delete icons on edit `event popup` has been fixed.
2188
+
2189
+ ## 16.3.29 (2018-10-31)
2190
+
2191
+ ### Schedule
2192
+
2193
+ #### New Features
2194
+
2195
+ - Support to drag and drop an item from external source into scheduler and vice versa has been provided.
2196
+ - In mobile devices, drag and drop support has been enabled by tap holding and moving the appointments over the time slots.
2197
+ - 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.
2198
+ - Scrolling action has been improved to enable smooth scrolling, while dragging an appointment to any of the view port extremities.
2199
+
2200
+ ## 16.3.24 (2018-10-09)
2201
+
2202
+ ### Schedule
2203
+
2204
+ #### Bug Fixes
2205
+
2206
+ - Misalignment issue with header cells of timeline views in Safari browser has been fixed.
2207
+ - An issue with appointment resizing, when the scheduler is placed at bottom in a container that has scroll-able height has been fixed.
2208
+
2209
+ ## 16.3.23 (2018-10-03)
2210
+
2211
+ ### Schedule
2212
+
2213
+ #### Bug Fixes
2214
+
2215
+ - An issue with scheduler throwing script error while rendering it as hidden element has been fixed.
2216
+
2217
+ ## 16.3.17 (2018-09-12)
2218
+
2219
+ ### Schedule
2220
+
2221
+ #### New Features
2222
+
2223
+ - **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.
2224
+ - **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.
2225
+ - **Drag and Drop** - Appointments can be easily rescheduled to some other time, by dragging and dropping it onto the required time slots.
2226
+ - **Resize** - Appointment’s time can be easily extended either by resizing its start or end handlers.
2227
+ - **Week Number** - Support added to display the week number of the current date, beside the date header section.
2228
+ - Provided template support for customizing `quick popup`, that opens while clicking on the cells or appointments.
2229
+ - The data type of the appointment ID field is made compatible to accept both string and number type values.
2230
+
2231
+ #### Bug Fixes
2232
+
2233
+ - An issue with customization done on `quick popup` getting lost, while clicking on the same target twice has been fixed.
2234
+
2235
+ ## 16.2.47 (2018-08-07)
2236
+
2237
+ ### Schedule
2238
+
2239
+ #### Bug Fixes
2240
+
2241
+ - 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.
2242
+
2243
+ ## 16.2.46 (2018-07-30)
2244
+
2245
+ ### Schedule
2246
+
2247
+ #### Bug Fixes
2248
+
2249
+ - An issue with creation of weekly recurrence appointment, without providing `repeat every` field value has been fixed.
2250
+ - An issue that occurred due to the improper destroy action on sub-components of scheduler has been fixed.
2251
+
2252
+ ## 16.2.44 (2018-07-10)
2253
+
2254
+ ### Schedule
2255
+
2256
+ #### Bug Fixes
2257
+
2258
+ - An issue with delete icon not displaying in a disabled state on `quick popup`, when scheduler is set to `readonly` has been fixed.
2259
+
2260
+ ## 16.2.43 (2018-07-03)
2261
+
2262
+ ### Schedule
2263
+
2264
+ #### Bug Fixes
2265
+
2266
+ - An issue with recurrence validation while using editor template has been fixed.
2267
+ - An issue with recurring events on day view, created with UNTIL and WEEKLY rule combination has been fixed.
2268
+ - An alignment issue with recurrence editor in bootstrap theme has been fixed.
2269
+ - An issue with highlighting current day in month view, when `firstDayOfWeek` is set with the value other than `Sunday` has been fixed.
2270
+ - An issue while customizing `quick popup` with normal HTML buttons has been fixed.
2271
+
2272
+ ## 16.2.41 (2018-06-25)
2273
+
2274
+ ### Schedule
2275
+
2276
+ #### New Features
2277
+
2278
+ - Distinct time interval option with customizable major and minor slots has been introduced to view the appointments clearly and accurately.
2279
+ - An enhancement has been made to extend the default view range with customized intervals, to display 'n' number of days, weeks and months.
2280
+ - Validation support on recurrence appointment(s) has been added.
2281
+ - Multiple resources support has been added with the following options.
2282
+ - **Group By Child** - To group the same child resource(s) under different parent resource(s).
2283
+ - **Group By Date** - To group the resource(s) on day basis.
2284
+ - **Group Editing** - To edit all resource events simultaneously.
2285
+ - **Custom Work Days** - To display the custom work days for each resource.
2286
+ - Provided public methods to add or remove the resources dynamically.
2287
+
2288
+ #### Bug Fixes
2289
+
2290
+ - An issue with time format not displaying according to the given culture issue has been fixed.
2291
+ - A script error occurring while enabling or disabling the time indicator option in Agenda view issue has been fixed.
2292
+ - An issue with event not displayed in day and week views, when set with same start and end time has been fixed.
2293
+ - An issue with displaying yearly recurrence event has been fixed.
2294
+
2295
+ ##### Breaking Changes
2296
+
2297
+ - Type of `id` property within the `eventSettings.field` has been changed from `object` type to `string`.
2298
+ - 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.
2299
+
2300
+ ## 16.1.37 (2018-04-24)
2301
+
2302
+ ### Schedule
2303
+
2304
+ #### Bug Fixes
2305
+
2306
+ - An issue with recurrence events created with UNTIL rule, which doesn't rendered on day view is fixed.
2307
+ - An issue with buttons of quick window not getting disabled, while setting `readonly` property has been fixed.
2308
+
2309
+ ## 16.1.28 (2018-03-09)
2310
+
2311
+ ### Schedule
2312
+
2313
+ #### Bug Fixes
2314
+
2315
+ - Problem with all-day appointments that are created for spanned timeline in work week view is fixed.
2316
+ - Traversing order of appointments while pressing `Tab` key and `Shift+Tab` combination keys is corrected.
2317
+
2318
+ ## 16.1.24 (2018-02-22)
2319
+
2320
+ ### Schedule
2321
+
2322
+ 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.
2323
+
2324
+ - **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.
2325
+ - **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.
2326
+ - **Recurrence** - Allows the user to repeat a set of events on a daily, weekly, monthly, or yearly basis.
2327
+ - **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.
2328
+ - **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.
2329
+ - **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.
2330
+ - **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.
2331
+ - **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.
2332
+ - **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.
2333
+ - **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.
2334
+ - **RTL** - Supports displaying the component to display in the direction from right to left.## 26.2.7 (2024-07-30)
2335
+
2336
+ ### Schedule
2337
+
2338
+ #### Bug fixes
2339
+
2340
+ - `#I614002` - Interacting with the scheduler after printing using the `print` method with print options throws Script error has been fixed.
2341
+
2342
+ ## 16.4.48 (2019-01-22)
2343
+
2344
+ ### Schedule
2345
+
2346
+ #### Bug Fixes
2347
+
2348
+ - An issue with retrieving event fields value within the event template of Agenda view has been fixed.
2349
+
2350
+ ## 16.3.30 (2018-11-01)
2351
+
2352
+ ### Schedule
2353
+
2354
+ #### Bug Fixes
2355
+
2356
+ - An issue with the template options of `headerRows` property, while defining it within the angular template has been fixed.
2357
+
2358
+ ## 16.3.22 (2018-09-25)
2359
+
2360
+ ### Schedule
2361
+
2362
+ #### Bug Fixes
2363
+
2364
+ - An issue with the options of `quickInfoTemplates` API, while defining it within the angular template has been fixed.