Skip to content

Commit bba7865

Browse files
author
pipeline
committed
v20.4.51 is released
1 parent 4aa6fb0 commit bba7865

File tree

30 files changed

+190
-27
lines changed

30 files changed

+190
-27
lines changed

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.49",
3+
"version": "20.4.50",
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/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.51 (2023-02-21)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#F180050` - Tooltip text and markers are now properly aligned when text is removed from the tooltip.
12+
- `#I401851` - The issue of axis title and axis label overlap has been fixed.
13+
- `#I436272` - Disabled the marker explode for marker image.
14+
- `#I429808` - The axis labels getting cut off when rotating the labels has been fixed.
15+
- `#I437507` - `PointDoubleClick` event is not triggered in chart issue has been fixed.
16+
517
## 20.4.49 (2023-02-07)
618

719
### Chart

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

components/documenteditor/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.51 (2023-02-21)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I434382` - Resolved script error thrown while clicking the New button after loading protected document.
12+
- `#I436256` - Accept All/ Reject All is now disappear in Read only.
13+
514
## 20.4.50 (2023-02-14)
615

716
### 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.49",
3+
"version": "20.4.50",
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: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
## [Unreleased]
44

5-
## 20.4.50 (2023-02-14)
5+
## 20.4.51 (2023-02-21)
66

7-
### ComboBox
7+
### Mention
88

99
#### Bug Fixes
1010

11-
- `#I434123` - Issue with "NVDA reader does not read the selected value in the list" has been resolved.
11+
- `#I430690` - The issue "Mention popup doesn't flip out when there is no space at the bottom" has been resolved.
1212

13-
### MultiSelect
13+
### DropDownList
1414

1515
#### Bug Fixes
1616

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.
17+
- `#I435114` - The issue "popup is not opening through keyboard action when dynamically changing the datasource value" has been resolved.
1918

2019
## 20.4.49 (2023-02-07)
2120

@@ -2189,6 +2188,22 @@ DropDownList component contains a list of predefined values from which a single
21892188
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
21902189

21912190

2191+
## 20.4.50 (2023-02-14)
2192+
2193+
### ComboBox
2194+
2195+
#### Bug Fixes
2196+
2197+
- `#I434123` - Issue with "NVDA reader does not read the selected value in the list" has been resolved.
2198+
2199+
### MultiSelect
2200+
2201+
#### Bug Fixes
2202+
2203+
- `#I432789` - Resolved issue with top border is not visible when using floatLabelType as "Auto" or "Always" with cssClass as "e-outline".
2204+
- `#I434089` - The issue "Placeholder overlaps with the selected data in the multiselect" has been resolved.
2205+
- `#I435032` - Issue with "Selected Item overlapped with clear icon in the multiselect component" has been resolved.
2206+
21922207
## 20.4.43 (2023-01-10)
21932208

21942209
### DropDownList

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

components/filemanager/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.51 (2023-02-21)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I434942` - Resolved the `fileSelect` event not triggering when folders are clicked in the File Manager navigation pane.
12+
513
## 20.4.48 (2023-02-01)
614

715
### File Manager

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.4.50 (2023-02-14)
5+
## 20.4.51 (2023-02-21)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11-
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
11+
-`I432910`- Export Issue with Predecessor Connectivity for Filtered Data.
12+
-`#I434098`- Script error occurs when updating resources dynamically without child mapping.
13+
1214

1315
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1416

17+
## 20.4.50 (2023-02-14)
18+
19+
### Gantt
20+
21+
#### Bug Fixes
22+
23+
- `#I431629`- A script error is thrown while performing tab navigation on the last row.
24+
1525
## 20.4.49 (2023-02-07)
1626

1727
### 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-angular-gantt",
3-
"version": "20.4.49",
3+
"version": "20.4.50",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 20.4.51 (2023-02-21)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I438353` - Fixed the issue where column reordering was not working properly in the grid when using stacked headers with some columns set to visible false.
12+
- `#I436131` - Fixed the issue where resize was not working properly in the frozen columns.
13+
- `#I435246`, `#I298601` - Fixed the issue where checkbox selection was not working in the custom binding after performing searching.
14+
- `#I433085` - Fixed the issue where changing the React State in the recordClick event throws a script error when clicking on a template column.
15+
- `#I436040` - Fixed the issue with insert action in Infinite Scrolling in `RemoteSave` Adaptor.
16+
- `#I432276` - Fixed the issue where the row element was not updating properly when updating through the `rowDataBound` event.
17+
- `#I439886` - Resolved the issue where column header misalignment was happening with drag and drop.
18+
- `#I432304` - Fixed the issue where the Grid Component menu filtering was behaving incorrectly.
19+
520
## 20.4.50 (2023-02-14)
621

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

33
## [Unreleased]
44

5+
## 20.4.51 (2023-02-21)
6+
7+
### Image Editor
8+
9+
#### Bug Fixes
10+
11+
- Issue with "Custom slider losses focus in Image Editor toolbar" has been resolved.
12+
513
## 20.4.49 (2023-02-07)
614

715
### Image Editor

