Skip to content

Commit c520e3c

Browse files
author
pipeline
committed
v19.3.54 is released
1 parent eaf5c20 commit c520e3c

File tree

32 files changed

+125
-26
lines changed

32 files changed

+125
-26
lines changed

components/charts/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+
## 19.3.54 (2021-11-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I346999` - Data label connector line is now working properly for value zero.
12+
- `#I347279` - Marker color is now working properly for `MulticoloredLine` series type.
13+
514
## 19.3.53 (2021-11-12)
615

716
### 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-vue-charts",
3-
"version": "19.3.48",
3+
"version": "19.3.53",
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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.3.53 (2021-11-12)
8+
## 19.3.54 (2021-11-17)
99

1010
### CircularGauge
1111

components/diagrams/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-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Diagram
88

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+
## 19.3.54 (2021-11-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `I344713`- Resolved table header row rendering issue.
12+
- `I341963` - Resolved the table rendering issue.
13+
- `I344704` - Resolved the empty paragraph tracking issue.
14+
- `I344351` - Line height is now calculated property when space character has larger font size the paragraph mark.
15+
516
## 19.3.53 (2021-11-12)
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-vue-documenteditor",
3-
"version": "19.3.48",
3+
"version": "19.3.53",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/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-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Dropdown Tree
88

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-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### File Manager
88

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-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
66

77
### Gantt
88

components/grids/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22

33
## [Unreleased]
44

5-
## 19.3.53 (2021-11-12)
5+
## 19.3.54 (2021-11-17)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I346575` - Command button click event argument type not returned properly is fixed.
12+
- `#I347290` - Persist selection is not working properly when enable selection dynamically is fixed.
13+
- `#I344276` - `HTMLtag` is not disable properly in tooltip has been fixed.
14+
- `#I346882` - Throws script error while enabling with `filterbarTemplate` with `ShowFilterBarOperator` is fixed.
15+
- `#F170007` - Autofit issue while render empty records has been fixed.
16+
- `#I345285` - Footer aggregate is not aligned properly has been fixed.
17+
18+
#### New Features
19+
20+
- `#I338539` - Provided the tag helper support for single level stacked header in Angular Grid.
21+
22+
## 19.3.48 (2021-11-02)
623

724
### Grid
825

0 commit comments

Comments
 (0)