Skip to content

Commit c7d9401

Browse files
author
pipeline
committed
v20.3.56 is released
1 parent 9151280 commit c7d9401

Some content is hidden

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

48 files changed

+948
-62
lines changed

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Common
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I388725` - Multilevel label border cut off issue has been fixed.
12+
513
## 20.3.52 (2022-10-26)
614

715
### Chart

components/charts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-charts",
3-
"version": "20.3.50",
3+
"version": "20.3.52",
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/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 20.3.52 (2022-10-26)
8+
## 20.3.56 (2022-11-08)
99

1010
### Circular Gauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Diagram
88

components/documenteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#FB37929` - Resolved the exception while exporting the document with duplicate character style.
12+
- `#I412146` - Resolved the script error while opening the document.
13+
- `#I408099` - Resolved the list numbering issue.
14+
- `#I412284` - Table border is now rendering properly.
15+
- `#I413316` - Resolved the script error while removing few pages.
16+
- `#I414066` - Resolved the script error while modifying locale key.
17+
- `#I412817` - Formatting is now working properly in track changes protection mode.
18+
- `#I413284` - Strike through is now rendering similar to MS Word.
19+
- `#I412529` - Resolved the script error while opening html document with nested list.
20+
21+
#### New Features
22+
23+
- `#I297837`, `#I336116`, `#I342219`, `#I346980`, `#F164814`, `#F168911` - Improved the display of the RTL text in a bi-directional layout.
24+
525
## 20.3.52 (2022-10-26)
626

727
### 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.3.50",
3+
"version": "20.3.52",
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

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#F178523` - Issue with "Script error thrown when we drag and drop the listbox item in angular platform" has been resolved.
12+
13+
## 20.3.50 (2022-10-18)
14+
15+
### Dropdown Tree
16+
17+
#### Bug Fixes
18+
19+
- `#I408860` - The issue with "While focus the item using tab key, focus disappeared instead of focus the first popup element in the Angular Dropdown Tree component" has been resolved.
20+
521
## 20.3.49 (2022-10-11)
622

723
### ListBox

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

components/dropdowns/src/mention/mention.component.ts

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ export class MentionComponent extends ComponentBase {
144144
return this.ej2Instances.hideSpinner();
145145
}
146146

147+
public renderTemplates(callBack?: any): void {
148+
return this.ej2Instances.renderTemplates(callBack);
149+
}
150+
147151
public search(text: string, positionX: number, positionY: number): void {
148152
return this.ej2Instances.search(text, positionX, positionY);
149153
}

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Gantt
88

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I388098` - Editing issue in grouping with `virtualization` has been fixed.
12+
- `#I406671` - Edit element not maintained when executing `setRowData` method is fixed.
13+
- `#I413403` - Script error with toolbar template has been resolved.
14+
- `#I408977` - Infinite Scrolling with row grouping and checkbox selection is now working fine.
15+
- `#F177783` - Sort icon Alignment issue with header text right align when using autofit has been fixed.
16+
517
## 20.3.52 (2022-10-26)
618

719
### Grid
@@ -11,7 +23,7 @@
1123
- `#I400775` - `DataStateChange` event argument type is not matched with the original argument list has been fixed.
1224
- `#I411026` - Expanding child grid throws script while adding data dynamically to the child has been resolved.
1325
- `#I412478` - `SetCellValue` is working fine with `virtualization`.
14-
- `#411780` - German translation for the word search has been changed.
26+
- `#I411780` - German translation for the word search has been changed.
1527
- `#I367158` - While rendering the grid in the template column the script error thrown with resizing the frozen column has been fixed.
1628

1729
## 20.3.50 (2022-10-18)

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.3.50",
3+
"version": "20.3.52",
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/heatmap/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### Heatmap
8+
9+
#### New Features
10+
11+
- `#I410874` - The `backgroundColor` property can now be used to change the color of the HeatMap's background.
12+
513
## 20.3.50 (2022-10-18)
614

715
### Heatmap

components/heatmap/src/heatmap/heatmap.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { HeatMap } from '@syncfusion/ej2-heatmap';
66

77

