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
+17-46Lines changed: 17 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## [Unreleased]
4
4
5
+
## 18.2.56 (2020-09-01)
6
+
7
+
### DateRangePicker
8
+
9
+
#### Bug Fixes
10
+
11
+
-`#280780` - Issue with "days span shows wrong range when provide the start and end date with time" has been resolved.
12
+
13
+
5
14
## 18.2.44 (2020-07-07)
6
15
7
16
### DatePicker
@@ -217,7 +226,6 @@
217
226
#### Bug Fixes
218
227
219
228
-#239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
220
-
221
229
-`#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
222
230
223
231
## 17.2.28-beta (2019-06-27)
@@ -237,7 +245,6 @@
237
245
#### Bug Fixes
238
246
239
247
-#231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
240
-
241
248
-#238455 – Now, change event argument `isInteracted` return as true when edit the date value using keyboard.
242
249
243
250
### DateRangePicker
@@ -295,7 +302,6 @@
295
302
### DatePicker
296
303
297
304
-#143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
298
-
299
305
-#233877 - Now, you can enter the same date value after form reset.
300
306
301
307
### DateTimePicker
@@ -317,7 +323,6 @@
317
323
#### Bug Fixes
318
324
319
325
-#231875 - Now, you can enable the clear button dynamically after disabled the control.
320
-
321
326
- #F143747 - Now, you can set min and max value as null dynamically.
322
327
323
328
### DateTimePicker
@@ -337,7 +342,6 @@
337
342
#### Bug Fixes
338
343
339
344
-#231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
340
-
341
345
-#231003 - Issue with different icon size in bootstrap theme has been fixed.
342
346
343
347
## 17.1.32-beta (2019-03-13)
@@ -347,15 +351,13 @@
347
351
#### Bug Fixes
348
352
349
353
- Issue with clear button not shown when disable the `allowEdit` property has been fixed.
350
-
351
354
- In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
352
355
353
356
### DateRangePicker
354
357
355
358
#### New Features
356
359
357
360
- Now, you can move to a particular date without UI interaction using `NavigateTo` method.
358
-
359
361
- Provided option to set the start and depth level view of the calendar.
360
362
361
363
### DateTimePicker
@@ -385,7 +387,6 @@
385
387
#### Bug Fixes
386
388
387
389
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
388
-
389
390
- Now year values are shown in the selected range of decade view.
390
391
391
392
### DateTimePicker
@@ -643,15 +644,13 @@
643
644
#### Bug Fixes
644
645
645
646
- Added `AppendTo` argument in the open event to specifies which node to be appended on the pop-up element.
646
-
647
647
- Fixed the validation issue in mobile devices.
648
648
649
649
### DateRangePicker
650
650
651
651
#### Bug Fixes
652
652
653
653
- The Value can be obtained in the code-behind, while posting the selected value from the DateRangePicker control.
654
-
655
654
- Now, the entire properties of pop-up element of DateRangePicker can be customized in the `open` event.
656
655
657
656
## 16.2.47 (2018-08-07)
@@ -661,7 +660,6 @@
661
660
#### Bug Fixes
662
661
663
662
- 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.
664
-
665
663
- Angular form rest for the invalid value in the textbox issue has been fixed.
666
664
667
665
### DatePicker
@@ -751,8 +749,7 @@
751
749
#### Breaking Changes
752
750
753
751
- 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.
754
-
Update the `system.js` configuration while going with this version and above.
755
-
752
+
- Update the `system.js` configuration while going with this version and above.
756
753
- Today button will act as a primary button in high contrast, bootstrap and fabric themes.
757
754
758
755
#### New Features
@@ -792,7 +789,6 @@ Update the `system.js` configuration while going with this version and above.
792
789
#### New Features
793
790
794
791
-`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.
795
-
796
792
-`Value` property support has been provided for DateRangePicker component to set a date range.
797
793
798
794
## 16.1.42 (2018-05-15)
@@ -818,7 +814,6 @@ Update the `system.js` configuration while going with this version and above.
818
814
#### Bug Fixes
819
815
820
816
-`focusIn` and `focusOut` methods has been included.
821
-
822
817
-`focus` and `blur` events has been included.
823
818
824
819
## 16.1.34 (2018-04-10)
@@ -850,7 +845,6 @@ Update the `system.js` configuration while going with this version and above.
850
845
#### Bug Fixes
851
846
852
847
- Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
853
-
854
848
- DateTimePicker throws script error while clicking today button in IE browser has been fixed.
855
849
856
850
#### Breaking Changes
@@ -898,9 +892,7 @@ Update the `system.js` configuration while going with this version and above.
898
892
#### Breaking Changes
899
893
900
894
- Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-calendar`.
901
-
902
895
- Event arguments and it's parameter values are same.
903
-
904
896
- Popup open in read-only mode issue has been fixed.
905
897
906
898
#### New Features
@@ -912,23 +904,19 @@ Update the `system.js` configuration while going with this version and above.
912
904
#### New Features
913
905
914
906
- DateRangePicker rendered based on the screen resolution.
915
-
916
907
-`DateTime` support has been provided for DateRangePicker.
917
-
918
908
- Input type `date` has been handled in DateRangePicker.
919
909
920
910
### DatePicker
921
911
922
912
#### Breaking Changes
923
913
924
914
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
925
-
926
915
- Focus the input when select the value from the DatePicker popup.
927
916
928
917
#### New Features
929
918
930
919
-`Today` button support has been provided for DatePicker.
931
-
932
920
- Input type `date` has been handled in DatePicker.
933
921
934
922
### TimePicker
@@ -940,9 +928,7 @@ Update the `system.js` configuration while going with this version and above.
940
928
#### New Features
941
929
942
930
- Added `itemRender` support for the TimePicker which allows to customize each time values in a popup list.
943
-
944
931
- Input type `time` has been handled in TimePicker.
945
-
946
932
- 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.
947
933
948
934
### Calendar
@@ -959,14 +945,11 @@ Update the `system.js` configuration while going with this version and above.
959
945
960
946
DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.
961
947
962
-
-**Range Restriction** – Allows to select a date and time within a specified range.
963
948
949
+
-**Range Restriction** – Allows to select a date and time within a specified range.
964
950
-**Format** – Formatting the value displayed in a textbox.
965
-
966
951
-**Customization** – Allows to customize each day and time cell of the Calendar and time popup list.
967
-
968
952
-**Strict Mode** - Allows to enter the only valid date and time in a textbox.
969
-
970
953
-**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.
971
954
972
955
## 15.4.26-preview (2018-01-23)
@@ -1053,60 +1036,48 @@ DateTimePicker component for selecting or entering a date and time with options
1053
1036
1054
1037
Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.
1055
1038
1056
-
-**Range Restriction** - Allows to select a date within a specified date range.
1057
1039
1040
+
-**Range Restriction** - Allows to select a date within a specified date range.
1058
1041
-**Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1059
-
1060
1042
-**Customization** - Allows to customize the each day cell of the calendar.
1061
-
1062
1043
-**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.
1063
1044
1064
1045
### DatePicker
1065
1046
1066
1047
DatePicker component for selecting or entering a date with options for disabling dates,
1067
1048
restricting selection and showing custom events.
1068
1049
1069
-
-**Range Restriction** - Allows to select a date within a specified date range.
1070
1050
1051
+
-**Range Restriction** - Allows to select a date within a specified date range.
1071
1052
-**Format** - Formatting the value displayed in a textbox.
1072
-
1073
1053
-**Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1074
-
1075
1054
-**Customization** - Allows to customize the each day cell of the calendar.
1076
-
1077
1055
-**StrictMode** - Allows to entering the only valid date in a textbox.
1078
-
1079
1056
-**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.
1080
1057
1081
1058
### DateRangePicker
1082
1059
1083
1060
DateRangePicker component that allows user to select the date range from the calendar
1084
1061
or entering the range through the input element.
1085
1062
1086
-
-**Presets** - Allows to define the customized predefined set of ranges.
1087
1063
1064
+
-**Presets** - Allows to define the customized predefined set of ranges.
1088
1065
-**Day Span** - Select the data span between the ranges to avoid excess or less date selection.
1089
-
1090
1066
-**Range Restriction** - Control the date range selection within a specified range.
1091
-
1092
1067
-**Format** - Formatting the value displayed in a textbox.
1093
-
1094
1068
-**Customization** - Allows to customize the each day cell of the calendar.
1095
-
1096
1069
-**StrictMode** - Allows to entering the only valid date in a textbox.
1097
-
1098
1070
-**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.
1099
1071
1100
1072
### TimePicker
1101
1073
1102
1074
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.
1103
1075
1104
-
-**Range Restriction** - Allows to select a time within a specified time range.
1105
1076
1077
+
-**Range Restriction** - Allows to select a time within a specified time range.
1106
1078
-**Format** - Formatting the value displayed in a textbox.
1107
-
1108
1079
-**Step** - Provides the option to increment/decrement time value in a popup list.
1109
-
1110
1080
-**StrictMode** - Allows to entering the only valid time in a textbox.
1081
+
-**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.
1082
+
1111
1083
1112
-
-**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.
Copy file name to clipboardExpand all lines: components/calendars/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-react-calendars",
3
-
"version": "18.2.44",
3
+
"version": "18.2.54",
4
4
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for React",
Copy file name to clipboardExpand all lines: components/charts/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-react-charts",
3
-
"version": "18.2.54",
3
+
"version": "18.2.55",
4
4
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for React",
Copy file name to clipboardExpand all lines: components/diagrams/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@syncfusion/ej2-react-diagrams",
3
-
"version": "18.2.54",
3
+
"version": "18.2.55",
4
4
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for React",
0 commit comments