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