Skip to content

Commit 4b64911

Browse files
author
pipeline
committed
v18.2.57 is released
1 parent 8d1021e commit 4b64911

File tree

31 files changed

+161
-82
lines changed

31 files changed

+161
-82
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.56 (2020-09-01)
5+
## 18.2.57 (2020-09-08)
66

77
### Common
88

components/calendars/CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
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-
145
## 18.2.44 (2020-07-07)
156

167
### DatePicker
@@ -1081,3 +1072,12 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
10811072
- **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.
10821073

10831074

1075+
## 18.2.56 (2020-09-01)
1076+
1077+
### DateRangePicker
1078+
1079+
#### Bug Fixes
1080+
1081+
- `#280780` - Issue with "days span shows wrong range when provide the start and end date with time" has been resolved.
1082+
1083+

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.54",
3+
"version": "18.2.56",
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/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.55",
3+
"version": "18.2.56",
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/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.55",
3+
"version": "18.2.56",
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: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,31 @@
22

33
## [Unreleased]
44

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

77
### Document Editor
88

99
#### New Features
1010

1111
- `#156915` - Added public API to check whether the selection is in edit region.
1212
- `#287831` - Added public API to show spell check dialog.
13+
- `#284434` - Spell checker performance was optimized.
1314

1415
#### Bug Fixes
1516

1617
- `#148494` - Resolved script error on destroying the container.
1718
- `#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.
19+
- `#289172` - Resolved script error when two or more server request is passed at same time.
20+
- `#287775` - Resolved script error on saving a document with form field.
21+
- `#289902` - Custom page height and width is now updating properly in page setup dialog.
22+
- `#289902` - Resolved review pane enabled issue when track changes is disabled.
23+
- `#157264` - Resolved script error when finding a text with curly braces.
24+
- `#290625` - Tick icon in line spacing is aligned properly now.
25+
- `#291882` - Now,Text contents were not transformed to upper case while copying.
26+
- `#287582` - Apply shading property for form field is now maintained also on exported document.
27+
- `#280951` - Table contents were not rendered on footer region now.
28+
29+
## 18.2.55 (2020-08-25)
2030

2131
### Document Editor
2232

components/dropdowns/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-dropdowns",
3-
"version": "18.2.54",
3+
"version": "18.2.56",
44
"description": "Essential JS 2 DropDown Components 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.57 (2020-09-08)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#288598` - Now, the file details will be sent correctly to the server side while using the rootAliasName property.
12+
513
## 18.2.56 (2020-09-01)
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.54",
3+
"version": "18.2.56",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.57 (2020-09-08)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#290457` - Issue on customizing the background colour of taskbar in Resource view has been fixed.
12+
- `F157498` - Console error on indenting record after sorting has been fixed.
13+
514
## 18.2.56 (2020-09-01)
615

716
### Gantt

0 commit comments

Comments
 (0)