Skip to content

Commit 4aa6fb0

Browse files
author
pipeline
committed
v20.4.50 is released
1 parent 3e2ec87 commit 4aa6fb0

File tree

30 files changed

+139
-19
lines changed

30 files changed

+139
-19
lines changed

components/buttons/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.4.50 (2023-02-14)
6+
7+
### RadioButton
8+
9+
#### Bug Fixes
10+
11+
- `#F40707` - Value change event triggered twice in Radio Button component has been fixed.
12+
513
## 20.4.49 (2023-02-07)
614

715
### Switch

components/buttons/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-angular-buttons",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-angular-charts",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/diagrams/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.4.50 (2023-02-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I432667` - Now, overview updated properly while doing interactions after zoom out.
12+
- `#I433980` - Now, the nodes selections are proper for nodes with large annotations.
13+
514
## 20.4.48 (2023-02-01)
615

716
### Diagram

components/documenteditor/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.4.50 (2023-02-14)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I426407` - Resolved the issue with application-level CSS inherited to the content during copy and paste operation.
12+
- `#I430244` - Resolved the issue when cursor position is at second line start and press backspace key.
13+
- `#I428246` - Resolved the footnote overlapping and row interchanging issue while resizing the table.
14+
- `#I433138` - Resolved the undo issue when find and replace the text.
15+
- `#I433139` - Resolved the typed letters are appearing twice issue.
16+
517
## 20.4.49 (2023-02-07)
618

719
### 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-angular-documenteditor",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### ComboBox
8+
9+
#### Bug Fixes
10+
11+
- `#I434123` - Issue with "NVDA reader does not read the selected value in the list" has been resolved.
12+
13+
### MultiSelect
14+
15+
#### Bug Fixes
16+
17+
- `#I434089` - The issue "Placeholder overlaps with the selected data in the multiselect" has been resolved.
18+
- `#I435032` - Issue with "Selected Item overlapped with clear icon in the multiselect component" has been resolved.
19+
520
## 20.4.49 (2023-02-07)
621

722
### Dropdown Tree

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
12+
13+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14+
515
## 20.4.49 (2023-02-07)
616

717
### Gantt
@@ -12,7 +22,8 @@
1222
- `#I428914` - Duration value is not maintained when using `valueAccessor` issue has been fixed.
1323
- `#I426170` - Action complete is not triggered properly for Zoom In and Zoom to fit in Gantt chart.
1424

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
25+
-`#I428914`- Duration value is not maintained when using `valueAccessor` issue has been fixed.
26+
1627

1728
## 20.4.48 (2023-02-01)
1829

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-angular-gantt",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/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.4.50 (2023-02-14)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I434411` - Filter menu dialog is not opening on foreign key column when it has filter template issue has been fixed.
12+
- `#I428195` - Two times dialog word repeated in column chooser when using JAWS screen reader issue was fixed.
13+
- `#I430467` - Script error is thrown when show/hide column in Infinite Scrolling Grid with cache mode issue has been fixed.
14+
- `#I431446` - Editing on `ForeignKeyColumn` is not working in frozen grid when `allowEditOnDblClick` is false issue has been fixed.
15+
- `#I435267` - Grid navigation with TAB not working when focus Grid with Alt + J issue has been fixed.
16+
- `#I434619` - Issue with Scrolling in column `virtualization` grid with empty data has been fixed.
17+
- `#I434806` - Misalignment in Grid column when using Text wrap feature with Hierarchy Grid issue has been fixed.
18+
- `#F180026` - New page added, after adding a new row when page size set to 'ALL' issue has been resolved.
19+
- `#F179988` - Dynamic Freeze Column throws script error in batch editing issue has been resolved.
20+
521
## 20.4.49 (2023-02-07)
622

723
### 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-angular-grids",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/imageeditor/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
- Issue with "Script error thrown while resizing control without toolbar" has been resolved.
12+
- Issue with "Script error thrown while cancelling freehand drawing" has been resolved.
1213

1314
## 20.4.40 (2022-12-28)
1415

components/imageeditor/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-angular-image-editor",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 ImageEditor for Angular",
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-
## 20.4.49 (2023-02-07)
5+
## 20.4.50 (2023-02-14)
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-
## 20.4.49 (2023-02-07)
5+
## 20.4.48 (2023-02-01)
66

77
### ListView
88

components/lists/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-angular-lists",
3-
"version": "20.4.42",
3+
"version": "20.4.48",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 20.4.49 (2023-02-07)
14+
## 20.4.50 (2023-02-14)
1515

1616
### Maps
1717

components/navigations/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-angular-navigations",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.4.50 (2023-02-14)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I432820`, `#I432145`, `#F179720` - Now, formFields with same name present in non-rendered pages are download successfully.
12+
513
## 20.4.49 (2023-02-07)
614

715
### PDF Viewer
@@ -18,7 +26,9 @@
1826
- `#I431758` - Now, the checkboxes with the same name are correctly selected.
1927
- `#I429416` - Checkbox layer is now rendered properly when loading the provided PDF document.
2028
- `#I431679` - Now, the handwritten signature does not now become empty when a random signature is added.
29+
- `#I431466` - Now, the toolbar icon is properly visible in mobile mode.
2130
- `#I431286` - Now, the radio button selector size is proper in the given document.
31+
- `#I408530`,`#I428623` - Now, free text annotations does not shifted towards left side in edit mode.
2232

2333
## 20.4.48 (2023-02-01)
2434

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-angular-pdfviewer",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/src/pivotview/pivotview.component.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ export class PivotViewComponent extends PivotView implements IComponentBase {
8181
@ContentChild('cellTemplate')
8282
@Template()
8383
public cellTemplate: any;
84+
/**
85+
* Allows the tooltip element to be customized with either an HTML string or the element’s ID,
86+
* can be used to displayed with custom formats either by mouse hovering or by touch in the pivot table.
87+
* @default null
88+
*/
89+
@ContentChild('tooltipTemplate')
90+
@Template()
91+
public tooltipTemplate: any;
8492

8593
constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {
8694
super();

components/popups/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-angular-popups",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/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.4.50 (2023-02-14)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I434928` - Fixed the script error raised and the issue with table columns couldn't be resized after cellMerge has been resolved.
12+
513
## 20.4.49 (2023-02-07)
614

715
### 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-angular-richtexteditor",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
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-angular-schedule",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/splitbuttons/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.4.50 (2023-02-14)
6+
7+
### SplitButton
8+
9+
#### Bug Fixes
10+
11+
- `#I434642` - Issue in Script error thrown when we add items in before open event with enable createPopupOnClick property has been resolved.
12+
13+
### DropDownButton
14+
15+
#### Bug Fixes
16+
17+
- `#I436217` - Issue in dynamically change cssClass with "e-vertical" class in DropDownButton has been resolved.
18+
519
## 20.4.48 (2023-02-01)
620

721
### DropDownButton

components/spreadsheet/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.4.50 (2023-02-14)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#I434077` - Issue with "after deleting rows beyond the rendered region, the edited cell value is not updated to the expected cell in finite mode" has been resolved.
12+
513
## 20.4.49 (2023-02-07)
614

715
### 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-angular-spreadsheet",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-angular-treegrid",
3-
"version": "20.4.48",
3+
"version": "20.4.49",
44
"description": "Essential JS 2 TreeGrid Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)