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

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