Skip to content

Commit 9f296ec

Browse files
author
pipeline
committed
v19.3.56 is released
1 parent f24a782 commit 9f296ec

File tree

34 files changed

+149
-23
lines changed

34 files changed

+149
-23
lines changed

components/calendars/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-calendars",
3-
"version": "19.3.53",
3+
"version": "19.3.55",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Chart
88

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.55 (2021-11-23)
8+
## 19.3.56 (2021-12-02)
99

1010
### CircularGauge
1111

components/diagrams/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.56 (2021-12-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F30109` - The issue "Diagram virtualization does not work with BPMN shapes" has been fixed.
12+
- `#348672` - The issue "Swimlane nodes helper position not updated properly" has been fixed.
13+
- `#F170298` - The issue "Template is not updated properly while render multiple diagram in same page" has been fixed.
14+
- `#347603` - The issue "HTML Nodes are not rendered in Overview" has been fixed.
15+
516
## 19.3.55 (2021-11-23)
617

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

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.56 (2021-12-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I343645` - Table grid after width percentage value is now properly exported in server-side.
12+
- `#I341659` - Resolved the list alignment issues.
13+
- `#I347230` - Zero line spacing value is now properly exported in server-side.
14+
- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
15+
- `#I344830` - Resolved in exception in opening and saving document with calculation form field.
16+
- `#I345582`, `#I341985` - Document with tab width is now rendered properly.
17+
- `#I346985` - Line height issue is now properly updated for tab character with greater size than rest of the elements in the line.
18+
- `#FB29648` - Table rows/columns in header and footer are now resized properly.
19+
- `#I349115` - Resolved the `goToPage` API scrolling behaviour issue.
20+
- `#I348516` - Table/Cell background color serialized properly in copy/paste.
21+
- `#I341891` - Resolved the hanging issue in editing the footnote content.
22+
- `#I344790` - Resolved footnote overlapping issue when editing a table.
23+
524
## 19.3.55 (2021-11-23)
625

726
### 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.54",
3+
"version": "19.3.55",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.3.56 (2021-12-02)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
18+
519
## 19.3.55 (2021-11-23)
620

721
### AutoComplete

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

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.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### File Manager
88

0 commit comments

Comments
 (0)