Skip to content

Commit 13c3c2a

Browse files
author
pipeline
committed
v17.3.30 is released
1 parent 1a79a82 commit 13c3c2a

File tree

21 files changed

+97
-16
lines changed

21 files changed

+97
-16
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-
## 17.3.29 (2019-11-26)
5+
## 17.3.30 (2019-12-03)
66

77
### Common
88

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+
## 17.3.30 (2019-12-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
12+
513
## 17.3.28 (2019-11-19)
614

715
### Chart

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+
## 17.3.30 (2019-12-03)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#256513` - The issue "Not able to determine undo/redo action in the historyChange event" has been fixed.
12+
- `F148889` - The issue with the collectionChange event arguments that do not have parentId information in the element property has been fixed.
13+
- `F148889` - The issue with the TextAnnotation element size that grows on every move has been fixed.
14+
- `F148889` - Exception raises when we clear and change the text of TextAnnotation node and click to focus on other element has been fixed.
15+
- `F148889` - The issue with the Position change event that is not raised properly has been fixed.
16+
517
## 17.3.29 (2019-11-26)
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": "17.3.28",
3+
"version": "17.3.29",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 17.3.29 (2019-11-26)
5+
## 17.3.30 (2019-12-03)
66

77
### Document Editor
88

components/dropdowns/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
12+
513
## 17.3.29 (2019-11-26)
614

715
### AutoComplete
@@ -63,7 +71,6 @@
6371
#### Bug Fixes
6472

6573
- `#F147087` - script error "class List of undefined" while grouping has been fixed.
66-
- `#F147087` - script error "contains of undefined in ListBox" while rendering the ListBox and multi select in the same router page has been fixed.
6774
- `#F147408` - Move To toolbar button not working when loading the list box using `remote data` has been resolved.
6875
- `#249771` - script error while performing the toolbar actions in dual ListBox with `data manager` in `EJ2 MVC` has been resolved
6976

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": "17.3.28",
3+
"version": "17.3.29",
44
"description": "Essential JS 2 DropDown Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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+
## 17.3.30 (2019-12-03)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#253076` - Accessibility issues in Gantt has been fixed.
12+
513
## 17.3.29 (2019-11-26)
614

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

components/grids/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+
## 17.3.30 (2019-12-03)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#254242` - Provided load event support while performing the export action in Grid.
12+
- `#254782` - Selected rows are deselected when opening Context Menu while having `columnTemplate` in Grid issue has been fixed.
13+
- `#255479` - Multi-sorting is not working in Mac devices issue has been fixed.
14+
15+
#### Breaking Changes
16+
17+
- Now we have passed new properties(such as Grid instance and current column object) on the filter `itemTemplate` arguments, so we have changed the argument structure from data object to complex object like below.
18+
- {parent: Grid,data: Object, column: column}
19+
520
## 17.3.29 (2019-11-26)
621

722
### Grid

0 commit comments

Comments
 (0)