88
// {{VueImport}}
9-
export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowSelection', 'background', 'cellSettings', 'dataSource', 'dataSourceSettings', 'enablePersistence', 'enableRtl', 'height', 'legendSettings', 'locale', 'margin', 'paletteSettings', 'renderingMode', 'showTooltip', 'theme', 'titleSettings', 'tooltipSettings', 'width', 'xAxis', 'yAxis', 'cellClick', 'cellRender', 'cellSelected', 'created', 'legendRender', 'load', 'loaded', 'resized', 'tooltipRender'];
9+
export const properties: string[] = ['isLazyUpdate', 'plugins', 'allowSelection', 'backgroundColor', 'cellSettings', 'dataSource', 'dataSourceSettings', 'enablePersistence', 'enableRtl', 'height', 'legendSettings', 'locale', 'margin', 'paletteSettings', 'renderingMode', 'showTooltip', 'theme', 'titleSettings', 'tooltipSettings', 'width', 'xAxis', 'yAxis', 'cellClick', 'cellRender', 'cellSelected', 'created', 'legendRender', 'load', 'loaded', 'resized', 'tooltipRender'];
1010
export const modelProps: string[] = [];
1111

1212
export const testProp: any = getProps({props: properties});

components/imageeditor/src/image-editor/imageeditor.component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ export class ImageEditorComponent extends ComponentBase {
160160
return this.ej2Instances.flip(direction);
161161
}
162162

163-
public freeHandDraw(value: boolean): void {
164-
return this.ej2Instances.freeHandDraw(value);
163+
public freehandDraw(value: boolean): void {
164+
return this.ej2Instances.freehandDraw(value);
165165
}
166166

167167
public getImageData(): Object {

components/inputs/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.52 (2022-10-26)
5+
## 20.3.50 (2022-10-18)
66

77
### TextBox
88

components/inputs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-inputs",
3-
"version": "20.3.49",
3+
"version": "20.3.50",
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/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.3.52 (2022-10-26)
5+
## 20.3.56 (2022-11-08)
66

77
### Kanban
88

components/lineargauge/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 20.3.52 (2022-10-26)
17+
## 20.3.47 (2022-09-29)
1818

1919
### Linear Gauge
2020

components/lineargauge/package.json

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

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 20.3.52 (2022-10-26)
17+
## 20.3.56 (2022-11-08)
18+
19+
### Maps
20+
21+
#### Bug Fixes
22+
23+
- `#I413909` - When the highlight is removed from the interactive legend, the opacity of the corresponding shape is now properly maintained.
24+
- `#I412101` - `shapeHighlight` event will now trigger properly.
25+
- `#I411790` - `zoomByPosition` method will now work properly in the online map providers.
26+
- `#I401870` - The fixes for the styles, related to the Content Security Policy (CSP), are included.
27+
28+
## 20.3.49 (2022-10-11)
1829

1930
### Maps
2031

components/maps/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-maps",
3-
"version": "20.3.47",
3+
"version": "20.3.49",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

+48-4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,54 @@
22

33
## [Unreleased]
44

5+
## 20.3.56 (2022-11-08)
6+
7+
### PDF Viewer
8+
9+
#### New Features
10+
11+
- `#I408588` - Touchpad pinch zooming has been implemented in Windows and Mac environments.
12+
13+
#### Bug Fixes
14+
15+
- `#I411644` - Now, Signature are added properly in the respective signature fields.
16+
- `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
17+
- `#I408609` - Now, properties dialog and context menu are open on right click.
18+
- `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
19+
- `#I413111` - Now the Ink annotation auto-write issue is resolved.
20+
- `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
21+
- `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
22+
- `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
23+
24+
- `#I411644` - Now, Signature are added properly in the respective signature fields.
25+
- `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
26+
- `#I408609` - Now, properties dialog and context menu are open on right click.
27+
- `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
28+
- `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
29+
- `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
30+
- `#I413111` - Now the Ink annotation auto-write issue is resolved.
31+
- `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
32+
33+
## 20.3.52 (2022-10-26)
34+
35+
### PDF Viewer
36+
37+
#### New Features
38+
39+
- `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
40+
- `#I409164` - Now the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
41+
42+
- `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
43+
- `#I409164` - Now, the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
44+
45+
#### Bug Fixes
46+
47+
- `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
48+
- `#I412183` - Now, Vertical images are rendered properly in the signature fields.
49+
- `#I397357` - Now, Radio buttons are rendered properly while printing the document.
50+
- `#I411792` - Now, able to export annotation after `strikethrough`.
51+
- `#I401159` - Now, backward text selection is working properly.
52+
553
## 20.3.50 (2022-10-18)
654

755
### PDF Viewer
@@ -14,10 +62,6 @@
1462
- `#I409184` - Now, able to change the background color of Initial field indicator element.
1563
- `#I409766` - Now, type signature is working properly.
1664

17-
- `#I409189` - Now, no blank pages are created while printing the document.
18-
- `#I411098` - Now, Form fields are rendered properly while printing the document.
19-
- `#I405132` - Now, the copied text content from pdf document is contain the space lining.
20-
2165
## 20.3.49 (2022-10-11)
2266

2367
### 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.3.50",
3+
"version": "20.3.52",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)