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