Skip to content

Commit 8d1021e

Browse files
author
pipeline
committed
v18.2.56 is released
1 parent ac609b6 commit 8d1021e

33 files changed

+160
-66
lines changed

components/base/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.2.55 (2020-08-25)
5+
## 18.2.56 (2020-09-01)
66

77
### Common
88

components/buttons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-buttons",
3-
"version": "18.2.44",
3+
"version": "18.2.54",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/CHANGELOG.md

Lines changed: 17 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

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+
514
## 18.2.44 (2020-07-07)
615

716
### DatePicker
@@ -217,7 +226,6 @@
217226
#### Bug Fixes
218227

219228
- #239623 - Now, TimePicker popup closed properly in Edge/IE browsers when place more number of DateTimePicker in single page.
220-
221229
- `#240491` - Now, you can change the today button visibility dynamically along with min and max datetime.
222230

223231
## 17.2.28-beta (2019-06-27)
@@ -237,7 +245,6 @@
237245
#### Bug Fixes
238246

239247
- #231616, #234495 - In mobile device, DatePicker popup displays in the center of the viewport.
240-
241248
- #238455 – Now, change event argument `isInteracted` return as true when edit the date value using keyboard.
242249

243250
### DateRangePicker
@@ -295,7 +302,6 @@
295302
### DatePicker
296303

297304
- #143352 - Now, the DatePicker fires input's blur when click outside without select the date from calendar popup.
298-
299305
- #233877 - Now, you can enter the same date value after form reset.
300306

301307
### DateTimePicker
@@ -317,7 +323,6 @@
317323
#### Bug Fixes
318324

319325
- #231875 - Now, you can enable the clear button dynamically after disabled the control.
320-
321326
- #F143747 - Now, you can set min and max value as null dynamically.
322327

323328
### DateTimePicker
@@ -337,7 +342,6 @@
337342
#### Bug Fixes
338343

339344
- #231596, #232441 - Issue with clear button not shown when disable the `allowEdit` property has been fixed.
340-
341345
- #231003 - Issue with different icon size in bootstrap theme has been fixed.
342346

343347
## 17.1.32-beta (2019-03-13)
@@ -347,15 +351,13 @@
347351
#### Bug Fixes
348352

349353
- Issue with clear button not shown when disable the `allowEdit` property has been fixed.
350-
351354
- In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed.
352355

353356
### DateRangePicker
354357

355358
#### New Features
356359

357360
- Now, you can move to a particular date without UI interaction using `NavigateTo` method.
358-
359361
- Provided option to set the start and depth level view of the calendar.
360362

361363
### DateTimePicker
@@ -385,7 +387,6 @@
385387
#### Bug Fixes
386388

387389
- Issue with, “DateRangePicker not restoring the initial value on form reset” has been fixed.
388-
389390
- Now year values are shown in the selected range of decade view.
390391

391392
### DateTimePicker
@@ -643,15 +644,13 @@
643644
#### Bug Fixes
644645

645646
- Added `AppendTo` argument in the open event to specifies which node to be appended on the pop-up element.
646-
647647
- Fixed the validation issue in mobile devices.
648648

649649
### DateRangePicker
650650

651651
#### Bug Fixes
652652

653653
- The Value can be obtained in the code-behind, while posting the selected value from the DateRangePicker control.
654-
655654
- Now, the entire properties of pop-up element of DateRangePicker can be customized in the `open` event.
656655

657656
## 16.2.47 (2018-08-07)
@@ -661,7 +660,6 @@
661660
#### Bug Fixes
662661

663662
- 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-
665663
- Angular form rest for the invalid value in the textbox issue has been fixed.
666664

667665
### DatePicker
@@ -751,8 +749,7 @@
751749
#### Breaking Changes
752750

753751
- 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.
756753
- Today button will act as a primary button in high contrast, bootstrap and fabric themes.
757754

758755
#### New Features
@@ -792,7 +789,6 @@ Update the `system.js` configuration while going with this version and above.
792789
#### New Features
793790

