Skip to content

Commit 66ca02a

Browse files
author
pipeline
committedFeb 14, 2023
v20.4.50 is released
1 parent bc487ce commit 66ca02a

34 files changed

+145
-409
lines changed
 

‎components/buttons/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- `#F40707` - Value change event triggered twice in Radio Button component has been fixed.
12+
513
## 20.4.49 (2023-02-07)
614

715
### Switch

‎components/buttons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-buttons",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.4.49 (2023-02-07)
5+
## 20.4.50 (2023-02-14)
66

77
### Chart
88

‎components/diagrams/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22

33
## [Unreleased]
44

5-
## 20.4.49 (2023-02-07)
5+
## 20.4.50 (2023-02-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I432667` - Now, overview updated properly while doing interactions after zoom out.
12+
- `#I433980` - Now, the nodes selections are proper for nodes with large annotations.
13+
14+
## 20.4.48 (2023-02-01)
615

716
### Diagram
817

‎components/diagrams/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-diagrams",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
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

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I426407` - Resolved the issue with application-level CSS inherited to the content during copy and paste operation.
12+
- `#I430244` - Resolved the issue when cursor position is at second line start and press backspace key.
13+
- `#I428246` - Resolved the footnote overlapping and row interchanging issue while resizing the table.
14+
- `#I433138` - Resolved the undo issue when find and replace the text.
15+
- `#I433139` - Resolved the typed letters are appearing twice issue.
16+
517
## 20.4.49 (2023-02-07)
618

719
### Document Editor

‎components/documenteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-documenteditor",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-dropdowns",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/gantt/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
12+
513
## 20.4.49 (2023-02-07)
614

715
### Gantt

‎components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

‎components/grids/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I434411` - Filter menu dialog is not opening on foreign key column when it has filter template issue has been fixed.
12+
- `#I428195` - Two times dialog word repeated in column chooser when using JAWS screen reader issue was fixed.
13+
- `#I430467` - Script error is thrown when show/hide column in Infinite Scrolling Grid with cache mode issue has been fixed.
14+
- `#I431446` - Editing on `ForeignKeyColumn` is not working in frozen grid when `allowEditOnDblClick` is false issue has been fixed.
15+
- `#I435267` - Grid navigation with TAB not working when focus Grid with Alt + J issue has been fixed.
16+
- `#I434619` - Issue with Scrolling in column `virtualization` grid with empty data has been fixed.
17+
- `#I434806` - Misalignment in Grid column when using Text wrap feature with Hierarchy Grid issue has been fixed.
18+
- `#F180026` - New page added, after adding a new row when page size set to 'ALL' issue has been resolved.
19+
- `#F179988` - Dynamic Freeze Column throws script error in batch editing issue has been resolved.
20+
521
## 20.4.49 (2023-02-07)
622

723
### Grid

‎components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
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/imageeditor/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- Issue with "Script error thrown while resizing control without toolbar" has been resolved.
12+
- Issue with "Script error thrown while cancelling freehand drawing" has been resolved.
1213

1314
## 20.4.40 (2022-12-28)
1415

‎components/imageeditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-image-editor",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 ImageEditor for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)