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

components/gantt/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-gantt",
3-
"version": "18.2.55",
3+
"version": "18.2.56",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.57 (2020-09-08)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#288147` - Script error while using `addRecord` in `IE11`, has been fixed.
12+
- `#288292` - copy and paste in `mac os` issue has been resolved.
13+
- `#290651` - column chooser `pop-up` is hidden partially has been fixed.
14+
- `#290215` - Checkbox selection issue when delete records, has been fixed.
15+
516
## 18.2.56 (2020-09-01)
617

718
### Grid

components/grids/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-react-grids",
3-
"version": "18.2.55",
3+
"version": "18.2.56",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -15,7 +15,7 @@
1515
"pager",
1616
"data",
1717
"table",
18-
"typescript",
18+
"Typescript",
1919
"react",
2020
"reactjs",
2121
"react-grids",

components/heatmap/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+
### Heatmap
8+
9+
#### Bug Fixes
10+
11+
- The unwanted tags were removed.
12+
513
## 18.1.54 (2020-05-26)
614

715
### HeatMap

components/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.2.56 (2020-09-01)
5+
## 18.2.57 (2020-09-08)
6+
7+
### In-place Editor
8+
9+
#### New Features
10+
11+
- `#288860` - Provided the new events `submitClick` and `cancelClick` that triggers when clicking the In-place editor submit and cancel buttons.
12+
13+
## 18.2.54 (2020-08-18)
614

715
### In-place Editor
816

components/inplaceeditor/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-inplace-editor",
3-
"version": "18.2.48",
3+
"version": "18.2.54",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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-inputs",
3-
"version": "18.2.54",
3+
"version": "18.2.56",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 18.2.56 (2020-09-01)
5+
## 18.2.57 (2020-09-08)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#289221` - The issue with "Two empty placeholders appear on the content cell when dropping the cards to its original position" has been resolved.
12+
- `#289831` - The issue with "Cards are jumped to the last position of the column when the dialog template values are not changed" has been resolved.
13+
14+
## 18.2.54 (2020-08-18)
615

716
### Kanban
817

components/kanban/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-kanban",
3-
"version": "18.2.47",
3+
"version": "18.2.54",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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-lists",
3-
"version": "18.2.48",
3+
"version": "18.2.54",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)