Skip to content

Commit 6ab59da

Browse files
author
pipeline
committed
v20.2.44 is released
1 parent 6429765 commit 6ab59da

File tree

41 files changed

+1387
-37
lines changed

Some content is hidden

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

41 files changed

+1387
-37
lines changed

README.md

Lines changed: 1172 additions & 3 deletions
Large diffs are not rendered by default.

components/barcodegenerator/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-barcode-generator",
3-
"version": "20.2.38",
3+
"version": "20.2.43",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/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.2.43 (2022-08-08)
5+
## 20.2.44 (2022-08-16)
66

77
### Common
88

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

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I395538` - Shared tooltip template is not shown for two series has been fixed.
12+
513
## 20.2.43 (2022-08-08)
614

715
### Chart

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

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
### Diagram
8+
9+
#### Bug fixes
10+
11+
- `#I395331` - The undefined exception will no longer thrown while draw a SVG node.
12+
513
## 20.2.40 (2022-07-26)
614

715
### 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-angular-diagrams",
3-
"version": "20.2.40",
3+
"version": "20.2.43",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I380067` - Resolved the revision preservation issue in the nested table.
12+
- `#FB35879` - Hyperlink is now preserved properly while converting word document to HTML document.
13+
- `#I380080`, `#I389118`, `#I389521` - Resolved order rendering issue in merged cells.
14+
- `#I390693` - Resolved issue with rendering textbox shape outline.
15+
- `#I388738` - Resolved the cursor positioning issue.
16+
- `#I364803` - Resolved the comment deletion issue after enabling track changes.
17+
- `#I379697` - Resolved script error while accepting the revision.
18+
- `#I386689` - Resolved script error while modifying section format.
19+
- `#I383929` - Resolved issue with applying top border.
20+
- `#I394545` - Resolved issue with applying the filter in the track changes pane.
21+
- `#I397115` - Resolved issue in applying row height.
22+
- `#I391148` - Auto convert hyperlink is now working properly.
23+
- `#I390697` - Shape is now preserved properly on undo/redo.
24+
- `#I392407` - Resolved issue with closing comments pane.
25+
526
## 20.2.40 (2022-07-26)
627

728
### 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.2.40",
3+
"version": "20.2.43",
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: 30 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
### MultiSelect
8+
9+
#### New Features
10+
11+
- Provided event details in open and close event arguments in the multiselect component.
12+
13+
### AutoComplete
14+
15+
#### New Features
16+
17+
- Provided event details in open and close event arguments in the autocomplete component.
18+
19+
#### Bug Fixes
20+
21+
- `I382840` - Issue with "preselect value is not updated on input when we bind greater than 20th item" has been resolved.
22+
23+
### ComboBox
24+
25+
#### New Features
26+
27+
- Provided event details in open and close event arguments in the combobox component.
28+
29+
### DropDownList
30+
31+
#### New Features
32+
33+
- Provided event details in open and close event arguments in the dropdownlist component.
34+
535
## 20.2.43 (2022-08-08)
636

737
### ListBox
@@ -18,12 +48,6 @@
1848

1949
- `#F175828` - Now, `customSelection` event is trigger when we render the component with `itemTemplate` and `allowFiltering`.
2050

21-
### AutoComplete
22-
23-
#### Bug Fixes
24-
25-
- `I382840` - Issue with "preselect value is not updated on input when we bind greater than 20th item" has been resolved.
26-
2751
## 20.2.39 (2022-07-19)
2852

2953
### 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-angular-dropdowns",
3-
"version": "20.2.40",
3+
"version": "20.2.43",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I394199` - The issue with "Image preview is not loaded while naming folders with special characters in ASP.NET Core File Manager" has been resolved.
12+
13+
### File Manager
14+
15+
#### Bug Fixes
16+
17+
- `#I391992` - The issue with "Getting incorrect folder or file path details in the Node JS file service provider for the File Manager component" has been resolved.
18+
519
## 20.2.39 (2022-07-19)
620

721
### File Manager

components/filemanager/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-filemanager",
3-
"version": "20.2.39",
3+
"version": "20.2.43",
44
"description": "Essential JS 2 FileManager Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I394194` - Timeline changes when toggling critical path issue has been fixed.
12+
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
13+
- `#I394195` - Week start day not working properly after perform Zooming actions issue has been fixed.
14+
- `#I393709` - Baseline milestone not rendered in proper position .
15+
- `#I394223` - Gantt Chart does not update data source when adding new record.
16+
17+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
18+
519
## 20.2.43 (2022-08-08)
620

