Skip to content

Commit 7533805

Browse files
author
pipeline
committed
v17.3.21 is released
1 parent 721597d commit 7533805

37 files changed

+187
-22
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.19 (2019-10-22)
5+
## 17.3.21 (2019-10-30)
66

77
### Common
88

components/calendars/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.19 (2019-10-22)
5+
## 17.3.21 (2019-10-30)
66

77
### TimePicker
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.21 (2019-10-30)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- #249556 - Provided smart data label for polar radar chart.
12+
- #249971 - Provided support to trim polar radar axis labels based on available size.
13+
14+
#### Bug Fixes
15+
16+
- #250412 - The axis missing in polar and radar issue is fixed.
17+
- #148064 - Legend color is not working when using point color mapping issue is fixed.
18+
- #252450 - Selection while clicking on marker border issue is fixed.
19+
20+
### Accumulation chart
21+
22+
#### Bug Fixes
23+
24+
- #252357 - 'remove' method is not support in IE 11 issue fixed.
25+
526
## 17.3.19 (2019-10-22)
627

728
### Accumulation chart

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": "17.3.17",
3+
"version": "17.3.19",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 17.3.21 (2019-10-30)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#249091` - The issue with the grid lines that are black in Safari browser for Angular sample has been fixed.
12+
513
## 17.3.19 (2019-10-22)
614

715
### 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.17",
3+
"version": "17.3.19",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 17.3.21 (2019-10-30)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#251576` - Enable repeat row header is now enabled properly in table properties dialog.
12+
- `#250638` - Scroll position is now maintained after inserting columns.
13+
- `#253260` - Script error now resolved when double click on header footer.
14+
- `#252506` - Spell checker performance has been improved.
15+
516
## 17.3.19 (2019-10-22)
617

718
### 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": "17.3.17",
3+
"version": "17.3.19",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
## [Unreleased]
44

5+
## 17.3.21 (2019-10-30)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#251466` - Now, you can set width property in `em` unit.
12+
- `#251650` - Issue with 'filtered list item is not getting focused when set filter type as contains' has been resolved.
13+
- `#251325` - Issue with "once combobox popup open is prevented by setting args.cancel as true in open event then you can't remove the prevent a popup opening using open event" has been resolved.
14+
15+
### DropDownList
16+
17+
#### Bug Fixes
18+
19+
- `#251466` - Now, you can set width property in `em` unit.
20+
21+
### MultiSelect
22+
23+
#### Bug Fixes
24+
25+
- `#251466` - Now, you can set width property in `em` unit.
26+
527
## 17.3.19 (2019-10-22)
628

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

0 commit comments

Comments
 (0)