Skip to content

Commit 63e2524

Browse files
author
pipeline
committed
v19.3.48 is released
1 parent 193cdd9 commit 63e2524

File tree

41 files changed

+365
-31
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+365
-31
lines changed

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-
## 19.3.47 (2021-10-26)
5+
## 19.3.46 (2021-10-19)
66

77
### TimePicker
88

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.44",
3+
"version": "19.3.46",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.3.47 (2021-10-26)
5+
## 19.3.48 (2021-11-02)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I346066` - Pie chart datalabels are now rendering properly while disabling the legend dynamically.
12+
13+
## 19.3.46 (2021-10-19)
614

715
### Chart
816

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.45",
3+
"version": "19.3.46",
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.47 (2021-10-26)
8+
## 19.3.46 (2021-10-19)
99

1010
### CircularGauge
1111

components/circulargauge/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-circulargauge",
3-
"version": "19.3.44",
3+
"version": "19.3.46",
44
"description": "Essential JS 2 CircularGauge Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22

33
## [Unreleased]
44

5+
## 19.3.48 (2021-11-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
12+
- `#F169922` - The issue "Need to provide support to set assistants based on datasource field in organizational chart" has been fixed.
13+
- `#I345570` - The issue "Nodes doesn't gets arranged in zindex order after grouping it" has been fixed.
14+
515
## 19.3.47 (2021-10-26)
616

717
### Diagram
818

919
#### Bug Fixes
1020

1121
- `#I342681` - The issue "BPMN Task shape becomes square shape when printing the diagram" has been fixed.
12-
- `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
1322

1423
## 19.3.46 (2021-10-19)
1524

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.46",
3+
"version": "19.3.47",
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 19.3.48 (2021-11-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I340276` - Resolved issue with entering custom date time value in form field.
12+
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
13+
- `#I343106` - Resolved the table border rendering issue.
14+
515
## 19.3.47 (2021-10-26)
616

717
### Document Editor
@@ -57,6 +67,19 @@
5767

5868
#### Bug Fixes
5969

70+
- `#I339602` – Track changes is now updated properly in header and footer.
71+
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
72+
- `#I339714` – Footnote order is now updated properly.
73+
- `#I339973` - Table serialization issue in word export is resolved.
74+
- `#I340795` – Issue with copying field is resolved.
75+
- `#I339872` – Page number is footer is now updated properly.
76+
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
77+
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
78+
- `#I340532` – Html elements are now properly disposed.
79+
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component
80+
- `#I340643`, `#I341375` – Resolved the history issue in comment operations
81+
- `#I341840` – Resolved the table rendering issue.
82+
6083
- `#I339602` – Track changes is now updated properly in header and footer.
6184
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
6285
- `#I339714` – Footnote order is now updated properly.

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.46",
3+
"version": "19.3.47",
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",

0 commit comments

Comments
 (0)