721
### Gantt
@@ -16,8 +30,6 @@
1630
- `#I391704`-Need to disable HTML encoding in tooltip has been fixed.
1731
- `#F149986` - Unable to use drop down edit in progress column has been fixed.
1832

19-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
20-
2133
## 20.2.39 (2022-07-19)
2234

2335
### 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.2.39",
3+
"version": "20.2.43",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F175923` - Script error thrown when we perform Dialog Editing with `columnTemplate` feature has been fixed.
12+
- `#I387602`, `#I391114` - `ColumnTemplate` is not working with `childGrid` in React has been fixed.
13+
- `#I392695` - Header checkbox is selected automatically while doing searching and filtering with custom binding has been fixed.
14+
- `#I377797` - Fixed the column misalignment issue while using the lazy load grouping feature to hide columns.
15+
- `#I388048`, `#I388054` - Icons appearing as unwanted characters in the NVDA Screen Reader speech viewer has been fixed.
16+
- `#I394025` - Memory leak issue on Command column when grid refreshed is fixed.
17+
- `#I396878` - `HeaderTemplate` feature is not working in React child Grid has been fixed.
18+
- `#FB36381` - Gantt with `virtualization` and Persistence working properly and the issue has been Fixed.
19+
- `#F175543`, `#I389522`, `#F176346`, `#I394881`, `#I395706`, `#I395963`, `#I397022` - Typing white space in grid input field on Mac OS has been Fixed.
20+
- `#FB34389` - `DataStateChangeEventArgs.search` Data Type has been updated.
21+
522
## 20.2.43 (2022-08-08)
623

724
### 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.2.40",
3+
"version": "20.2.43",
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/inputs/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.2.44 (2022-08-16)
6+
7+
### NumericTextBox
8+
9+
#### Bug Fixes
10+
11+
- `#I381508` - Issue with "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
12+
13+
### Uploader
14+
15+
#### Bug Fixes
16+
17+
- `#I392246` - Issue with "focus is not added for delete icon by using tab key" is resolved.
18+
519
## 19.4.38 (2021-12-17)
620

721
### Signature

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

components/kanban/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.2.44 (2022-08-16)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#F176236` - Now, the drag and drop functionality will work fine in the Internet Explorer V11.
12+
513
## 20.2.43 (2022-08-08)
614

715
### Kanban

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

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.2.39",
3+
"version": "20.2.43",
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/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.2.43 (2022-08-08)
5+
## 20.2.44 (2022-08-16)
66

77
### ListView
88

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

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.2.44 (2022-08-16)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#F176651` - The issue with "Checkbox state is not maintained properly for multilevel nodes in the TreeView component" has been resolved.
12+
513
## 20.2.39 (2022-07-19)
614

715
### Tab

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.2.39",
3+
"version": "20.2.43",
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/notifications/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-notifications",
3-
"version": "20.2.38",
3+
"version": "20.2.43",
44
"description": "A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.44 (2022-08-16)
6+
7+
- `#SF-394274`,`#SF-394827` - Now ,The signature and initial is updated after the 10th page.
8+
- `#SF-395889` - Now ,script error occurs without injecting annotation has been fixed.
9+
- `#F173061` - Now, we can able to zoom to specific annotation if the annotation is not visible in the viewport.
10+
- `#SF-396556` - Now ,import and export for JSON and XFDF is document working properly.
11+
512
## 20.2.43 (2022-08-08)
613

714
### PDF Viewer
@@ -47,6 +54,7 @@
4754
- `#SF-383430` - Now copy, cut and paste does not generate any duplicates while using key short cut.
4855
- `#SF-376526` - Now, Mobile device resizing of the Signature Form Field has been improved.
4956
- `#SF-392270` - Now Signature is not drawn few inches away from the cursor on signature dialog.
57+
- `#SF-389178` - If the target position is within the document, a form field will be added. As a result, adding Inaccessible Form fields is prevented.
5058

5159
## 20.2.40 (2022-07-26)
5260

0 commit comments

Comments
 (0)