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

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