Skip to content

Commit 66ca02a

Browse files
author
pipeline
committed
v20.4.50 is released
1 parent bc487ce commit 66ca02a

File tree

34 files changed

+145
-409
lines changed

34 files changed

+145
-409
lines changed

components/buttons/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.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

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.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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 10 additions & 1 deletion
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

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": "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

Lines changed: 12 additions & 0 deletions
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

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.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

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.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

Lines changed: 8 additions & 0 deletions
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

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.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",

0 commit comments

Comments
 (0)