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

components/grids/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-grids",
3-
"version": "17.3.28",
3+
"version": "17.3.29",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inplaceeditor/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
### In-place Editor
88

components/inputs/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
### Form Validator
88

components/layouts/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
### Dashboard Layout
88

components/notifications/CHANGELOG.md

Lines changed: 9 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+
### Toast
8+
9+
#### Bug Fixes
10+
11+
`#F149339`, `#256583` - The issue with passing empty string value to cssClass API has been fixed.
12+
513
## 17.3.27 (2019-11-12)
614

715
### Toast
@@ -65,4 +73,4 @@ The toast is a small container, in which user can show a single or multiple info
6573

6674
- **Action Buttons**: Supports to add buttons in the toast for archiving any actions within the toast.
6775

68-
- **Template**: User customized element can be defined for the toast using the template property.
76+
- **Template**: User customized element can be defined for the toast using the template property.

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#251150` – Provided the support to find the interlinked annotations while selecting the annotations.
12+
- `#243077` , `#241487`, `#244802`, `#252340` – Provided the support for setting the annotation UI properties.
13+
- `#254634` – Provided the support to maintain the aspect ratio for custom stamp annotation.
14+
15+
#### Bug Fixes
16+
17+
- `#253751` – Resolved the typo error in annotation exported data.
18+
- `#255345` – Errors will no longer occur while rendering the annotation in the Firefox browser.
19+
- `#255137` – Errors will no longer occur in mobile view mode if we set the Pan interaction mode.
20+
- `#253704` – The form fields are downloaded properly while loading the PDF document in tab control.
21+
- `#253745` – The annotationAdd and annotationPropertiesChange events are triggered properly for the annotations.
22+
- `#252881` – The toolbar settings property is working for mobile device.
23+
- `#255042`, `#255073` – Errors will no longer occur if the session storage exceeds the maximum limit.
24+
- `#254115`, `#254942` – The annotation modified date is preserved properly in different localization.
25+
- `#256044` – The font family and text alignment are rendered properly from the exported FreeText annotation data.
26+
- `#255124` – The text markup annotations are now added properly if the PDF Viewer element ID contains characters.
27+
528
## 17.3.28 (2019-11-19)
629

730
### PDF Viewer

components/pivotview/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
### Pivot Table
88

components/popups/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
### Dialog
88

components/richtexteditor/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
### RichTextEditor
88

components/spreadsheet/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
### Spreadsheet
88

components/treegrid/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
### TreeGrid
88

0 commit comments

Comments
 (0)