Skip to content

Commit ec99c65

Browse files
author
pipeline
committed
v20.1.51 is released
1 parent 953c8be commit ec99c65

File tree

24 files changed

+152
-11
lines changed

24 files changed

+152
-11
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.1.51 (2022-04-26)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `#I334904`, `#I347008` - The issue with "Script error in Vite + Vue application" has been resolved.
12+
513
## 20.1.48 (2022-04-12)
614

715
### Common

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-
## 20.1.50 (2022-04-19)
5+
## 20.1.51 (2022-04-26)
66

77
### Radio Button
88

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.1.48",
3+
"version": "20.1.50",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.1.51 (2022-04-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I375103` - Now, Port visibility will work properly on mouse hover in Canvas mode.
12+
513
## 20.1.48 (2022-04-12)
614

715
### Diagram

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.51 (2022-04-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I361566`, `#I372584` - Resolved the wrapping style issue in header/footer.
12+
- `#I373016` - Resolved the script error in accepting the revision inside the table.
13+
- `#I370714` - Resolved the character format updating issue.
14+
- `#I364803` - Resolved the track changes to empty page.
15+
- `#I356022` - Resolved the wrong comma placing in Hebrew language.
16+
- `#I368816` - Resolved the pie chart rendering and exporting issue.
17+
518
## 20.1.50 (2022-04-19)
619

720
### 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.1.48",
3+
"version": "20.1.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/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.1.51 (2022-04-26)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `I374083` - Issue with "Filtering did not work in the datasource empty list" has been resolved.
12+
513
## 20.1.50 (2022-04-19)
614

715
### ListBox

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

components/gantt/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+
## 20.1.51 (2022-04-26)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
12+
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
13+
- `#374212, #372614` - Timeline is not rendered properly when using hour format in `DST` issue has been fixed.
14+
- `#367794` - Cell editing issue in internet explorer has been fixed.
15+
516
## 20.1.50 (2022-04-19)
617

718
### Gantt

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

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.51 (2022-04-26)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I367001` - Script error thrown when adding rows with template has been fixed.
12+
- `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
13+
- `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
14+
- `#I367596` - Default filter value is not displayed when no records match the filer is fixed.
15+
- `#I370329,#I373234` - Command column not working properly for default action is fixed.
16+
- `#I372528` - The custom component in the filter bar template throws a script error when it is focused is fixed.
17+
518
## 20.1.48 (2022-04-12)
619

720
### Grid

components/lineargauge/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 20.1.50 (2022-04-19)
17+
## 20.1.51 (2022-04-26)
1818

1919
### LinearGauge
2020

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 20.1.50 (2022-04-19)
17+
## 20.1.51 (2022-04-26)
1818

1919
### Maps
2020

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.51 (2022-04-26)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I371505` - The issue with "The TreeView checked node state doesn't update properly for nested levels when loadOnDemand is enabled" has been resolved.
12+
13+
### Tab
14+
15+
#### Bug Fixes
16+
17+
- `#F174269` - Tab throws script error while adding items with `headerTemplate` has been fixed.
18+
519
## 20.1.48 (2022-04-12)
620

721
### Menu

components/pdfviewer/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.1.51 (2022-04-26)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#SF-369554`- The form fields are now added horizontally to the page, even for rotated documents.
12+
- `#SF-369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
13+
- `#SF-371560`- Form fields in a rotated document will be rendered according to the field rotation.
14+
515
## 20.1.50 (2022-04-19)
616

717
### PDF Viewer

components/pdfviewer/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-pdfviewer",
3-
"version": "20.1.47",
3+
"version": "20.1.50",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/querybuilder/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.1.51 (2022-04-26)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `I368359` - Issue with Validate Fields is not properly working for the rule template in query builder has been fixed.
12+
- `I374364` - Issue with Query builder rule shows field value instead of label value, while we set fieldMode as dropdowntree has been fixed.
13+
514
## 20.1.48 (2022-04-12)
615

716
### QueryBuilder

components/richtexteditor/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+
## 20.1.51 (2022-04-26)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I373527` - Now, the font name is updated properly when using the custom font names in the Rich Text Editor.
12+
- `#I373953` - Now, inserting the table after the list element with the image doesn't remove the image from the list.
13+
- `#I372489` - Now, resizing the images with equal height and width works properly.
14+
- `#F173394` - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.
15+
516
## 20.1.50 (2022-04-19)
617

718
### RichTextEditor

components/richtexteditor/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-richtexteditor",
3-
"version": "20.1.48",
3+
"version": "20.1.50",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/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.1.50 (2022-04-19)
5+
## 20.1.51 (2022-04-26)
66

77
### Schedule
88

components/spreadsheet/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.51 (2022-04-26)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I366807` - Clear all does not remove data validation when it applied on whole column issue has been fixed.
12+
- `#I372777` - Hidden rows are visible in saved excel file issue resolved.
13+
- `#I368023` - Issue with UNIQUE formula while performing clipboard (copy/ paste) action is fixed.
14+
- `#I374129` - Shift selection causes the selection to move away from the spreadsheet table issue has been resolved.
15+
- `#I371703` - Filtering causes selection misalignment and script error issue with freeze pane which was applied in scrolled content has been resolved.
16+
- `#I374628` - Pasting empty cell along with formula cell within the same range, empty cell is pasted with wrong value issue has been fixed.
17+
- `#I374069` - When we copy uneven row data from an external source, the paste is not working properly issue is resolved.
18+
- `#I375840` - Border not applied properly when using locale text issue is resolved.
19+
- `#I370989` - Data not pasted proper value in formula contained cells is fixed.
20+
521
## 20.1.50 (2022-04-19)
622

723
### Spreadsheet

components/spreadsheet/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-spreadsheet",
3-
"version": "20.1.48",
3+
"version": "20.1.50",
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",

components/treegrid/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.51 (2022-04-26)
6+
7+
### Tree Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I372618` - Resolved searching after scroll shows no records to display in case of Virtualization enabled.
12+
13+
#### New Features
14+
15+
- `#I367483` - Improved the usability of the Indent/Outdent feature.
16+
517
## 20.1.48 (2022-04-12)
618

719
### Tree Grid

components/treegrid/src/treegrid/treegrid.component.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,18 @@ export class TreeGridComponent extends ComponentBase {
458458
return this.ej2Instances.hideSpinner();
459459
}
460460

461+
public indent(record?: Object): void {
462+
return this.ej2Instances.indent(record);
463+
}
464+
461465
public openColumnChooser(x?: number, y?: number): void {
462466
return this.ej2Instances.openColumnChooser(x, y);
463467
}
464468

469+
public outdent(record?: Object): void {
470+
return this.ej2Instances.outdent(record);
471+
}
472+
465473
public paste(data: string, rowIndex: number, colIndex: number): void {
466474
return this.ej2Instances.paste(data, rowIndex, colIndex);
467475
}

0 commit comments

Comments
 (0)