Skip to content

Commit db0c321

Browse files
author
pipeline
committed
v20.2.40 is released
1 parent 7180d8f commit db0c321

File tree

32 files changed

+163
-24
lines changed

32 files changed

+163
-24
lines changed

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

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I391172` - Browser clashes while performing pinch zooming has been fixed.
12+
- `#I383951` - Chart zooming is not working after zoom reset in mobile mode has been fixed.
13+
- `#I392310` - Console error When performing range selection in hidden series has been fixed.
14+
515
## 20.2.38 (2022-07-12)
616

717
### Chart

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.2.38",
3+
"version": "20.2.39",
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/diagrams/src/diagram/diagram.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ export class DiagramComponent extends ComponentBase {
375375
return this.ej2Instances.nudge(direction, x, y);
376376
}
377377

378-
public pan(horizontalOffset: number, verticalOffset: number, focusedPoint?: Object): void {
379-
return this.ej2Instances.pan(horizontalOffset, verticalOffset, focusedPoint);
378+
public pan(horizontalOffset: number, verticalOffset: number, focusedPoint?: Object, isInteractiveZoomPan?: boolean): void {
379+
return this.ej2Instances.pan(horizontalOffset, verticalOffset, focusedPoint, isInteractiveZoomPan);
380380
}
381381

382382
public paste(obj?: undefined[]): void {

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I392289`, `#I392289` - Resolved issue in adding custom context menu item.
12+
- `#I391927` - Resolved issue in `stopProtection` API.
13+
- `#I381509`, `#I376243`, `#I383105`, `#I378540`, `#I379501` - Resolved document layouting issue due to footnote element.
14+
- `#I389862` - Resoled issued in accepting revision inside the table.
15+
- `#I383928` - The cell background color is now rendered properly.
16+
- `#I381259` - Resolved the script error while switching between print and web layout.
17+
- `#I379297` - Resolved the issue with the header footer while pasting content.
18+
- `#I380334` - Resolved table layouting issue.
19+
- `#I376898` - Resolved issue with pasting table inside another table.
20+
- `#I383930` - Resolved the table collapse issue while inserting a column in the merged cell.
21+
- `#I383369` - Improved performance of replacing more than 10000 occurrences of a text.
22+
- `#I381261` - Next editing range is now navigated properly.
23+
524
## 20.2.39 (2022-07-19)
625

726
### 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.2.38",
3+
"version": "20.2.39",
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: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,27 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#F175828` - Now, `customSelection` event is trigger when we render the component with `itemTemplate` and `allowFiltering`.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#I386175` - The issue with "Filtering is not working properly in Dropdown Tree component" has been resolved.
18+
519
## 20.2.39 (2022-07-19)
620

721
### ListBox
822

923
#### Bug Fixes
1024

11-
- `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
25+
- `#I386103` - Issue with "Datasource not update properly after clearing the filtering in the dual listbox" has been resolved.
1226

1327
## 20.2.36 (2022-06-30)
1428

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

components/filemanager/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-filemanager",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 FileManager Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
#### Bug Fixes
1010

11+
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
12+
- `#I376455` - Unable to focus on chart element when editing is not enabled has been fixed.
13+
1114
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
1215

1316
## 20.2.38 (2022-07-12)

0 commit comments

Comments
 (0)