Skip to content

Commit a676fdb

Browse files
author
pipeline
committed
v20.3.57 is released
1 parent c7d9401 commit a676fdb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+245
-32
lines changed

components/base/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.3.56 (2022-11-08)
5+
## 20.3.49 (2022-10-11)
66

77
### Common
88

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": "19.3.53",
3+
"version": "20.3.56",
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/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.3.57 (2022-11-15)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#293361` - When setting `enabled` value as `false` in Chip component then the disabled chip item get focused issue has been resolved.
12+
513
## 20.3.50 (2022-10-18)
614

715
### Checkbox

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

33
## [Unreleased]
44

5+
## 20.3.57 (2022-11-15)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I415271` - Now technical indicator visible property working properly .
12+
- `#I412377` - Space is not removed when removing the axis has been fixed .
13+
- `#I415516` - Chart height is not proper issue has been fixed .
14+
515
## 20.3.56 (2022-11-08)
616

717
### 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.3.52",
3+
"version": "20.3.56",
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/charts/src/chart/chart.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ export class ChartComponent extends ComponentBase {
203203
return this.ej2Instances.getLocalizedLabel(key);
204204
}
205205

206+
public isSecondaryAxis(axis: Object): boolean {
207+
return this.ej2Instances.isSecondaryAxis(axis);
208+
}
209+
206210
public print(id?: string[] | string | Object): void {
207211
return this.ej2Instances.print(id);
208212
}

components/circulargauge/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.3.56 (2022-11-08)
8+
## 20.3.57 (2022-11-15)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.56 (2022-11-08)
5+
## 20.3.57 (2022-11-15)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I412223` - Now, the connector position is updated properly after resizing overview panel.
12+
- `#I405669` - Now, adding BPMN Text annotation node inside swimlane at runtime is working properly.
13+
- `#I412144` - Now, the segment thumb do not gets rendered while render orthogonal connector as a straight line.
14+
- `#I412144` - Provided the support for orthogonal segment overlap with the source and target node.
15+
16+
## 20.3.50 (2022-10-18)
617

718
### Diagram
819

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.3.49",
3+
"version": "20.3.56",
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",

0 commit comments

Comments
 (0)