Skip to content

Commit db0c321

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

32 files changed

+163
-24
lines changed

components/calendars/package.json

+1-1
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

+10
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

+1-1
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

+2-2
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

+19
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

+1-1
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

+15-1
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

+1-1
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

+1-1
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

+3
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)

components/gantt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-gantt",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Grid
8+
9+
#### Breaking Changes
10+
11+
- The Expand and Collapse icon element change from div to anchor tag due to improvement in web accessibility.
12+
- `WAI-ARIA` `aria-rowindex` validation error has been resolved. Now the `aria-rowindex` and `aria-colindex` starting from 1.
13+
514
## 20.2.39 (2022-07-19)
615

716
### Grid

components/grids/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-grids",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.2.39 (2022-07-19)
5+
## 20.2.38 (2022-07-12)
66

77
### Kanban
88

components/kanban/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-kanban",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/layouts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-layouts",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "A package of Essential JS 2 layout pure CSS components such as card and avatar. The card is used as small container to show content in specific structure, whereas the avatars are icons, initials or figures representing particular person. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## [Unreleased]
1616

17-
## 20.2.39 (2022-07-19)
17+
## 20.2.40 (2022-07-26)
1818

1919
### Maps
2020

components/navigations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-navigations",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#SF-389566` - Now, Script Error is not occurs while try to change Pdf view to text view in sample.
12+
- `#SF-376222` - Now, Annotation selector binds while dragging with right click and then clicking left click.
13+
- `#SF-382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
14+
- `SF-387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
15+
- `#SF-380373` - Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.
16+
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
17+
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
18+
19+
- `#SF-382568` - Now text boxes with the same name are saved and preserved after downloading and loading the document.
20+
- `SF-387261` - The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.
21+
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
22+
523
## 20.2.39 (2022-07-19)
624

725
### PDF Viewer

components/pdfviewer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pdfviewer",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-pivotview",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Dialog
8+
9+
#### Bug Fixes
10+
11+
- `#I393351` - Now, the drag action for the dialog content area is prevented.
12+
513
## 20.2.39 (2022-07-19)
614

715
### Dialog

components/popups/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-popups",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I375472` Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.
12+
- `#I388333` Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
13+
514
## 20.2.36 (2022-06-30)
615

716
### QueryBuilder

components/richtexteditor/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I380086` - Now, resizing the table's first and last columns when the Rich Text Editor is rendered inside the Grid component works properly.
12+
- `#I391326` - Now, the Font-family value property is case-Insensitive in the Rich Text Editor.
13+
514
## 20.2.39 (2022-07-19)
615

716
### RichTextEditor
817

918
#### Bug Fixes
1019

1120
- `#I388456` - Now, when an empty span tag is loaded in the Rich Text Editor, the text displays properly.
12-
- `#I388270` - Now, Script error is not thrown when we click background color toolbar of the RTE, which is rendered inside a table.
21+
- `#I386938` - Now, the Image resize in the Rich Text Editor works properly.
22+
- `#I386940` - Now, clicking `ctrl+B` continuously in list element works properly.
1323

1424
## 20.2.38 (2022-07-12)
1525

components/richtexteditor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-richtexteditor",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 20.2.39 (2022-07-19)
5+
## 20.2.40 (2022-07-26)
6+
7+
### Schedule
8+
9+
#### Bug fixes
10+
11+
- `#I392060` - An issue with Appointments start and end time were changed on schedule property change has been fixed.
12+
13+
## 20.2.38 (2022-07-12)
614

715
### Schedule
816

components/schedule/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-schedule",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/spreadsheet/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.2.40 (2022-07-26)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I387270` - Issue with "exception throws while importing the excel that contain special character in the sheet name" has been resolved.
12+
- `#I392225` - Issue with "exception throws while applying large formula in the sheet" has been resolved.
13+
- `#I391983` - Issue with "custom sorting for multiple columns is not applied properly" has been resolved.
14+
- `#I345383` - Issue with "unwanted commas added in the exported sheet" has been resolved.
15+
- `#I391962` - Issue with "sort order is not getting properly while sorting the column" has been resolved.
16+
- `#I391982` - Issue with "sorting the time column without considering AM / PM" has been resolved.
17+
- `#I390848` - Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
18+
519
## 20.2.39 (2022-07-19)
620

721
### Spreadsheet

components/spreadsheet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-spreadsheet",
3-
"version": "20.2.38",
3+
"version": "20.2.39",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)