Skip to content

Commit 8246679

Browse files
author
pipeline
committed
v20.4.51 is released
1 parent 66ca02a commit 8246679

38 files changed

+850
-52
lines changed

components/base/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.51 (2023-02-21)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I431571` - The issue with "Vue 3 components are not destroyed while routing" has been resolved.
12+
513
## 20.4.38 (2022-12-21)
614

715
### Common

components/base/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-base",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/src/component-base.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,18 @@ import Vue from 'vue';
182182
}
183183

184184
public beforeDestroy(): void {
185-
let tempBeforeDestroyThis: any = this;
186-
tempBeforeDestroyThis.ej2Instances.destroy();
187-
(tempBeforeDestroyThis.$el as any).style.visibility = 'hidden';
188-
tempBeforeDestroyThis = null;
185+
this.destroyComponent();
186+
}
187+
188+
public beforeUnmount(): void {
189+
this.destroyComponent();
190+
}
191+
192+
public destroyComponent(): void {
193+
let tempBeforeDestroyThis: any = this;
194+
tempBeforeDestroyThis.ej2Instances.destroy();
195+
(tempBeforeDestroyThis.$el as any).style.visibility = 'hidden';
196+
tempBeforeDestroyThis = null;
189197
}
190198

191199
public bindProperties(): void {

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.49",
3+
"version": "20.4.50",
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/calendars/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.51 (2023-02-21)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F180084` - The issue "Unable to select the same date again in the DatePicker component" has been resolved.
12+
513
## 20.4.48 (2023-02-01)
614

715
- `#I426149` - The issue "show method target parameter not works as expected" has been resolved.

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.50 (2023-02-14)
5+
## 20.4.51 (2023-02-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F180050` - Tooltip text and markers are now properly aligned when text is removed from the tooltip.
12+
- `#I401851` - The issue of axis title and axis label overlap has been fixed.
13+
- `#I436272` - Disabled the marker explode for marker image.
14+
- `#I429808` - The axis labels getting cut off when rotating the labels has been fixed.
15+
- `#I437507` - `PointDoubleClick` event is not triggered in chart issue has been fixed.
16+
17+
## 20.4.49 (2023-02-07)
618

719
### Chart
820

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.4.48",
3+
"version": "20.4.49",
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/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.48",
3+
"version": "20.4.50",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.4.51 (2023-02-21)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I434382` - Resolved script error thrown while clicking the New button after loading protected document.
12+
- `#I436256` - Accept All/ Reject All is now disappear in Read only.
13+
514
## 20.4.50 (2023-02-14)
615

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

0 commit comments

Comments
 (0)