794791
- `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-
796792
- `Value` property support has been provided for DateRangePicker component to set a date range.
797793

798794
## 16.1.42 (2018-05-15)
@@ -818,7 +814,6 @@ Update the `system.js` configuration while going with this version and above.
818814
#### Bug Fixes
819815

820816
- `focusIn` and `focusOut` methods has been included.
821-
822817
- `focus` and `blur` events has been included.
823818

824819
## 16.1.34 (2018-04-10)
@@ -850,7 +845,6 @@ Update the `system.js` configuration while going with this version and above.
850845
#### Bug Fixes
851846

852847
- Focus and blur events triggers multiple times in DateTimePicker control has been fixed.
853-
854848
- DateTimePicker throws script error while clicking today button in IE browser has been fixed.
855849

856850
#### Breaking Changes
@@ -898,9 +892,7 @@ Update the `system.js` configuration while going with this version and above.
898892
#### Breaking Changes
899893

900894
- Changed the Angular component selector, component name prefix with `ejs` e.g: `ejs-calendar`.
901-
902895
- Event arguments and it's parameter values are same.
903-
904896
- Popup open in read-only mode issue has been fixed.
905897

906898
#### New Features
@@ -912,23 +904,19 @@ Update the `system.js` configuration while going with this version and above.
912904
#### New Features
913905

914906
- DateRangePicker rendered based on the screen resolution.
915-
916907
- `DateTime` support has been provided for DateRangePicker.
917-
918908
- Input type `date` has been handled in DateRangePicker.
919909

920910
### DatePicker
921911

922912
#### Breaking Changes
923913

924914
- Pascal casing change to `start` and `depth` property values (`Month`, `Year`, `Decade`).
925-
926915
- Focus the input when select the value from the DatePicker popup.
927916

928917
#### New Features
929918

930919
- `Today` button support has been provided for DatePicker.
931-
932920
- Input type `date` has been handled in DatePicker.
933921

934922
### TimePicker
@@ -940,9 +928,7 @@ Update the `system.js` configuration while going with this version and above.
940928
#### New Features
941929

942930
- Added `itemRender` support for the TimePicker which allows to customize each time values in a popup list.
943-
944931
- Input type `time` has been handled in TimePicker.
945-
946932
- 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.
947933

948934
### Calendar
@@ -959,14 +945,11 @@ Update the `system.js` configuration while going with this version and above.
959945

960946
DateTimePicker component for selecting or entering a date and time with options for disabling dates, restricting selection and showing custom events.
961947

962-
- **Range Restriction** – Allows to select a date and time within a specified range.
963948

949+
- **Range Restriction** – Allows to select a date and time within a specified range.
964950
- **Format** – Formatting the value displayed in a textbox.
965-
966951
- **Customization** – Allows to customize each day and time cell of the Calendar and time popup list.
967-
968952
- **Strict Mode** - Allows to enter the only valid date and time in a textbox.
969-
970953
- **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.
971954

972955
## 15.4.26-preview (2018-01-23)
@@ -1053,60 +1036,48 @@ DateTimePicker component for selecting or entering a date and time with options
10531036

10541037
Calendar interface for selecting dates with options for disabling dates, restricting selection and showing custom events.
10551038

1056-
- **Range Restriction** - Allows to select a date within a specified date range.
10571039

1040+
- **Range Restriction** - Allows to select a date within a specified date range.
10581041
- **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1059-
10601042
- **Customization** - Allows to customize the each day cell of the calendar.
1061-
10621043
- **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.
10631044

10641045
### DatePicker
10651046

10661047
DatePicker component for selecting or entering a date with options for disabling dates,
10671048
restricting selection and showing custom events.
10681049

1069-
- **Range Restriction** - Allows to select a date within a specified date range.
10701050

1051+
- **Range Restriction** - Allows to select a date within a specified date range.
10711052
- **Format** - Formatting the value displayed in a textbox.
1072-
10731053
- **Start and Depth View** - Allows to change the initial view and navigation depth of the Calendar.
1074-
10751054
- **Customization** - Allows to customize the each day cell of the calendar.
1076-
10771055
- **StrictMode** - Allows to entering the only valid date in a textbox.
1078-
10791056
- **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.
10801057

10811058
### DateRangePicker
10821059

10831060
DateRangePicker component that allows user to select the date range from the calendar
10841061
or entering the range through the input element.
10851062

1086-
- **Presets** - Allows to define the customized predefined set of ranges.
10871063

1064+
- **Presets** - Allows to define the customized predefined set of ranges.
10881065
- **Day Span** - Select the data span between the ranges to avoid excess or less date selection.
1089-
10901066
- **Range Restriction** - Control the date range selection within a specified range.
1091-
10921067
- **Format** - Formatting the value displayed in a textbox.
1093-
10941068
- **Customization** - Allows to customize the each day cell of the calendar.
1095-
10961069
- **StrictMode** - Allows to entering the only valid date in a textbox.
1097-
10981070
- **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.
10991071

11001072
### TimePicker
11011073

11021074
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.
11031075

1104-
- **Range Restriction** - Allows to select a time within a specified time range.
11051076

1077+
- **Range Restriction** - Allows to select a time within a specified time range.
11061078
- **Format** - Formatting the value displayed in a textbox.
1107-
11081079
- **Step** - Provides the option to increment/decrement time value in a popup list.
1109-
11101080
- **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+
11111083

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.

components/calendars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-calendars",
3-
"version": "18.2.44",
3+
"version": "18.2.54",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 18.2.56 (2020-09-01)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#286177` - Place pie data labels based on space available.
12+
- `#290274` - Axis label customization is not proper for double type.
13+
- `#F155030` - DateTime Annotation does not work in ASP.NET Core has been fixed.
14+
- `#F157038` - Empty chart with shared tooltip throws console error has been fixed.
15+
16+
## 18.2.55 (2020-08-25)
17+
18+
### Accumulation chart
19+
20+
#### Bug Fixes
21+
22+
- `#288484` - Accumulation chart class is removed while refreshing the chart issue fixed.
23+
524
## 18.2.54 (2020-08-18)
625

