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

0 commit comments

Comments
 (0)