@syncfusion/ej2-angular-calendars 28.2.9-ngcc → 28.2.9

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 (53) hide show
  1. package/CHANGELOG.md +1409 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/calendar/calendar-all.module.mjs +29 -0
  4. package/esm2020/src/calendar/calendar.component.mjs +91 -0
  5. package/esm2020/src/calendar/calendar.module.mjs +25 -0
  6. package/esm2020/src/datepicker/datepicker-all.module.mjs +29 -0
  7. package/esm2020/src/datepicker/datepicker.component.mjs +99 -0
  8. package/esm2020/src/datepicker/datepicker.module.mjs +25 -0
  9. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +23 -0
  10. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +103 -0
  11. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +34 -0
  12. package/esm2020/src/daterangepicker/presets.directive.mjs +58 -0
  13. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +23 -0
  14. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +99 -0
  15. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +25 -0
  16. package/esm2020/src/index.mjs +18 -0
  17. package/esm2020/src/timepicker/timepicker-all.module.mjs +23 -0
  18. package/esm2020/src/timepicker/timepicker.component.mjs +92 -0
  19. package/esm2020/src/timepicker/timepicker.module.mjs +25 -0
  20. package/esm2020/syncfusion-ej2-angular-calendars.mjs +5 -0
  21. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +735 -0
  22. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  23. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +735 -0
  24. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -0
  25. package/package.json +24 -11
  26. package/src/calendar/calendar-all.module.d.ts +6 -0
  27. package/src/calendar/calendar.component.d.ts +3 -0
  28. package/src/calendar/calendar.module.d.ts +6 -0
  29. package/src/datepicker/datepicker-all.module.d.ts +6 -0
  30. package/src/datepicker/datepicker.component.d.ts +3 -0
  31. package/src/datepicker/datepicker.module.d.ts +6 -0
  32. package/src/daterangepicker/daterangepicker-all.module.d.ts +6 -0
  33. package/src/daterangepicker/daterangepicker.component.d.ts +3 -0
  34. package/src/daterangepicker/daterangepicker.module.d.ts +7 -0
  35. package/src/daterangepicker/presets.directive.d.ts +5 -0
  36. package/src/datetimepicker/datetimepicker-all.module.d.ts +6 -0
  37. package/src/datetimepicker/datetimepicker.component.d.ts +3 -0
  38. package/src/datetimepicker/datetimepicker.module.d.ts +6 -0
  39. package/src/timepicker/timepicker-all.module.d.ts +6 -0
  40. package/src/timepicker/timepicker.component.d.ts +3 -0
  41. package/src/timepicker/timepicker.module.d.ts +6 -0
  42. package/syncfusion-ej2-angular-calendars.d.ts +5 -0
  43. package/@syncfusion/ej2-angular-calendars.es5.js +0 -1048
  44. package/@syncfusion/ej2-angular-calendars.es5.js.map +0 -1
  45. package/@syncfusion/ej2-angular-calendars.js +0 -981
  46. package/@syncfusion/ej2-angular-calendars.js.map +0 -1
  47. package/dist/ej2-angular-calendars.umd.js +0 -1093
  48. package/dist/ej2-angular-calendars.umd.js.map +0 -1
  49. package/dist/ej2-angular-calendars.umd.min.js +0 -11
  50. package/dist/ej2-angular-calendars.umd.min.js.map +0 -1
  51. package/ej2-angular-calendars.d.ts +0 -9
  52. package/ej2-angular-calendars.metadata.json +0 -1
  53. package/license +0 -10
