Skip to content

Commit d93dd68

Browse files
author
pipeline
committed
v18.1.46 is released
1 parent eaa96ee commit d93dd68

File tree

31 files changed

+162
-20
lines changed

31 files changed

+162
-20
lines changed

components/charts/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.1.45 (2020-04-21)
5+
## 18.1.46 (2020-04-28)
66

77
### Chart
88

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F153185` - The issue with "Line routing does not consider for Group nodes" has been fixed.
12+
- `#272405` - The issue with "The Double click event does not get triggered when double clicking on an annotation" has been fixed.
13+
- `274242` - The issue with "Strange behaviour when changing Connector source or target decorator width or height" has been fixed.
14+
- `272497` - The issue with "Need to consider boundary constraints when resizing the node" has been fixed.
15+
- `272186` - The issue on symbol description is fixed.
16+
517
## 18.1.45 (2020-04-21)
618

719
### Diagram

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.1.43",
3+
"version": "18.1.45",
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Document Editor
8+
9+
#### New Features
10+
11+
- Added `height` and `width` API to define height and width of document editor.
12+
13+
#### Bug Fixes
14+
15+
- `#271928` - Resolved script when trying to create a new document and document have broken comments.
16+
- `#271886` - Right tab width issue when paragraph contains right indent.
17+
- `#271986` - Resolved error when updating Table of Contents with comments.
18+
- `#271967` , `#271968` , `#271971` - Paste text only in empty paragraph is now working properly.
19+
- `#271985` - Resolved script error when remove page break after bookmark.
20+
- `#272009` , `#273868` - Modify style using numbering and paragraph dialog is now working properly.
21+
- `#271977` - Pasting text in heading style is now maintain heading style in paragraph.
22+
- `#271863` - Paragraph element splitting issue is now resolved when alignment is left and line combined with field.
23+
524
## 18.1.45 (2020-04-21)
625

726
### Document Editor

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.1.44",
3+
"version": "18.1.45",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- The issue with `The Dropdown Tree placeholder hides while opening the popup, when enabling the checkbox support` has been fixed.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Issue with 'enabled' properly when listbox have toolbar option has been fixed.
18+
- Issue with Filter element when the scrolling has enabled in listbox.
19+
520
## 18.1.43 (2020-04-07)
621

722
### ListBox

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.1.44",
3+
"version": "18.1.45",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- The issue with `Unable to localize the error message in the access control actions` has been fixed.
12+
- `#269976` - Now, The File Manager UI will be refreshed properly when resizing the browser window.
13+
514
## 18.1.36-beta (2020-03-19)
615

716
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 18.1.46 (2020-04-28)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#273440` - Issue on updating end date value using cell edit gets resolved.
12+
- `#273426` - Issue on validating parent start date on taskbar edit action gets resolved.
13+
- `#274066` - Console error on dragging parent milestone task gets resolved.
14+
515
## 18.1.45 (2020-04-21)
616

717
### 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.1.44",
3+
"version": "18.1.45",
44
"description": "Essential JS 2 Gantt Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)