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

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