Skip to content

Commit 40641a0

Browse files
author
pipeline
committed
v18.2.58 is released
1 parent 4b64911 commit 40641a0

File tree

25 files changed

+113
-15
lines changed

25 files changed

+113
-15
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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### Common
88

components/buttons/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.58 (2020-09-15)
6+
7+
### CheckBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with destroy method has been fixed.
12+
513
## 18.2.44 (2020-07-07)
614

715
### Chips

components/charts/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.58 (2020-09-15)
6+
7+
### Stock Chart
8+
9+
#### Bug Fixes
10+
11+
- `#290529` - Date range picker is not proper when rendering 2 stock charts issue has been fixed.
12+
513
## 18.2.56 (2020-09-01)
614

715
### Chart

components/diagrams/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
## [Unreleased]
44

5+
## 18.2.58 (2020-09-15)
6+
7+
### Diagram
8+
9+
- `291364` - The issue "Connector's tooltip position updated wrongly" has been fixed.
10+
- `287349` - The issue "Infinite loop occurs while setting delete constraints for node in swim-lane and clear diagram" has been fixed.
11+
- `290066` - The issue "SendToBack and BringToFront not work for connector with group node" has been fixed.
12+
513
## 18.2.56 (2020-09-01)
614

715
### Diagram
816

17+
- `291274` - The issue "Mouse Enter, Mouse Over event does not get triggered for selected item" has been fixed.
18+
- `287578` - The issue "Connector segments not update properly" has been fixed.
919
- `289532` - The issue "Group width and height does not update" has been fixed.
1020
- `285600` - The issue "Complex hierarchical layout does not arrange properly" has been fixed.
1121
- `F157055` - The issue "Port inedge and outedge not updated properly" has been fixed.

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.58 (2020-09-15)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- `#290372` - Added support to apply restart page number for different sections.
12+
- `#290423` - Added resize API in document editor container.
13+
- `#243495`, `#247427`, `#248347`, `#252755`, `#254094`, `#254684`, `#256926`, `#248347`, `#260233`, `#262638`, `#273681`, `#155458`, `#278038` - Added support to preserve content control feature.
14+
15+
#### Bug Fixes
16+
17+
- `#155699` - Resolved selection change event gets triggered before created event of document editor issue.
18+
- `#290271` - Resolved some elements are not created with unique id in document editor component issue.
19+
- `#288253` - Exported document with comments from editor contain initials property in file level now.
20+
- `#287740` - Landscape Orientation not updated properly in page setup dialog now.
21+
- `#291080`, `#157393` - Restrict editing property works when setting on component creation now.
22+
523
## 18.2.57 (2020-09-08)
624

725
### Document Editor
@@ -25,6 +43,7 @@
2543
- `#291882` - Now,Text contents were not transformed to upper case while copying.
2644
- `#287582` - Apply shading property for form field is now maintained also on exported document.
2745
- `#280951` - Table contents were not rendered on footer region now.
46+
- `#287195` - Resolved script error throw while deleting large text inside a table.
2847

2948
## 18.2.55 (2020-08-25)
3049

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.55",
3+
"version": "18.2.57",
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/dropdowns/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.58 (2020-09-15)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- 'moveAll' is not working after applied grouping has been fixed.
12+
513
## 18.2.54 (2020-08-18)
614

715
### Dropdown Tree

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.56",
3+
"version": "18.2.57",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 18.2.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### File Manager
88

components/gantt/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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### Gantt
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.58 (2020-09-15)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#291552` - `Resizing` lines in stacked header issue has been resolved.
12+
- `#290601` - `Recordclick` event arguments has been fixed.
13+
- `#291949, #287468` - Provided the internal event to use custom datasource in `checkbox` filter.
14+
- `#280083` - Added the correct translated string in the locale `json` file.
15+
- `#291160` - Edit form closes when exception thrown from server issue has been fixed.
16+
- `#157390` - Provided the column and `rowIndex` details inside the `editTemplate`.
17+
- `#292599` - Script error while using grouped `foreignkeyColumn` with aggregate column has been fixed.
18+
519
## 18.2.57 (2020-09-08)
620

721
### Grid

components/grids/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-grids",
3-
"version": "18.2.56",
3+
"version": "18.2.57",
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",

components/heatmap/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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### Heatmap
88

components/inplaceeditor/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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.2.58 (2020-09-15)
6+
7+
### ColorPicker
8+
9+
- Issue with `enableOpacity` has been fixed.
10+
511
## 18.2.54 (2020-08-18)
612

713
### Range Slider

components/kanban/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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### Kanban
88

components/layouts/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.58 (2020-09-15)
6+
7+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- `#I288982` - The issue with "Resizing feature is not working properly when the splitter’s height is more than the window" has been resolved.
12+
513
## 18.2.46 (2020-07-21)
614

715
### Dashboard Layout

components/navigations/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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### Tab
88

components/pdfviewer/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.58 (2020-09-15)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#F156838` - The exportSuccess event triggers properly if we export the form fields data using ExportFormFieldsAsObject method.
12+
513
## 18.2.57 (2020-09-08)
614

715
### PDF Viewer

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

components/pivotview/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-pivotview",
3-
"version": "18.2.56",
3+
"version": "18.2.57",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### QueryBuilder
88

components/schedule/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.57 (2020-09-08)
5+
## 18.2.58 (2020-09-15)
66

77
### Schedule
88

components/treegrid/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.58 (2020-09-15)
6+
7+
### TreeGrid
8+
9+
#### Bug Fixes
10+
11+
- `#292933` - checkbox rendered properly while using the template column.
12+
- `#290187` - Row drag and drop between treegrid works fine while using self reference data binding.
13+
514
## 18.2.57 (2020-09-08)
615

716
### TreeGrid

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

0 commit comments

Comments
 (0)