@syncfusion/ej2-angular-calendars 24.1.44 → 24.1.47-ngcc

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