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

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