726
### Chart

components/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-charts",
3-
"version": "18.2.54",
3+
"version": "18.2.55",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.2.56 (2020-09-01)
6+
7+
### Diagram
8+
9+
- `289532` - The issue "Group width and height does not update" has been fixed.
10+
- `285600` - The issue "Complex hierarchical layout does not arrange properly" has been fixed.
11+
- `F157055` - The issue "Port inedge and outedge not updated properly" has been fixed.
12+
513
## 18.2.55 (2020-08-25)
614

715
### Diagram

components/diagrams/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-diagrams",
3-
"version": "18.2.54",
3+
"version": "18.2.55",
44
"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",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@
66

77
### Document Editor
88

9+
#### New Features
10+
11+
- `#156915` - Added public API to check whether the selection is in edit region.
12+
- `#287831` - Added public API to show spell check dialog.
13+
14+
#### Bug Fixes
15+
16+
- `#148494` - Resolved script error on destroying the container.
17+
- `#289186` - Resolved layout issue on exporting a text box.
18+
- `#289172` - Resolved script when two or more server request is passed at same time.
19+
- `#287775` - Resolved script on saving a document with form field.
20+
21+
### Document Editor
22+
923
#### Bug Fixes
1024

1125
- `#286474` - Resolved table re layout issue when table have left indent value.

components/documenteditor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-documenteditor",
3-
"version": "18.2.54",
3+
"version": "18.2.55",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/filemanager/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 18.2.56 (2020-09-01)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- Resolved the incorrect delete confirmation dialog content for file in details view of the File Manager component.
12+
513
## 18.2.48 (2020-08-04)
614

715
### File Manager

components/filemanager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-filemanager",
3-
"version": "18.2.48",
3+
"version": "18.2.54",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)