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",

components/filemanager/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+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- The issue `file manager throws script error when navigate to the different folder after sorting the path column in details view` has been fixed.
12+
513
## 17.3.17 (2019-10-15)
614

715
### File Manager

components/filemanager/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-filemanager",
3-
"version": "17.3.17",
3+
"version": "17.3.19",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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
### Gantt
88

components/grids/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+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#251660` - Grouping with Virtualization throws script error has been fixed.
12+
513
## 17.3.19 (2019-10-22)
614

715
### 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.17",
3+
"version": "17.3.19",
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/inputs/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+
### NumericTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#251466` - Now, you can set width property in `em` unit.
12+
513
## 17.3.16 (2019-10-09)
614

715
### TextBox

components/inputs/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-inputs",
3-
"version": "17.3.17",
3+
"version": "17.3.19",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/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+
### Splitter
8+
9+
#### Bug Fixes
10+
11+
- '#252410' - Resolved the issue with collapsing panes when set `collapsed` property as true in Splitter.
12+
513
## 17.2.48-beta (2019-08-28)
614

715
### Splitter

components/layouts/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-layouts",
3-
"version": "17.3.9",
3+
"version": "17.3.19",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111

1212
## [Unreleased]
1313

14+
## 17.3.21 (2019-10-30)
15+
16+
### LinearGauge
17+
18+
#### Bug Fixes
19+
20+
- Border for the linear gauge is rendering properly now.
21+
1422
## 17.2.28-beta (2019-06-27)
1523

1624
### LinearGauge

components/lineargauge/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-lineargauge",
3-
"version": "17.3.14",
3+
"version": "17.3.19",
44
"description": "Essential JS 2 LinearGauge Components for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lists/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+
## 17.3.21 (2019-10-30)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with Drag and Drop has been fixed
12+
13+
### ListView
14+
15+
#### Bug Fixes
16+
17+
- #251219 - The content security policy issue has been fixed.
18+
519
## 17.3.16 (2019-10-09)
620

721
### ListView

components/lists/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-lists",
3-
"version": "17.3.16",
3+
"version": "17.3.19",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
## [Unreleased]
1010

11+
## 17.3.21 (2019-10-30)
12+
13+
### Maps
14+
15+
#### New Features
16+
17+
- Improved the marker cluster appearance for duplicate markers.
18+
1119
## 17.3.14 (2019-10-03)
1220

1321
### Maps

components/maps/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-maps",
3-
"version": "17.3.14",
3+
"version": "17.3.19",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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+
### ContextMenu
8+
9+
#### Bug Fixes
10+
11+
- `#F147793` - ContextMenu not closed while scrolling the target element has been resolved.
12+
513
## 17.3.17 (2019-10-15)
614

715
### Tab

components/navigations/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-navigations",
3-
"version": "17.3.17",
3+
"version": "17.3.19",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.21 (2019-10-30)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#252111` - Provided the support for handwritten signature.
12+
- `#251149` – Provided the support for customizing the text search highlight color.
13+
14+
#### Bug Fixes
15+
16+
- `#251864` - The pages in the landscape document will be rendered properly.
17+
- `#250902` - Now, the text Markup annotations are working properly inside the Tab control.
18+
- `#250538` - The ajaxRequestFailed event will be triggered for all the possible ajax error codes.
19+
- `#252269` – The mouse cursor has been updated properly after adding the free text annotation.
20+
- `#251401` - The annotationSelect event will be triggered properly while selecting the annotations.
21+
522
## 17.3.19 (2019-10-22)
623

724
### PDF Viewer

components/pdfviewer/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-pdfviewer",
3-
"version": "17.3.17",
3+
"version": "17.3.19",
44
"description": "Essential JS 2 PDF viewer Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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

77
### Dialog
88

components/querybuilder/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+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- Value not updated properly while changing 'Between' operator.
12+
513
## 17.3.19 (2019-10-22)
614

715
### QueryBuilder

0 commit comments

Comments
 (0)