Skip to content

Commit 9f296ec

Browse files
author
pipeline
committed
v19.3.56 is released
1 parent f24a782 commit 9f296ec

File tree

34 files changed

+149
-23
lines changed

34 files changed

+149
-23
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": "19.3.53",
3+
"version": "19.3.55",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Chart
88

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-
## 19.3.55 (2021-11-23)
8+
## 19.3.56 (2021-12-02)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 19.3.56 (2021-12-02)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#F30109` - The issue "Diagram virtualization does not work with BPMN shapes" has been fixed.
12+
- `#348672` - The issue "Swimlane nodes helper position not updated properly" has been fixed.
13+
- `#F170298` - The issue "Template is not updated properly while render multiple diagram in same page" has been fixed.
14+
- `#347603` - The issue "HTML Nodes are not rendered in Overview" has been fixed.
15+
516
## 19.3.55 (2021-11-23)
617

718
### Diagram

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": "19.3.53",
3+
"version": "19.3.55",
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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## 19.3.56 (2021-12-02)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I343645` - Table grid after width percentage value is now properly exported in server-side.
12+
- `#I341659` - Resolved the list alignment issues.
13+
- `#I347230` - Zero line spacing value is now properly exported in server-side.
14+
- `#I346468` - Resolved the document corruption issue due to z-order in server-side exporting.
15+
- `#I344830` - Resolved in exception in opening and saving document with calculation form field.
16+
- `#I345582`, `#I341985` - Document with tab width is now rendered properly.
17+
- `#I346985` - Line height issue is now properly updated for tab character with greater size than rest of the elements in the line.
18+
- `#FB29648` - Table rows/columns in header and footer are now resized properly.
19+
- `#I349115` - Resolved the `goToPage` API scrolling behaviour issue.
20+
- `#I348516` - Table/Cell background color serialized properly in copy/paste.
21+
- `#I341891` - Resolved the hanging issue in editing the footnote content.
22+
- `#I344790` - Resolved footnote overlapping issue when editing a table.
23+
524
## 19.3.55 (2021-11-23)
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": "19.3.54",
3+
"version": "19.3.55",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.3.56 (2021-12-02)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I343860` - Issue with "list items are not read by the NVDA screen reader" has been resolved.
12+
13+
### Dropdown Tree
14+
15+
#### Bug Fixes
16+
17+
- `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
18+
519
## 19.3.55 (2021-11-23)
620

721
### AutoComplete

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

components/filemanager/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### File Manager
88

components/gantt/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+
## 19.3.56 (2021-12-02)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#347613` - Connector line issue after updating the datasource dynamically has been fixed.
12+
- `#346909` - Issue in disable custom context menu has been fixed.
13+
514
## 19.3.55 (2021-11-23)
615

716
### 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": "19.3.53",
3+
"version": "19.3.55",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 19.3.56 (2021-12-02)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I338678` - frozen horizontal scroll issue in `Ipad` device has been fixed.
12+
- `#I348728` - Throws script error while cancel the Excel filter is fixed.
13+
14+
- `#F170304` - Printing Grid is not working when using `GroupCaptionTemplate` in vue component.
15+
516
## 19.3.55 (2021-11-23)
617

718
### Grid

components/grids/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-grids",
3-
"version": "19.3.54",
3+
"version": "19.3.55",
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/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
6+
7+
### In-place Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I347382` - The issue with "'submitClick' event not triggered for 'enter' key action" has been resolved.
12+
- `#I347379` - The issue with "Editor closed when press enter key on multiline enabled textbox" has been resolved.
13+
14+
## 19.3.46 (2021-10-19)
615

716
### In-place Editor
817

components/inplaceeditor/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-inplace-editor",
3-
"version": "19.3.45",
3+
"version": "19.3.53",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/inputs/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.53 (2021-11-12)
66

77
### ColorPicker
88

components/inputs/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-inputs",
3-
"version": "19.3.48",
3+
"version": "19.3.53",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/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-kanban",
3-
"version": "19.3.53",
3+
"version": "19.3.55",
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/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Dashboard Layout
88

components/lists/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### ListBase
88

components/navigations/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+
## 19.3.56 (2021-12-02)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I342745` - The performance issue that occurred when selecting a node that was rendered with a huge data source has been resolved.
12+
513
## 19.3.54 (2021-11-17)
614

715
### Tab

components/pdfviewer/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+
## 19.3.56 (2021-12-02)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#336589`, `#339329`, `#346113` - Provided annotation toolbar settings support in mobile view.
12+
13+
#### Bug Fixes
14+
15+
- `#347402`, `#347555`- Now, the signature dialog is opened correctly on clicking the signature field in Firefox and Safari browser.
16+
- `#344549`- The ink annotations are preserved correctly in the Adobe.
17+
- `#346607`- Now, the signature dialog width is proper on resizing the browser window.
18+
- `#345897`- The ink annotations are now drawn over the free-text annotations when the 'allowEditTextOnly' property is enabled.
19+
- `#347427`- The form designer tooltip is now hidden when the 'showToolTip' property is set to FALSE.
20+
- `#348023`- The 'isReadOnly' property is now updated correctly once we set the value to TRUE.
21+
- `#345130`- Now, the exact shape of the image is maintained when added to the signature field.
22+
- `#347558`- Now, the custom stamp position is added properly in mobile view.
23+
524
## 19.3.54 (2021-11-17)
625

726
- `#346152`- The script error will not be thrown for the document which contains link annotation.

components/pivotview/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### Pivot Table
88

components/popups/src/dialog/dialog.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,10 @@ export class DialogComponent extends ComponentBase {
163163
return this.ej2Instances.getButtons(index);
164164
}
165165

166+
public getDimension(): Object {
167+
return this.ej2Instances.getDimension();
168+
}
169+
166170
public hide(event?: Object): void {
167171
return this.ej2Instances.hide(event);
168172
}

components/querybuilder/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
12+
- `#I346752` - The issue with "applying code format to the already applied code format content reverts to paragraph" has been resolved.
1213

1314
## 19.3.53 (2021-11-12)
1415

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

components/schedule/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-schedule",
3-
"version": "19.3.53",
3+
"version": "19.3.55",
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/splitbuttons/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-
## 19.3.55 (2021-11-23)
5+
## 19.3.56 (2021-12-02)
66

77
### DropDownButton
88

components/spreadsheet/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.56 (2021-12-02)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `I347456` - Console error with 110% browser zoom in issue resolved.
12+
- `I347865` - AutoFill is not working for formula applied cell issue is resolved.
13+
- `I347272` - Performance issue while clear conditional formatting from entire sheet is resolved.
14+
- `I347003` - Loading data with filter the actionComplete event triggered twice issue is resolved.
15+
- `I347340` - Filter popup opening prevented while sheet is protected.
16+
17+
## 19.3.55 (2021-11-23)
18+
19+
### Spreadsheet
20+
21+
#### Bug Fixes
22+
23+
- `I345828` - Toggle Button state not refreshed in ribbon while using clear format option issue resolved.
24+
525
## 19.3.48 (2021-11-02)
626

727
### 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": "19.3.48",
3+
"version": "19.3.55",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- `#I346283` - Resolved "No records to display" issue when scrolling using column Virtualization with sorting.
1212
- `#I347163` - Resolved checkbox selection is not working properly while using column Virtualization.
1313
- `#I346278, I346277` - Resolved White space issue when collapsing rows and scrolling down and adding the record using addRecord method in Virtualization.
14+
- `#F169974` - Resolved deleting parent and child using deleteRecord method.
1415

1516
## 19.3.48 (2021-11-02)
1617

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

0 commit comments

Comments
 (0)