@syncfusion/ej2-angular-calendars 24.2.5 → 24.2.8-ngcc

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