@syncfusion/ej2-angular-calendars 25.1.37 → 25.1.39-ngcc

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