Skip to content

Commit 1f93d4f

Browse files
author
pipeline
committed
v18.2.58 is released
1 parent d496ecf commit 1f93d4f

File tree

84 files changed

+333
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+333
-97
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/buttons/dist/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/charts/dist/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/diagrams/dist/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/diagrams/dist/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
1111
"@syncfusion/ej2-diagrams": "*",
12-
"@types/lodash": "4.14.159"
12+
"@types/lodash": "4.14.159",
13+
"@types/node": "11.15.20"
1314
},
1415
"devDependencies": {
1516
"@syncfusion/ej2-build": "*",

components/diagrams/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
1111
"@syncfusion/ej2-diagrams": "*",
12-
"@types/lodash": "4.14.159"
12+
"@types/lodash": "4.14.159",
13+
"@types/node": "11.15.20"
1314
},
1415
"devDependencies": {
1516
"rxjs": "5.0.0 - 5.5.10",

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

0 commit comments

Comments
 (0)