@syncfusion/ej2-angular-calendars 25.2.7 → 26.1.35

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