Skip to content

Commit 691eaa1

Browse files
author
pipeline
committed
v21.2.4 is released
1 parent e363f59 commit 691eaa1

File tree

33 files changed

+173
-21
lines changed

33 files changed

+173
-21
lines changed

components/buttons/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-
## 21.2.3 (2023-05-03)
5+
## 21.2.4 (2023-05-09)
66

77
### Switch
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": "21.1.41",
3+
"version": "21.2.3",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 21.2.4 (2023-05-09)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I457088` - Fixed the console error thrown on clicking on the legend.
12+
- `#I459170` - Now the accumulation data label is visible when using a template.
13+
514
## 21.2.3 (2023-05-03)
615

716
### 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": "21.1.41",
3+
"version": "21.2.3",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 21.2.4 (2023-05-09)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I456288` - Now, scroller updated properly when we move nodes outside viewport.
12+
- `#I458205` - Now, bezier connector annotation alignment is working properly.
13+
- `#I456037` - Now, while hovering the port with single select and ZoomPan constraints drawing tool enabled.
14+
515
## 21.2.3 (2023-05-03)
616

717
### Diagram

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": "21.1.39",
3+
"version": "21.2.3",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 21.2.4 (2023-05-09)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I451421` - Resolved the issue with list indentation.
12+
- `#I450834` - Resolved the Script issue while opening SFDT.
13+
- `#I452243` - Resolved the issue with modifying the style in existing styles.
14+
- `#I449324` - Resolved the issue occurred while exporting the document in the .docx format.
15+
516
## 21.2.3 (2023-05-03)
617

718
### 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": "21.1.41",
3+
"version": "21.2.3",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.4 (2023-05-09)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I453746` - Issue with "Selected items not focusing properly in listbox while using selectItems method" has been resolved.
12+
- `#I461307` - Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
13+
514
## 21.2.3 (2023-05-03)
615

716
### ListBox

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.2.4 (2023-05-09)
6+
7+
### Gantt Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
12+
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
13+
- `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
14+
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
15+
- `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
16+
517
## 21.2.3 (2023-05-03)
618

719
### Gantt Chart
820

921
#### Bug Fixes
1022

1123
- `#I441205` - Two spinner appears while performing action issue has been fixed.
12-
- -`#I451257`- No proper template for manual milestone parent.
24+
- `#I451257` - No proper template for manual milestone parent.
1325
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
1426

1527
## 21.1.41 (2023-04-18)

0 commit comments

Comments
 (0)