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

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