components/inputs/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.51 (2023-02-21)
6+
7+
### Uploader
8+
9+
#### Bug Fixes
10+
11+
- `#I436425` - Issue with "Accessibility tool reports that duplicate ID value for the uploader component" has been resolved
12+
513
## 20.4.48 (2023-02-01)
614

715
### Signature

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.50 (2023-02-14)
5+
## 20.4.48 (2023-02-01)
66

77
### Dashboard Layout
88

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

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.48",
3+
"version": "20.4.50",
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.50 (2023-02-14)
14+
## 20.4.51 (2023-02-21)
1515

1616
### Maps
1717

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+
## 20.4.51 (2023-02-21)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I428766` - Alignment issue in TreeView node without a sub-child in RTL mode has been resolved.
12+
513
## 20.4.49 (2023-02-07)
614

715
### Accordion

components/pdfviewer/CHANGELOG.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,25 @@
22

33
## [Unreleased]
44

5+
## 20.4.51 (2023-02-21)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#I435370` - Now, the border color is preserved properly for transparent textbox field.
12+
- `#I438421` - Now, the script error is not occurred while loading an annotation restricted document when `enableAnnotation` API is set as false.
13+
- `#F180082` - Now, while adding the text markup annotation programmatically, the text markup content is added properly.
14+
515
## 20.4.50 (2023-02-14)
616

717
### PDF Viewer
818

919
#### Bug Fixes
1020

21+
- `#I434198` - Now, the custom stamp is added properly on form fields.
22+
- `#I180081` - Now, when attempting to delete a post in the comment panel, annotations are not deleted from the comment panel.
23+
- `#I431466` - Now, the toolbar behavior is stable in mobile mode.
1124
- `#I432820`, `#I432145`, `#F179720` - Now, formFields with same name present in non-rendered pages are download successfully.
1225

1326
## 20.4.49 (2023-02-07)
@@ -36,8 +49,29 @@
3649

3750
#### Bug Fixes
3851

39-
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on free text annotation.
40-
- `#F179811` - Now, the `AnnotationResize` event is triggered properly for Line and Arrow annotation.
52+
- `#I425450` - Now, when exporting as XFDF, the border no longer displays on a free text annotation.
53+
- `#F179811` - Now, the `AnnotationResize` event is triggered properly for the Line and Arrow annotation.
54+
- `#I426541` - Now, the signature renders successfully even if the document contains an invalid signature field name.
55+
- `#F179704` - If the `enableMeasureAnnotation` is set to false, the Annotation events for shape annotations are now properly triggered.
56+
- `#I426591` - Now, the focus form field functions after programmatically updating the signature field.
57+
- `#I427179` - Now, the blank pages print on the iPad printing issue has been fixed.
58+
- `#I427451` - Now, the script error does not occur while changing the dropdown value.
59+
- `#I427404` - Now, the signature field indicator sizes have been adjusted in consistent with the signature fields.
60+
- `#I422857` - Now, the problem with the signature value disappearing from the collection while scrolling has been fixed.
61+
- `#I411856` - Fixed the accessibility issues with the PDF Viewer component.
62+
- `#I423893` - Now, the script error does not occur while double-clicking on the free text annotation.
63+
- `#I427362` - Now, the checkbox background color is properly updated while rendering using the form field module.
64+
- `#I427364` - Now, the button images are rendered properly while scrolling the document.
65+
- `#I421445` - Now, the multiple Font-styles(bold, italic, underline, and strikeout) can be applied together for the textbox fields.
66+
- `#I426174` - Now, the form fields that have been selected programmatically can be deleted by using the delete key.
67+
- `#I422813` - Now, the value in the free text annotation will be updated properly in the mobile environment.
68+
- `#I420988` - Now, the annotations are not deleted while dragging, resizing, or deleting the form fields.
69+
- `#I422542` - Now, the `strikethrough` can now be added to the free text annotations programmatically.
70+
- `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
71+
72+
#### Features
73+
74+
- `#I424468` - Provided support for rendering the existing comb-type textbox in the form designer module.
4175

4276
## 20.4.44 (2023-01-18)
4377

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

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

components/popups/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
22

33
## [Unreleased]
44

5-
## 20.4.49 (2023-02-07)
5+
## 20.4.51 (2023-02-21)
66

77
### Dialog
88

99
#### Bug Fixes
1010

1111
- `#I430348` - Fixed an issue where pressing the enter key triggered the button click event multiple times.
1212

13+
## 20.4.49 (2023-02-07)
14+
15+
### Dialog
16+
17+
#### Bug Fixes
18+
19+
- `#I428772` - Fixed alignment issue with Dialog component header content and close icon.
20+
1321
## 20.4.48 (2023-02-01)
1422

1523
### Tooltip

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.4.51 (2023-02-21)
6+
7+
### QueryBuilder
8+
9+
#### Bug Fixes
10+
11+
- `#I430220` - Issue with Value template issue with complex data binding of query builder has been fixed.
12+
- `#I428779` - Issue with Providing the single quotes in SQL string support to query builder has been fixed.
13+
514
## 20.4.42 (2023-01-04)
615

716
### QueryBuilder

0 commit comments

Comments
 (0)