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