Skip to content

Commit c8dbd52

Browse files
author
pipeline
committed
v20.2.49 is released
1 parent 52bf7c0 commit c8dbd52

File tree

26 files changed

+110
-15
lines changed

26 files changed

+110
-15
lines changed

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.49 (2022-09-13)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I398960` - Now chart axis scrollbar is working properly.
12+
- `#I399859` - Pie chart subtitle is overlapped with datalabel issue has been fixed.
13+
14+
### Stock Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I401042` - Now label stlye is applying properly for stock chart axis labels.
19+
520
## 20.2.48 (2022-09-06)
621

722
### 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": "20.2.46",
3+
"version": "20.2.48",
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/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+
## 20.2.49 (2022-09-13)
6+
7+
### Diagram
8+
9+
#### Bug fixes
10+
11+
- `#I399417` - Now, fit to page is working properly when we call it multiple times.
12+
513
## 20.2.45 (2022-08-23)
614

715
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.49 (2022-09-13)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB37084` - Header/Footer is now preserved properly.
12+
- `#I398135`,`#I398144` - Resolved the text color changing issue while copying the text.
13+
- `#I398152` - Resolved the count mismatch issue in track changes pane.
14+
- `#FB36978` - Resolved the scrolling issue while copying text on Firefox browser.
15+
- `#I404428` - Resolved the script error on find and replace.
16+
517
## 20.2.48 (2022-09-06)
618

719
### 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": "20.2.46",
3+
"version": "20.2.48",
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/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": "20.2.46",
3+
"version": "20.2.48",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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+
## 20.2.49 (2022-09-13)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I403222` - Console error occurs in resource view with enabled persistence issue has been fixed.
12+
513
## 20.2.46 (2022-08-30)
614

715
### Gantt

components/grids/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+
## 20.2.49 (2022-09-13)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F176791` - Excel filter template in Complex field column throws script error has been resolved.
12+
- `#I401116` - Grid Toolbar is not scrollable when updating the items dynamically has been fixed.
13+
- `#I400345` - Script error while batch adding if the primary key column is hidden and other columns are templates has been fixed.
14+
- `#I400351` - No validation when confirming new grid row has been fixed.
15+
516
## 20.2.48 (2022-09-06)
617

718
### 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-vue-grids",
3-
"version": "20.2.46",
3+
"version": "20.2.48",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/heatmap/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-
## 20.2.48 (2022-09-06)
5+
## 20.2.49 (2022-09-13)
66

77
### Heatmap
88

0 commit comments

Comments
 (0)