package/CHANGELOG.md ADDED
@@ -0,0 +1,1409 @@
1
+ # Changelog
2
+
3
+ ## [Unreleased]
4
+
5
+ ### DateRangePicker
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I40705` - Fixed issue where the selected date was incorrect when setting the Start and Depth properties in the DateRangePicker to `Year`.
10
+
11
+ ## 28.2.7 (2025-02-25)
12
+
13
+ ### DatePicker
14
+
15
+ #### Bug Fixes
16
+
17
+ - `#I688316` - Fixed an issue where the month was not updating correctly when typing quickly.
18
+
19
+ ## 28.1.41 (2025-01-21)
20
+
21
+ ### DatePicker
22
+
23
+ #### Bug Fixes
24
+
25
+ - `#I675886` - Fixed an issue where values were not updated correctly when a mask was configured.
26
+
27
+ ## 28.1.39 (2024-01-14)
28
+
29
+ ### DateRangePicker
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I666998` - Fixed an issue where the start and end date selection was not maintained in the popup.
34
+
35
+ ## 28.1.37 (2024-12-31)
36
+
37
+ ### DateRangePicker
38
+
39
+ #### Bug Fixes
40
+
41
+ - `#I664732` - Fixed an issue where the overlay was displayed even when the popup was prevented from opening in mobile mode.
42
+
43
+ - `#I664735` - Removed unnecessary conditional code for adding CSS classes based on device type.
44
+
45
+ ## 19.3.46 (2021-10-19)
46
+
47
+ ### TimePicker
48
+
49
+ #### Bug Fixes
50
+
51
+ - `#I342551` - Issue with "unable to select the time from the popup when its has selected class" has been resolved.
52
+
53
+ ## 19.2.44 (2021-06-30)
54
+
55
+ ### DatePicker
56
+
57
+ #### New Features
58
+
59
+ - `#I245933` , `#F147808` - Now, you can enable the masked input using `enableMask` property.
60
+
61
+ ### DateTimePicker
62
+
63
+ #### New Features
64
+
65
+ - `#I299471` - Now, you can enable the masked input using `enableMask` property.
66
+
67
+ ### TimePicker
68
+
69
+ #### New Features
70
+
71
+ - Now, you can enable the masked input using `enableMask` property.
72
+
73
+ ## 18.4.34 (2021-01-12)
74
+
75
+ ### DateTimePicker
76
+
77
+ #### Bug Fixes
78
+
79
+ - `#309143` - Issue with "timepicker popup is not opened when render component with `openOnFocus` as true and click on the time icon" has been resolved.
80
+
81
+ ## 18.3.52 (2020-12-01)
82
+
83
+ ### Calendar
84
+
85
+ #### Bug Fixes
86
+
87
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
88
+
89
+ ### DatePicker
90
+
91
+ #### Bug Fixes
92
+
93
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
94
+
95
+ ### DateTimePicker
96
+
97
+ #### Bug Fixes
98
+
99
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
100
+
101
+ ### DateRangePicker
102
+
103
+ #### Bug Fixes
104
+
105
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
106
+
107
+ ### TimePicker
108
+
109
+ #### Bug Fixes
110
+
111
+ - `#304117`,`#304560` - EJ1 and EJ2 controls theme compatibility issue resolved.
112
+
113
+ ## 18.3.51 (2020-11-24)
114
+
115
+ ### DatePicker
116
+
117
+ #### Bug Fixes
118
+
119
+ - `#301613` - Issue with "week number is not updated properly in first week of the year" has been resolved.
120
+
121
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
122
+
123
+ #### Breaking Changes
124
+
125
+ - While setting the datepicker value programmatically, the `change` event will not trigger.
126
+
127
+ ### DateRangePicker
128
+
129
+ #### Bug Fixes
130
+
131
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
132
+
133
+ #### Breaking Changes
134
+
135
+ - While setting the daterangepicker value programmatically, the `change` event will not trigger.
136
+
137
+ ### DateTimePicker
138
+
139
+ #### Bug Fixes
140
+
141
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
142
+
143
+ #### Breaking Changes
144
+
145
+ - While setting the datetimepicker value programmatically, the `change` event will not trigger.
146
+
147
+ ### TimePicker
148
+
149
+ #### Bug Fixes
150
+
151
+ - `#300567`, `#299294`- Issue with "dirty and pristine is not updated properly while resetting the form with values" has been resolved.
152
+
153
+ #### Breaking Changes
154
+
155
+ - While setting the timepicker value programmatically, the `change` event will not trigger.
156
+
157
+ ### Calendar
158
+
159
+ #### Bug Fixes
160
+
161
+ - `#299743` - Issue with "week number is not updated properly in first week of the year" has been resolved.
162
+
163
+ ## 18.3.40 (2020-10-13)
164
+
165
+ ### DateRangePicker
166
+
167
+ #### Bug Fixes
168
+
169
+ - `#288129` - Issue with "values cannot be chosen while updating UTC time as start date and end date" has been resolved.
170
+
171
+ ## 18.2.44 (2020-07-07)
172
+
173
+ ### DatePicker
174
+
175
+ #### New Features
176
+
177
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
178
+
179
+ ### DateTimePicker
180
+
181
+ #### New Features
182
+
183
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
184
+
185
+ ### TimePicker
186
+
187
+ #### New Features
188
+
189
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
190
+
191
+ ### DateRangePicker
192
+
193
+ #### New Features
194
+
195
+ - `#274484`,`F145781` - Provided option to open the popup while focusing the input element.
196
+
197
+ ## 18.1.43 (2020-04-07)
198
+
199
+ ### TimePicker
200
+
201
+ #### Bug Fixes
202
+
203
+ - `#266088`- Now, you can use focusOut method inside close event.
204
+
205
+ ### DateRangePicker
206
+
207
+ #### Bug Fixes
208
+
209
+ - `#263008`- Issue with "script error throws while navigating month using previous and next icon in the mobile mode" has been resolved.
210
+
211
+ ## 17.4.50 (2020-02-18)
212
+
213
+ ### DateRangePicker
214
+
215
+ #### Bug Fixes
216
+
217
+ - `#256702` - Issue with "consecutive month is displayed while drill down the left or right calendar" has been resolved.
218
+
219
+ ### Calendar
220
+
221
+ #### Bug Fixes
222
+
223
+ - Now, selection style is applied to the previous month selected date in the current month view.
224
+
225
+ ## 17.4.49 (2020-02-11)
226
+
227
+ ### DateTimePicker
228
+
229
+ #### Bug Fixes
230
+
231
+ - Issue with script error throws while selecting value from popup in touch mode has been resolved.
232
+
233
+ ## 17.4.47 (2020-02-05)
234
+
235
+ ### DatePicker
236
+
237
+ #### Bug Fixes
238
+
239
+ - `#260342` - Issue with "input not focus while already opened the another datepicker" has been resolved.
240
+
241
+ ### TimePicker
242
+
243
+ #### Bug Fixes
244
+
245
+ - `#261538` - Issue with script error throws while selecting value from popup in touch mode has been resolved.
246
+
247
+ ## 17.4.46 (2020-01-30)
248
+
249
+ ### DatePicker
250
+
251
+ #### Bug Fixes
252
+
253
+ - `#260342` - Issue with "datepicker popup not closed while use `shift+tab`" has been resolved.
254
+
255
+ ## 17.4.43 (2020-01-14)
256
+
257
+ ### Calendar
258
+
259
+ #### Bug Fixes
260
+
261
+ - Issue with "datepicker popup not opened in IE browser" has been resolved.
262
+
263
+ ## 17.4.41 (2020-01-07)
264
+
265
+ ### Calendar
266
+
267
+ #### Bug Fixes
268
+
269
+ - Issue with "change event triggered while again click on the selected month in month view" has been resolved.
270
+
271
+ ## 17.4.40 (2019-12-24)
272
+
273
+ ### DateRangePicker
274
+
275
+ #### Bug Fixes
276
+
277
+ - Issue with "popup not opened by using alt + down key while enabling JAWS" has been resolved.
278
+
279
+ ### DateTimePicker
280
+
281
+ #### Bug Fixes
282
+
283
+ - `#257448` - Issue with "timepicker popup not destroyed while destroy the datetimepicker on close event" has been resolved.
284
+
285
+ ## 17.4.39 (2019-12-17)
286
+
287
+ ### DateRangePicker
288
+
289
+ #### Bug Fixes
290
+
291
+ - `#255630` - Issue with "change event argument `isInteracted` return as false while select the range from presets" has been resolved.
292
+
293
+ - `#F149064` - Issue with "script error throws while navigate month in mobile mode" has been resolved.
294
+
295
+ ## 17.3.27 (2019-11-12)
296
+
297
+ ### DateTimePicker
298
+
299
+ #### New Features
300
+
301
+ - `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button.
302
+
303
+ ### DatePicker
304
+
305
+ #### New Features
306
+
307
+ - `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button.
308
+
309
+ ### TimePicker
310
+
311
+ #### New Features
312
+
313
+ - `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button.
314
+
315
+ ### DateRangePicker
316
+
317
+ #### New Features
318
+
319
+ - `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button.
320
+
321
+ undefined- `#250743` - Issue with "script error occurs while selecting values in mobile emulator" has been resolved.
322
+
323
+ ## 17.3.26 (2019-11-05)
324
+
325
+ ### DateTimePicker
326
+
327
+ #### New Features
328
+
329
+ - `#249683` - Now, you can set the server time zone for initial date value process using `serverTimezoneOffset` property.
330
+
331
+ ### Calendar
332
+
333
+ #### New Features
334
+
335
+ - `#246049` - Now, month name, day name are capitalized for all localization.
336
+
337
+ ## 17.3.19 (2019-10-22)
338
+
339
+ ### TimePicker
340
+
341
+ #### Bug Fixes
342
+
343
+ - `#248416` - In mobile device, TimePicker popup displays in the center of the viewport.
344
+
345
+ ## 17.2.49 (2019-09-04)
346
+
347
+ ### DatePicker
348
+
349
+ #### Bug Fixes
350
+
351
+ - `#244043` - Issue with "datepicker popup not closed while choose the same date value" has been resolved.
352
+
353
+ ## 17.2.41 (2019-08-14)
354
+
355
+ ### DateRangePicker
356
+
357
+ #### Bug Fixes
358
+
359
+ - `#F146493` - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.
360
+
361
+ ## 17.2.36 (2019-07-24)
362
+
363
+ ### DatePicker
364
+
365
+ #### Bug Fixes
366
+
367
+ - `#236828` - Resolved the `accessibility` related issue in DatePicker.
368
+
369
+ ## 17.2.35 (2019-07-17)
370
+
371
+ ### DatePicker
372
+
373
+ #### Bug Fixes
374
+
375
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
376
+
377
+ ### DateRangePicker
378
+
379
+ #### Bug Fixes
380
+
381
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
382
+
383
+ ### DateTimePicker
384
+
385
+ #### Bug Fixes
386
+
387
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
388
+
389
+ ### TimePicker
390
+
391
+ #### Bug Fixes
392
+
393
+ - `#F145575` - Now, existing `cssClass` removed when change the `cssClass` dynamically.
394
+
395
+ ## 17.2.34 (2019-07-11)
396
+
397
+ ### DateTimePicker
398
+
399
+ #### Bug Fixes
400
+
401
+ - #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
402
+
403
+ - `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
404
+
405
+ ## 17.2.28-beta (2019-06-27)
406
+
407
+ ### Calendar
408
+
409
+ #### New Features
410
+
411
+ - #233255, #232782 - Now, you can change the day header format of calendar using 'dayHeaderFormat' property.
412
+
413
+ ### DatePicker
414
+
415
+ #### New Features
416
+
417
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
418
+
419
+ #### Bug Fixes
420
+
421
+ - #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
422
+
423
+ - #238455 – Now, change event argument `isInteracted` return as true when edit the date value using keyboard.
424
+
425
+ - #228296 – When click on the date icon, calendar popup and keyboard get opened issue has been fixed.### DateRangePicker
426
+
427
+ #### New Features
428
+
429
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
430
+
431
+ #### Bug Fixes
432
+
433
+ - #231616, #234495 - In mobile device, DateRangePicker popup displays in the center of the viewport.
434
+
435
+ ### DateTimePicker
436
+
437
+ #### New Features
438
+
439
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
440
+
441
+ ### TimePicker
442
+
443
+ #### New Features
444
+
445
+ - #228310, #233267 - Now, you can add additional html attribute to the element using `htmlAttributes` property.
446
+
447
+ ## 17.1.49 (2019-05-29)
448
+
449
+ ### DatePicker
450
+
451
+ #### Bug Fixes
452
+
453
+ - #235561 - Now, you can specify the date format without `year` specifier along with strict mode.
454
+
455
+ ## 17.1.48 (2019-05-21)
456
+
457
+ ### Calendar
458
+
459
+ #### Bug Fixes
460
+
461
+ - #235561 - Now, you can navigate year within min and max range in decade view.
462
+
463
+ ### DatePicker
464
+
465
+ #### Bug Fixes
466
+
467
+ - #216875 - Issue with some additional text appended to all day numbers when choose `Japanese` culture has been fixed.
468
+
469
+ ### DateRangePicker
470
+
471
+ #### Bug Fixes
472
+
473
+ - #233687 - Issue with change event trigger twice when provide date format without date specifier has been fixed.
474
+
475
+ ## 17.1.43 (2019-04-30)
476
+
477
+ ### DatePicker
478
+
479
+ - #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
480
+
481
+ - #233877 - Now, you can enter the same date value after form reset.
482
+
483
+ ### DateTimePicker
484
+
485
+ - #233877 - Now, you can enter the same datetime value after form reset.
486
+
487
+ ## 17.1.42 (2019-04-23)
488
+
489
+ ### DateRangePicker
490
+
491
+ #### Bug Fixes
492
+
493
+ - #232966 - Now, you can clear daterangepicker input value using keyboard when strict mode is enabled.
494
+
495
+ ## 17.1.41 (2019-04-16)
496
+
497
+ ### DatePicker
498
+
499
+ #### Bug Fixes
500
+
501
+ - #231875 - Now, you can enable the clear button dynamically after disabled the control.
502
+
503
+ - #F143747 - Now, you can set min and max value as null dynamically.
504
+
505
+ ### DateTimePicker
506
+
507
+ #### Bug Fixes
508
+
509
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
510
+
511
+ ### DateRangePicker
512
+
513
+ #### Bug Fixes
514
+
515
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
516
+
517
+ ### TimePicker
518
+
519
+ #### Bug Fixes
520
+
521
+ - #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
522
+
523
+ - #231003 - Issue with different icon size in bootstrap theme has been fixed.
524
+
525
+ ## 17.1.32-beta (2019-03-13)
526
+
527
+ ### DatePicker
528
+
529
+ #### Bug Fixes
530
+
531
+ - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
532
+
533
+ - In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
534
+
535
+ ### DateRangePicker
536
+
537
+ #### New Features
538
+
539
+ - Now, you can move to a particular date without UI interaction using `NavigateTo` method.
540
+
541
+ - Provided option to set the start and depth level view of the calendar.
542
+
543
+ ### DateTimePicker
544
+
545
+ #### New Features
546
+
547
+ - Now, you can provide datetime value as a string to the DateTimePicker.
548
+
549
+ ## 16.4.55 (2019-02-27)
550
+
551
+ ### DatePicker
552
+
553
+ #### Bug Fixes
554
+
555
+ - Resolved the issue with today button text not updated when dynamically change the localization of the page.
556
+
557
+ ## 16.4.54 (2019-02-19)
558
+
559
+ ### DatePicker
560
+
561
+ #### Bug Fixes
562
+
563
+ - Issue with, “DatePicker not restoring the initial value on form reset” has been fixed.
564
+
565
+ ### DateRangePicker
566
+
567
+ #### Bug Fixes
568
+
569
+ - Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
570
+
571
+ - Now year values are shown in the selected range of decade view.
572
+
573
+ ### DateTimePicker
574
+
575
+ #### Bug Fixes
576
+
577
+ - Issue with, “DateTimePicker not restoring the initial value on form reset” has been fixed.
578
+
579
+ ### TimePicker
580
+
581
+ #### Bug Fixes
582
+
583
+ - Issue with, “TimePicker not restoring the initial value on form reset” has been fixed.
584
+
585
+ ## 16.4.53 (2019-02-13)
586
+
587
+ ### DatePicker
588
+
589
+ #### Bug Fixes
590
+
591
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
592
+
593
+ ### DateRangePicker
594
+
595
+ #### Bug Fixes
596
+
597
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
598
+
599
+ ### DateTimePicker
600
+
601
+ #### Bug Fixes
602
+
603
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
604
+
605
+ ### TimePicker
606
+
607
+ #### Bug Fixes
608
+
609
+ - Fixed the form validation class `ng-dirty` issue in Angular forms.
610
+
611
+ ## 16.4.52 (2019-02-05)
612
+
613
+ ### Calendar
614
+
615
+ #### Bug Fixes
616
+
617
+ - Tabindex support has been provided.
618
+
619
+ ### DatePicker
620
+
621
+ #### New Features
622
+
623
+ - Now, date type skeleton support has been provided for the format property.
624
+
625
+ #### Bug Fixes
626
+
627
+ - Tabindex support has been provided.
628
+
629
+ ### DateTimePicker
630
+
631
+ #### New Features
632
+
633
+ - Now, scrollTo support has been added for the TimePicker pop-up element of the DateTimePicker. This is used to set the scroll position to the given time value when no value is selected in the popup list.
634
+
635
+ #### Bug Fixes
636
+
637
+ - Tabindex support has been provided.
638
+
639
+ ### DateRangePicker
640
+
641
+ #### Bug Fixes
642
+
643
+ - Tabindex support has been provided.
644
+
645
+ ### TimePicker
646
+
647
+ #### Bug Fixes
648
+
649
+ - Tabindex support has been provided.
650
+
651
+ ## 17.1.1-beta (2019-01-29)
652
+
653
+ ### TimePicker
654
+
655
+ #### Breaking Changes
656
+
657
+ - TimePicker pop-up will position at the center of the viewport in mobile resolution.
658
+
659
+ ## 16.4.47 (2019-01-16)
660
+
661
+ ### TimePicker
662
+
663
+ #### Bug Fixes
664
+
665
+ - TimePicker will allow assigning string value when type system configuration is disabled.
666
+
667
+ ## 16.4.46 (2019-01-08)
668
+
669
+ ### TimePicker
670
+
671
+ #### New Features
672
+
673
+ - Pop-up positioning support has been provided.
674
+
675
+ ## 16.4.45 (2019-01-02)
676
+
677
+ ### DatePicker
678
+
679
+ #### Bug Fixes
680
+
681
+ - DatePicker will allow assigning string value when type system configuration is disabled.
682
+
683
+ ## 16.4.44 (2018-12-24)
684
+
685
+ ### DatePicker
686
+
687
+ #### Bug Fixes
688
+
689
+ - Fixed the `allowEdit` issue in mobile mode.
690
+
691
+ ### DateRangePicker
692
+
693
+ #### Bug Fixes
694
+
695
+ - Fixed the localization issue in preset `custom range` element.
696
+
697
+ ### TimePicker
698
+
699
+ #### Bug Fixes
700
+
701
+ - Fixed the component destroy issue when `showClearButton` in disabled state.
702
+
703
+ ## 16.4.42 (2018-12-14)
704
+
705
+ ### Calendar
706
+
707
+ #### New Features
708
+
709
+ - Added the Islamic calendar support.
710
+
711
+ ### DatePicker
712
+
713
+ #### New Features
714
+
715
+ - Added the Islamic DatePicker support.
716
+
717
+ ### DateTimePicker
718
+
719
+ #### New Features
720
+
721
+ - Added the Islamic DateTimePicker support.
722
+
723
+ ## 16.4.40-beta (2018-12-10)
724
+
725
+ ### DatePicker
726
+
727
+ #### Bug Fixes
728
+
729
+ - Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
730
+
731
+ ### TimePicker
732
+
733
+ #### Bug Fixes
734
+
735
+ - Selecting a value with the Enter key will not bubble up the event to its ancestor elements.
736
+
737
+ ## 16.3.31 (2018-11-07)
738
+
739
+ ### DatePicker
740
+
741
+ #### Bug Fixes
742
+
743
+ - Fixed the form reset issue in Internet Explorer.
744
+
745
+ ### DateRangePicker
746
+
747
+ #### Bug Fixes
748
+
749
+ - Fixed the form reset issue in Internet Explorer.
750
+
751
+ ## 16.3.29 (2018-10-31)
752
+
753
+ ### DatePicker
754
+
755
+ #### Bug Fixes
756
+
757
+ - Added multiple class name support for the `cssClass` property.
758
+
759
+ ### DateRangePicker
760
+
761
+ #### Bug Fixes
762
+
763
+ - Added multiple class name support for the `cssClass` property.
764
+
765
+ ### TimePicker
766
+
767
+ #### Bug Fixes
768
+
769
+ - Added multiple class name support for the `cssClass` property.
770
+
771
+ ## 16.3.27 (2018-10-23)
772
+
773
+ ### DateRangePicker
774
+
775
+ #### Bug Fixes
776
+
777
+ - Fixed the form reset handler issue while destroying the component.
778
+
779
+ ## 16.3.25 (2018-10-15)
780
+
781
+ ### DateRangePicker
782
+
783
+ #### Bug Fixes
784
+
785
+ - Fixed the `strictMode` issue.
786
+
787
+ ## 16.3.17 (2018-09-12)
788
+
789
+ ### Calendar
790
+
791
+ #### New Features
792
+
793
+ - Multiple date selection support has been included.
794
+
795
+ ### DateTimePicker
796
+
797
+ #### Bug Fixes
798
+
799
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
800
+
801
+ ### DateRangePicker
802
+
803
+ #### Bug Fixes
804
+
805
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
806
+
807
+ ### TimePicker
808
+
809
+ #### Bug Fixes
810
+
811
+ - Now, the pop-up element can be append to the target element by using the `AppendTo` argument in open event.
812
+
813
+ ## 16.2.52 (2018-09-04)
814
+
815
+ ### DateTimePicker
816
+
817
+ #### Bug Fixes
818
+
819
+ - DateTimePicker value will now accept the date values (without time) while entering value in the input element.
820
+
821
+ ## 16.2.50 (2018-08-28)
822
+
823
+ ### DatePicker
824
+
825
+ #### Bug Fixes
826
+
827
+ - Added `AppendTo` argument in the open event to specifies which node to be appended on the pop-up element.
828
+
829
+ - Fixed the validation issue in mobile devices.
830
+
831
+ ### DateRangePicker
832
+
833
+ #### Bug Fixes
834
+
835
+ - The Value can be obtained in the code-behind, while posting the selected value from the DateRangePicker control.
836
+
837
+ - Now, the entire properties of pop-up element of DateRangePicker can be customized in the `open` event.
838
+
839
+ ## 16.2.47 (2018-08-07)
840
+
841
+ ### DateRangePicker
842
+
843
+ #### Bug Fixes
844
+
845
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
846
+
847
+ - Angular form rest for the invalid value in the textbox issue has been fixed.
848
+
849
+ ### DatePicker
850
+
851
+ #### Bug Fixes
852
+
853
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
854
+
855
+ ### DateTimePicker
856
+
857
+ #### Bug Fixes
858
+
859
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
860
+
861
+ ### Calendar
862
+
863
+ #### Bug Fixes
864
+
865
+ - Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
866
+
867
+ ## 16.2.46 (2018-07-30)
868
+
869
+ ### DatePicker
870
+
871
+ #### New Features
872
+
873
+ - Support for `allowEdit` property has been provided for DatePicker component that allows to edit the value in the input element.
874
+
875
+ #### Bug Fixes
876
+
877
+ - Float label state are not restored after resetting the form issue has been fixed.
878
+
879
+ ### DateRangePicker
880
+
881
+ #### New Features
882
+
883
+ - Support for `allowEdit` property has been provided for DateRangePicker component that allows to edit the value in the input element.
884
+
885
+ ### DateTimePicker
886
+
887
+ #### New Features
888
+
889
+ - Support for `allowEdit` property has been provided for DateTimePicker component that allows to edit the value in the input element.
890
+
891
+ #### Bug Fixes
892
+
893
+ - Float label state are not restored after resetting the form issue has been fixed.
894
+
895
+ ### TimePicker
896
+
897
+ #### New Features
898
+
899
+ - Support for `allowEdit` property has been provided for TimePicker component that allows to edit the value in the input element.
900
+
901
+ #### Bug Fixes
902
+
903
+ - Float label state are not restored after resetting the form issue has been fixed.
904
+
905
+ ## 16.2.45 (2018-07-17)
906
+
907
+ ### DateRangePicker
908
+
909
+ #### New Features
910
+
911
+ - Added the custom object support for the value property with the start and end keys.
912
+
913
+ ## 16.2.44 (2018-07-10)
914
+
915
+ ### DateRangePicker
916
+
917
+ #### Bug Fixes
918
+
919
+ - Float label state are not restored after resetting the form issue has been fixed.
920
+
921
+ ## 16.2.43 (2018-07-03)
922
+
923
+ ### DateRangePicker
924
+
925
+ #### Bug Fixes
926
+
927
+ - Invalid value are not cleared in the textbox after resetting the form issue has been fixed.
928
+
929
+ ## 16.2.41 (2018-06-25)
930
+
931
+ ### Calendars
932
+
933
+ #### Breaking Changes
934
+
935
+ - Newly added `ColorPicker` component in input package requires `SplitButton` dependency, So now it's mandatory to include the `ej2-splitbuttons.umd.min.js` in system.js configuration if your using system.js module loader.
936
+ Update the `system.js` configuration while going with this version and above.
937
+
938
+ - Today button will act as a primary button in high contrast, bootstrap and fabric themes.
939
+
940
+ #### New Features
941
+
942
+ - Event arguments for all Calendar components has been streamlined.
943
+
944
+ ### DateRangePicker
945
+
946
+ #### Breaking Changes
947
+
948
+ - `Value` parameter obtained in change event argument has been changed from `string type to array of date object` and the `string` value from the input element can be obtained from the `text` parameter of the argument.
949
+
950
+ ### TimePicker
951
+
952
+ #### Breaking Changes
953
+
954
+ - In change event, the parameter `e` has been changed to `event`.
955
+
956
+ ## 16.1.49 (2018-06-20)
957
+
958
+ ### DateTimePicker
959
+
960
+ - TimePicker popup is not closing while clicking outside of the window issue has been fixed.
961
+
962
+ ## 16.1.48 (2018-06-13)
963
+
964
+ ### DateRangePicker
965
+
966
+ #### Bug Fixes
967
+
968
+ - Selection is not maintained in the month with start date in the left calendar, while performing drill down in the right calendar has been fixed.
969
+
970
+ ## 16.1.45 (2018-05-23)
971
+
972
+ ### DateRangePicker
973
+
974
+ #### New Features
975
+
976
+ - `DrillDown` support has been provided for DateRangePicker component that allows to quick navigate back and forth from month and year views to select a range easier.
977
+
978
+ - `Value` property support has been provided for DateRangePicker component to set a date range.
979
+
980
+ ## 16.1.42 (2018-05-15)
981
+
982
+ ### DateTimePicker
983
+
984
+ #### Bug Fixes
985
+
986
+ - `ngOnDestroy` related issues with destroying DateTimePicker component has been fixed.
987
+
988
+ ## 16.1.38 (2018-05-02)
989
+
990
+ ### Common
991
+
992
+ #### Bug Fixes
993
+
994
+ - Now, Date parser will return the `null` value while parsing invalid date string.
995
+
996
+ ## 16.1.35 (2018-04-17)
997
+
998
+ ### DateRangePicker
999
+
1000
+ #### Bug Fixes
1001
+
1002
+ - `focusIn` and `focusOut` methods has been included.
1003
+
1004
+ - `focus` and `blur` events has been included.
1005
+
1006
+ ## 16.1.34 (2018-04-10)
1007
+
1008
+ ### Common
1009
+
1010
+ #### Bug Fixes
1011
+
1012
+ - Issue with Calendar date generation in `UTC+00:00` time zone has been fixed.
1013
+
1014
+ ## 16.1.33 (2018-04-03)
1015
+
1016
+ ### Common
1017
+
1018
+ #### Bug Fixes
1019
+
1020
+ - Rendering issue on going with `UTC+00:00` time zone has been fixed.
1021
+
1022
+ ## 16.1.32 (2018-03-29)
1023
+
1024
+ ### DateRangePicker
1025
+
1026
+ #### Bug Fixes
1027
+
1028
+ - DateRangePicker popup will not open while enabling the `readOnly` property.
1029
+
1030
+ ### DateTimePicker
1031
+
1032
+ #### Bug Fixes
1033
+
1034
+ - Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
1035
+
1036
+ - DateTimePicker throws script error while clicking today button in IE browser has been fixed.
1037
+
1038
+ #### Breaking Changes
1039
+
1040
+ - The out of range value will be the value of the component and highlighted with error class.
1041
+
1042
+ ### Calendar
1043
+
1044
+ #### Bug Fixes
1045
+
1046
+ - Calendar throws script error while clicking today button in IE browser has been fixed.
1047
+
1048
+ ### DatePicker
1049
+
1050
+ #### Bug Fixes
1051
+
1052
+ - DatePicker throws script error while clicking today button in IE browser has been fixed.
1053
+
1054
+ ### TimePicker
1055
+
1056
+ #### Breaking Changes
1057
+
1058
+ - The out of range value will be the value of the component and highlighted with error class.
1059
+
1060
+ ## 16.1.29 (2018-03-13)
1061
+
1062
+ ### Common
1063
+
1064
+ #### Bug Fixes
1065
+
1066
+ - `Width` property with string type value issue has been fixed.
1067
+
1068
+ ## 16.1.28 (2018-03-09)
1069
+
1070
+ ### DatePicker
1071
+
1072
+ #### Breaking Changes
1073
+
1074
+ - DatePicker maintains null value, while entering the out of range(min/max) issue has been fixed.
1075
+
1076
+ ## 16.1.24 (2018-02-22)
1077
+
1078
+ ### Common
1079
+
1080
+ #### Breaking Changes
1081
+
1082
+ - Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-calendar`.
1083
+
1084
+ - Event arguments and it's parameter values are same.
1085
+
1086
+ - Popup open in read-only mode issue has been fixed.
1087
+
1088
+ #### New Features
1089
+
1090
+ - High contrast theme support.
1091
+
1092
+ ### DateRangePicker
1093
+
1094
+ #### New Features
1095
+
1096
+ - DateRangePicker rendered based on the screen resolution.
1097
+
1098
+ - `DateTime` support has been provided for DateRangePicker.
1099
+
1100
+ - Input type `date` has been handled in DateRangePicker.
1101
+
1102
+ ### DatePicker
1103
+
1104
+ #### Breaking Changes
1105
+
1106
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1107
+
1108
+ - Focus the input when select the value from the DatePicker popup.
1109
+
1110
+ #### New Features
1111
+
1112
+ - `Today` button support has been provided for DatePicker.
1113
+
1114
+ - Input type `date` has been handled in DatePicker.
1115
+
1116
+ ### TimePicker
1117
+
1118
+ #### Breaking Changes
1119
+
1120
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1121
+
1122
+ #### New Features
1123
+
1124
+ - Added `itemRender` support for the TimePicker which allows to customize each time values in a popup list.
1125
+
1126
+ - Input type `time` has been handled in TimePicker.
1127
+
1128
+ - Added `scrollTo` support for the TimePicker which is used to set the scroll position to the given time value when no value is selected in the popup list or the given value is not present in the popup list.
1129
+
1130
+ ### Calendar
1131
+
1132
+ #### Breaking Changes
1133
+
1134
+ - Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
1135
+
1136
+ #### New Features
1137
+
1138
+ - `Today` button support has been provided for Calendar.
1139
+
1140
+ ### DateTimePicker
1141
+
1142
+ DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.
1143
+
1144
+ - **Range Restriction** – Allows to select a date and time within a specified range.
1145
+
1146
+ - **Format** – Formatting the value displayed in a textbox.
1147
+
1148
+ - **Customization** – Allows to customize each day and time cell of the Calendar and time popup list.
1149
+
1150
+ - **Strict Mode** - Allows to enter the only valid date and time in a textbox.
1151
+
1152
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DateTimePicker component features through the keyboard, screen readers, or other assistive technology devices.
1153
+
1154
+ ## 15.4.26-preview (2018-01-23)
1155
+
1156
+ ### DateRangePicker
1157
+
1158
+ #### Bug Fixes
1159
+
1160
+ - Select event will be triggered when selecting the start and end date.
1161
+
1162
+ ## 15.4.25-preview (2018-01-09)
1163
+
1164
+ ### DatePicker
1165
+
1166
+ #### Bug Fixes
1167
+
1168
+ - Width and form validation related issues has been fixed.
1169
+
1170
+ ## 15.4.23-preview (2017-12-27)
1171
+
1172
+ ### Common
1173
+
1174
+ #### New Features
1175
+
1176
+ - Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
1177
+
1178
+ #### Breaking Changes
1179
+
1180
+ - Modified the module bundle file name for ES6 bundling.
1181
+
1182
+ ### DatePicker, DateRangePicker and TimePicker
1183
+
1184
+ #### Bug Fixes
1185
+
1186
+ - Popup repositions will not work while scrolling on the fixed element, this has been fixed.
1187
+
1188
+ ## 15.4.21-preview (2017-12-08)
1189
+
1190
+ ### DatePicker
1191
+
1192
+ #### Bug Fixes
1193
+
1194
+ - Popup position issue in mobile layout has been fixed.
1195
+
1196
+ ## 15.4.20-preview (2017-12-01)
1197
+
1198
+ ### Common
1199
+
1200
+ #### New Features
1201
+
1202
+ - Upgraded TypeScript version to 2.6.2
1203
+
1204
+ ### Calendar
1205
+
1206
+ #### Bug Fixes
1207
+
1208
+ - issue on rendering the current month in European Time zone has been fixed.
1209
+
1210
+ ### DatePicker
1211
+
1212
+ #### Bug Fixes
1213
+
1214
+ - issue on rendering the current month in European Time zone has been fixed.
1215
+ - **showClearButton** - Allows to clear the textbox and model values.
1216
+ - **zIndex** - allows to set the z-index value to the popup element.
1217
+
1218
+ ### DateRangePicker
1219
+
1220
+ #### Bug Fixes
1221
+
1222
+ - **showClearButton** - Allows to clear the textbox and model values.
1223
+ - **zIndex** - allows to set the z-index value to the popup element.
1224
+
1225
+ ### TimePicker
1226
+
1227
+ #### Bug Fixes
1228
+
1229
+ - **showClearButton** - Allows to clear the textbox and model values.
1230
+ - **zIndex** - allows to set the z-index value to the popup element.
1231
+
1232
+ ## 15.4.17-preview (2017-11-13)
1233
+
1234
+ ### Calendar
1235
+
1236
+ Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.
1237
+
1238
+ - **Range Restriction** - Allows to select a date within a specified date range.
1239
+
1240
+ - **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1241
+
1242
+ - **Customization** - Allows to customize the each day cell of the calendar.
1243
+
1244
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the Calendar component features through the keyboard, screen readers, or other assistive technology devices.
1245
+
1246
+ ### DatePicker
1247
+
1248
+ DatePicker component for selecting or entering a date with options for disabling dates,
1249
+ restricting selection and showing custom events.
1250
+
1251
+ - **Range Restriction** - Allows to select a date within a specified date range.
1252
+
1253
+ - **Format** - Formatting the value displayed in a textbox.
1254
+
1255
+ - **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1256
+
1257
+ - **Customization** - Allows to customize the each day cell of the calendar.
1258
+
1259
+ - **StrictMode** - Allows to entering the only valid date in a textbox.
1260
+
1261
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DatePicker component features through the keyboard, screen readers, or other assistive technology devices.
1262
+
1263
+ ### DateRangePicker
1264
+
1265
+ DateRangePicker component that allows user to select the date range from the calendar
1266
+ or entering the range through the input element.
1267
+
1268
+ - **Presets** - Allows to define the customized predefined set of ranges.
1269
+
1270
+ - **Day Span** - Select the data span between the ranges to avoid excess or less date selection.
1271
+
1272
+ - **Range Restriction** - Control the date range selection within a specified range.
1273
+
1274
+ - **Format** - Formatting the value displayed in a textbox.
1275
+
1276
+ - **Customization** - Allows to customize the each day cell of the calendar.
1277
+
1278
+ - **StrictMode** - Allows to entering the only valid date in a textbox.
1279
+
1280
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the DateRangePicker component features through the keyboard, screen readers, or other assistive technology devices.
1281
+
1282
+ ### TimePicker
1283
+
1284
+ TimePicker component is the pre-filled dropdown list with the time values 12/24 hours format, that allows to select a time from the list.
1285
+
1286
+ - **Range Restriction** - Allows to select a time within a specified time range.
1287
+
1288
+ - **Format** - Formatting the value displayed in a textbox.
1289
+
1290
+ - **Step** - Provides the option to increment/decrement time value in a popup list.
1291
+
1292
+ - **StrictMode** - Allows to entering the only valid time in a textbox.
1293
+
1294
+ - **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.## 19.3.56 (2021-12-02)
1295
+
1296
+ ### TimePicker
1297
+
1298
+ #### Bug Fixes
1299
+
1300
+ - `#I346567` - Issue with "typed value is not updated in the masked timepicker while typing the value and focus out the component" has been resolved.
1301
+
1302
+ - `#FB30118` - Issue with "hours to minutes segment switching is not worked while typing the hours value that starting with zero" has been resolved.
1303
+
1304
+ ## 19.3.44 (2021-10-05)
1305
+
1306
+ ### DateTimePicker
1307
+
1308
+ #### Bug Fixes
1309
+
1310
+ - `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1311
+
1312
+ ### DatePicker
1313
+
1314
+ #### Bug Fixes
1315
+
1316
+ - `#FB27745` - Issue with "day to month segment switching is not worked while typing the day value that starting with zero" has been resolved.
1317
+
1318
+ ## 19.2.62 (2021-09-14)
1319
+
1320
+ ### DateTimePicker
1321
+
1322
+ #### Bug Fixes
1323
+
1324
+ - `#F168372` - Issue with "invalid date time is updated to the input while enabling the masked date time" has been resolved.
1325
+
1326
+ ## 19.2.47 (2021-07-13)
1327
+
1328
+ ### DatePicker
1329
+
1330
+ #### Bug Fixes
1331
+
1332
+ - `#I334467` - Issue with "input is not disabled while disabling the `formControlName` using form group" has been resolved.
1333
+
1334
+ ## 19.1.64 (2021-05-19)
1335
+
1336
+ ### DateRangePicker
1337
+
1338
+ #### Bug Fixes
1339
+
1340
+ - `#I325926` - Issue with "custom range popup shows always in the presets popup while rendering the component with preset range as date time value and selecting any presets range from popup" has been resolved.
1341
+
1342
+ ## 19.1.55 (2021-04-06)
1343
+
1344
+ ### DatePicker
1345
+
1346
+ #### Bug Fixes
1347
+
1348
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1349
+
1350
+ ### DateRangePicker
1351
+
1352
+ #### Bug Fixes
1353
+
1354
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1355
+
1356
+ ### DateTimePicker
1357
+
1358
+ #### Bug Fixes
1359
+
1360
+ - `#319099` - Issue with "dirty and pristine is not updated properly while performing the disable and reset the form simultaneously" has been resolved.
1361
+
1362
+ ## 18.4.43 (2021-02-16)
1363
+
1364
+ ### DatePicker
1365
+
1366
+ #### Bug Fixes
1367
+
1368
+ - `#314484` - Issue with "dirty and pristine are not updated properly while resetting the form" has been resolved.
1369
+
1370
+ ## 18.4.39 (2021-01-28)
1371
+
1372
+ ### DatePicker
1373
+
1374
+ #### Bug Fixes
1375
+
1376
+ - `#309782` - Issue with "datepicker popup is not opened when disable the form and enable the datepicker control" has been resolved.
1377
+
1378
+ ## 18.4.35 (2021-01-19)
1379
+
1380
+ ### Calendar
1381
+
1382
+ #### New Features
1383
+
1384
+ - `#302472` - Now, you can change the rule for defining the first week of the year using `weekRule` property.
1385
+
1386
+ ## 18.4.31 (2020-12-22)
1387
+
1388
+ ### DateRangePicker
1389
+
1390
+ #### Bug Fixes
1391
+
1392
+ - `#291772`- Issue with "popup gets closed while dynamically changing the max days property in select event" has been resolved.
1393
+
1394
+ ## 18.3.42 (2020-10-20)
1395
+
1396
+ ### Calendar
1397
+
1398
+ #### Bug Fixes
1399
+
1400
+ - `#292562`- Issue with " isInteracted change event argument return as false while clicking on the today button" has been resolved.
1401
+
1402
+ ## 18.1.53 (2020-05-19)
1403
+
1404
+ ### DatePicker
1405
+
1406
+ #### Bug Fixes
1407
+
1408
+ - `#275716`- Issue with "script error occurs when disable the clear icon dynamically" has been resolved.
1409
+