Skip to content

Commit a65770d

Browse files
author
pipeline
committed
v18.1.48 is released
1 parent d93dd68 commit a65770d

File tree

34 files changed

+180
-20
lines changed

34 files changed

+180
-20
lines changed

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.1.48 (2020-05-05)
6+
7+
### Chips
8+
9+
#### New Features
10+
11+
- `#152050` - Support for adding images to a chip using the `trailingIconUrl` and `leadingIconUrl` property has been included.
12+
513
## 18.1.43 (2020-04-07)
614

715
### Radio Button

components/charts/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.1.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#273192` - Trendlines are short and have the wrong slope direction issue fixed.
12+
13+
## 18.1.45 (2020-04-21)
614

715
### Chart
816

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.1.44",
3+
"version": "18.1.45",
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/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.48 (2020-05-05)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `271060` - The issue with "Margin does not apply for the exported image" has been fixed.
12+
- `272898` - The issue with "When drag some nodes in palette it does not show preview and drop in diagram" has been fixed.
13+
514
## 18.1.46 (2020-04-28)
615

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

33
## [Unreleased]
44

5+
## 18.1.48 (2020-05-05)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#272290` - Resolved selection issue when paragraph contains line break character.
12+
- `#272600` - Copy text with specific symbol (< , >) is now working properly.
13+
- `#266059` - When pasting content with bookmark, bookmark is now preserved.
14+
- `#269743` - Resolved focus issue in Firefox when navigate to bookmark or search result.
15+
- `#269546` - Selection issue is now resolved when paragraph contains page break.
16+
- `#274395` - Resolved script error when clicking on canvas in mobile view mode.
17+
- `#273345` - Resolved table export issue when table contains vertical merge cell.
18+
- `#271450` - Restricted user editing, when spinner is visible.
19+
520
## 18.1.46 (2020-04-28)
621

722
### 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.45",
3+
"version": "18.1.46",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 18.1.48 (2020-05-05)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#273796` - Issue with clear icon misalignment in the material outline has been resolved.
12+
13+
### ListBox
14+
15+
#### Bug Fixes
16+
17+
- Issue with drag and drop in empty listbox has been fixed.
18+
519
## 18.1.46 (2020-04-28)
620

721
### 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.1.45",
3+
"version": "18.1.46",
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.1.46 (2020-04-28)
5+
## 18.1.48 (2020-05-05)
66

77
### File Manager
88

0 commit comments

Comments
 (0)