You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/calendars/CHANGELOG.md
+43-45Lines changed: 43 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,51 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 17.1.41 (2019-04-16)
6
+
7
+
### DatePicker
8
+
9
+
#### Bug Fixes
10
+
11
+
-#231875 - Now, you can enable the clear button dynamically after disabled the control.
12
+
- #F143747 - Now, you can set min and max value as null dynamically.
13
+
14
+
-#228296 – When click on the date icon, calendar popup and keyboard get opened issue has been fixed.
15
+
16
+
17
+
### DateTimePicker
18
+
19
+
#### Bug Fixes
20
+
21
+
-#231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
22
+
23
+
### DateRangePicker
24
+
25
+
#### Bug Fixes
26
+
27
+
-#231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
28
+
29
+
### TimePicker
30
+
31
+
#### Bug Fixes
32
+
33
+
-#231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
34
+
-#231003 Issue with different icon size in bootstrap theme has been fixed.
35
+
5
36
## 17.1.32-beta (2019-03-13)
6
37
7
38
### DatePicker
8
39
9
40
#### Bug Fixes
10
41
11
42
- Issue with clear button not shown when disable the `allowEdit` property has been fixed.
12
-
13
43
- In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
14
44
15
45
### DateRangePicker
16
46
17
47
#### New Features
18
48
19
49
- Now, you can move to a particular date without UI interaction using `NavigateTo` method.
20
-
21
50
- Provided option to set the start and depth level view of the calendar.
22
51
23
52
### DateTimePicker
@@ -47,7 +76,6 @@
47
76
#### Bug Fixes
48
77
49
78
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
50
-
51
79
- Now year values are shown in the selected range of decade view.
52
80
53
81
### DateTimePicker
@@ -305,15 +333,13 @@
305
333
#### Bug Fixes
306
334
307
335
- Added `AppendTo` argument in the open event to specifies which node to be appended on the pop-up element.
308
-
309
336
- Fixed the validation issue in mobile devices.
310
337
311
338
### DateRangePicker
312
339
313
340
#### Bug Fixes
314
341
315
342
- The Value can be obtained in the code-behind, while posting the selected value from the DateRangePicker control.
316
-
317
343
- Now, the entire properties of pop-up element of DateRangePicker can be customized in the `open` event.
318
344
319
345
## 16.2.47 (2018-08-07)
@@ -322,27 +348,26 @@
322
348
323
349
#### Bug Fixes
324
350
325
-
- 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.
326
-
351
+
- 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.
327
352
- Angular form rest for the invalid value in the textbox issue has been fixed.
328
353
329
354
### DatePicker
330
355
331
356
#### Bug Fixes
332
357
333
-
- 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.
358
+
- 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.
334
359
335
360
### DateTimePicker
336
361
337
362
#### Bug Fixes
338
363
339
-
- 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.
364
+
- 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.
340
365
341
366
### Calendar
342
367
343
368
#### Bug Fixes
344
369
345
-
- 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.
370
+
- 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.
346
371
347
372
## 16.2.46 (2018-07-30)
348
373
@@ -413,8 +438,7 @@
413
438
#### Breaking Changes
414
439
415
440
- 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.
416
-
Update the `system.js` configuration while going with this version and above.
417
-
441
+
- Update the `system.js` configuration while going with this version and above.
418
442
- Today button will act as a primary button in high contrast, bootstrap and fabric themes.
419
443
420
444
#### New Features
@@ -454,7 +478,6 @@ Update the `system.js` configuration while going with this version and above.
454
478
#### New Features
455
479
456
480
-`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.
457
-
458
481
-`Value` property support has been provided for DateRangePicker component to set a date range.
459
482
460
483
## 16.1.42 (2018-05-15)
@@ -480,7 +503,6 @@ Update the `system.js` configuration while going with this version and above.
480
503
#### Bug Fixes
481
504
482
505
-`focusIn` and `focusOut` methods has been included.
483
-
484
506
-`focus` and `blur` events has been included.
485
507
486
508
## 16.1.34 (2018-04-10)
@@ -512,7 +534,6 @@ Update the `system.js` configuration while going with this version and above.
512
534
#### Bug Fixes
513
535
514
536
- Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
515
-
516
537
- DateTimePicker throws script error while clicking today button in IE browser has been fixed.
517
538
518
539
#### Breaking Changes
@@ -560,9 +581,7 @@ Update the `system.js` configuration while going with this version and above.
560
581
#### Breaking Changes
561
582
562
583
- Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-calendar`.
563
-
564
584
- Event arguments and it's parameter values are same.
565
-
566
585
- Popup open in read-only mode issue has been fixed.
567
586
568
587
#### New Features
@@ -574,23 +593,19 @@ Update the `system.js` configuration while going with this version and above.
574
593
#### New Features
575
594
576
595
- DateRangePicker rendered based on the screen resolution.
577
-
578
596
-`DateTime` support has been provided for DateRangePicker.
579
-
580
597
- Input type `date` has been handled in DateRangePicker.
581
598
582
599
### DatePicker
583
600
584
601
#### Breaking Changes
585
602
586
603
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
587
-
588
604
- Focus the input when select the value from the DatePicker popup.
589
605
590
606
#### New Features
591
607
592
608
-`Today` button support has been provided for DatePicker.
593
-
594
609
- Input type `date` has been handled in DatePicker.
595
610
596
611
### TimePicker
@@ -602,9 +617,7 @@ Update the `system.js` configuration while going with this version and above.
602
617
#### New Features
603
618
604
619
- Added `itemRender` support for the TimePicker which allows to customize each time values in a popup list.
605
-
606
620
- Input type `time` has been handled in TimePicker.
607
-
608
621
- 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.
609
622
610
623
### Calendar
@@ -621,14 +634,11 @@ Update the `system.js` configuration while going with this version and above.
621
634
622
635
DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.
623
636
624
-
-**Range Restriction** – Allows to select a date and time within a specified range.
625
637
638
+
-**Range Restriction** – Allows to select a date and time within a specified range.
626
639
-**Format** – Formatting the value displayed in a textbox.
627
-
628
640
-**Customization** – Allows to customize each day and time cell of the Calendar and time popup list.
629
-
630
641
-**Strict Mode** - Allows to enter the only valid date and time in a textbox.
631
-
632
642
-**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.
633
643
634
644
## 15.4.26-preview (2018-01-23)
@@ -715,60 +725,48 @@ DateTimePicker component for selecting or entering a date and time with options
715
725
716
726
Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.
717
727
718
-
-**Range Restriction** - Allows to select a date within a specified date range.
719
728
729
+
-**Range Restriction** - Allows to select a date within a specified date range.
720
730
-**Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
721
-
722
731
-**Customization** - Allows to customize the each day cell of the calendar.
723
-
724
732
-**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.
725
733
726
734
### DatePicker
727
735
728
736
DatePicker component for selecting or entering a date with options for disabling dates,
729
737
restricting selection and showing custom events.
730
738
731
-
-**Range Restriction** - Allows to select a date within a specified date range.
732
739
740
+
-**Range Restriction** - Allows to select a date within a specified date range.
733
741
-**Format** - Formatting the value displayed in a textbox.
734
-
735
742
-**Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
736
-
737
743
-**Customization** - Allows to customize the each day cell of the calendar.
738
-
739
744
-**StrictMode** - Allows to entering the only valid date in a textbox.
740
-
741
745
-**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.
742
746
743
747
### DateRangePicker
744
748
745
749
DateRangePicker component that allows user to select the date range from the calendar
746
750
or entering the range through the input element.
747
751
748
-
-**Presets** - Allows to define the customized predefined set of ranges.
749
752
753
+
-**Presets** - Allows to define the customized predefined set of ranges.
750
754
-**Day Span** - Select the data span between the ranges to avoid excess or less date selection.
751
-
752
755
-**Range Restriction** - Control the date range selection within a specified range.
753
-
754
756
-**Format** - Formatting the value displayed in a textbox.
755
-
756
757
-**Customization** - Allows to customize the each day cell of the calendar.
757
-
758
758
-**StrictMode** - Allows to entering the only valid date in a textbox.
759
-
760
759
-**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.
761
760
762
761
### TimePicker
763
762
764
763
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.
765
764
766
-
-**Range Restriction** - Allows to select a time within a specified time range.
767
765
766
+
-**Range Restriction** - Allows to select a time within a specified time range.
768
767
-**Format** - Formatting the value displayed in a textbox.
769
-
770
768
-**Step** - Provides the option to increment/decrement time value in a popup list.
771
-
772
769
-**StrictMode** - Allows to entering the only valid time in a textbox.
773
-
774
770
-**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.
0 commit comments