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