Skip to content

Commit 52bf7c0

Browse files
author
pipeline
committed
v20.2.48 is released
1 parent 7aaff0e commit 52bf7c0

File tree

30 files changed

+1020
-46
lines changed

30 files changed

+1020
-46
lines changed

components/buttons/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-buttons",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I400391` - X axis start label is now shifted when y axis is in opposed position.
12+
- `#I400062` - Now the axis lines are displayed properly after the scrollbar.
13+
14+
### Bullet Chart
15+
16+
#### Bug Fixes
17+
18+
- `#I400762` - Bullet Chart target height is now render properly.
19+
- `#I400763` - Bullet chart axis labels are now center aligned, when changing value height.
20+
521
## 20.2.46 (2022-08-30)
622

723
### 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.45",
3+
"version": "20.2.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/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I401666`, `#I401858` - Resolved the issue with selecting bookmark.
12+
- `#I396827` - Resolved the through wrapping style preservation issue.
13+
- `#I397297` - Resolved the table alignment issue.
14+
- `#I398051` - Resolved the invalid text rendering issue.
15+
- `#I397670` - Resolved the browser hanging issue while changing the line spacing continuously.
16+
- `#I390697` - Shape is now preserved properly on undo/redo.
17+
18+
- `#I390678` - Resolved the issue with rendering complex text.
19+
- `#I393953` - Resolved the issue with pasting contents while switching paste options.
20+
- `#I396125` - `AfterFormFieldFill` event is now triggered properly.
21+
- `#I395575` - Resolved the issue with rendering cell right border.
22+
- `#I390700` - Resolved the text overlapping issue with square wrapped image.
23+
- `#I394115` - Resolved the table resizing issue.
24+
- `#I379655` - Resolved the issue with rejecting empty paragraph.
25+
526
## 20.2.46 (2022-08-30)
627

728
### Document Editor
829

930
#### Bug Fixes
1031

32+
- `#I390678` - Resolved the issue with rendering complex text.
33+
- `#I393953` - Resolved the issue with pasting contents while switching paste options.
34+
- `#I396125` - `AfterFormFieldFill` event is now triggered properly.
35+
- `#I395575` - Resolved the issue with rendering cell right border.
36+
- `#I390700` - Resolved the text overlapping issue with square wrapped image.
37+
- `#I394115` - Resolved the table resizing issue.
38+
- `#I379655` - Resolved the issue with rejecting empty paragraph.
39+
1140
- `#I390678` - Resolved the issue with rendering complex text.
1241
- `#I393953` - Resolved the issue with pasting contents while switching paste options.
1342
- `#I396125` - `AfterFormFieldFill` event is now triggered 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": "20.2.45",
3+
"version": "20.2.46",
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.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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-gantt",
3-
"version": "20.2.45",
3+
"version": "20.2.46",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I398466` - Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.
12+
- `#I396595`, `#I396424` - Group Caption template becomes empty in previous page while doing `infiniteScrolling` has been fixed.
13+
- `#F176349` - Key press in grid with toolbar template throws script errors has been fixed.
14+
- `#I397834` - `queryString` as complex field is not working in Hierarchy Grid has been fixed.
15+
- `#I397934` - Date filter issue with Russian Language has been fixed.
16+
17+
## 20.2.46 (2022-08-30)
18+
19+
### Grid
20+
21+
#### Bug Fixes
22+
23+
- `#I394999` - Autofit columns are now working fine with hierarchy grid.
24+
- `#I372528` - Clear filtering is now working fine with column menu.
25+
- `#I392728` - Persist Selection issue with primary key column as complex field has been fixed.
26+
- `#I396789` - Provided place holder for pagination page size dropdown component.
27+
- `#I394229` - `setRowData` method issue with Frozen Grid has been fixed.
28+
- `#I394623` - `rowReorders` method issue with checkbox selection issue has been fixed.
29+
530
## 20.2.45 (2022-08-23)
631

732
### 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.45",
3+
"version": "20.2.46",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.48 (2022-09-06)
6+
7+
### Heatmap
8+
9+
#### Bug Fixes
10+
11+
- `#I389024` - The `textAlignment` property in the `textStyle` of `xAxis` and `yAxis` will now work properly.
12+
513
## 18.4.30 (2020-12-17)
614

715
### Heatmap

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+
## 20.2.48 (2022-09-06)
6+
7+
### TextBox
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Change event is triggered without changing the value when we focusout the component" has been resolved.
12+
513
## 19.4.38 (2021-12-17)
614

715
### Signature

0 commit comments

Comments
 (0)