Skip to content

Commit ef54add

Browse files
author
pipeline
committed
v20.2.44 is released
1 parent 8b78bde commit ef54add

38 files changed

+1372
-27
lines changed

README.md

Lines changed: 1173 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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-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 React",
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-react-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 React",
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-react-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 React",
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 30 additions & 0 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+
### ComboBox
20+
21+
#### New Features
22+
23+
- Provided event details in open and close event arguments in the combobox component.
24+
25+
### DropDownList
26+
27+
#### New Features
28+
29+
- Provided event details in open and close event arguments in the dropdownlist component.
30+
31+
#### Bug Fixes
32+
33+
- `#FB36207` - The issue "Console error thrown when using DropDownList `footerTemplate` property in React" has been resolved.
34+
535
## 20.2.43 (2022-08-08)
636

737
### 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-react-dropdowns",
3-
"version": "20.2.40",
3+
"version": "20.2.43",
44
"description": "Essential JS 2 DropDown Components for React",
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-react-filemanager",
3-
"version": "20.2.39",
3+
"version": "20.2.43",
44
"description": "Essential JS 2 FileManager Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/gantt/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+
### 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+
- `#I388575` - Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.
18+
519
## 20.2.43 (2022-08-08)
620

721
### 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-react-gantt",
3-
"version": "20.2.39",
3+
"version": "20.2.43",
44
"description": "Essential JS 2 Gantt Component for React",
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-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 React",
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-react-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 React",
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-react-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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-react-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 React",
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-react-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 React",
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-react-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 React",
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

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-react-pdfviewer",
3-
"version": "20.2.40",
3+
"version": "20.2.43",
44
"description": "Essential JS 2 PDF viewer Component for React",
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-react-pivotview",
3-
"version": "20.2.39",
3+
"version": "20.2.43",
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 React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/progressbar/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-react-progressbar",
3-
"version": "20.2.38",
3+
"version": "20.2.43",
44
"description": "Essential JS 2 ProgressBar Component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-
## 20.2.43 (2022-08-08)
5+
## 20.2.44 (2022-08-16)
66

77
### QueryBuilder
88

components/richtexteditor/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+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I390850` - Now, the first list item will be removed properly when placing the cursor at the start of the first list item and pressing the backspace key.
12+
- `#I386938` - Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
13+
14+
## 20.2.43 (2022-08-08)
15+
16+
### RichTextEditor
17+
18+
#### Bug Fixes
19+
20+
- `#FB36307` - Now, pressing the tab key to focus out of the Rich Text Editor when Iframe mode is enabled and `saveInterval` is set as 0, the change event will be triggered properly.
21+
522
## 20.2.40 (2022-07-26)
623

724
### 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-react-richtexteditor",
3-
"version": "20.2.40",
3+
"version": "20.2.43",
44
"description": "Essential JS 2 RichTextEditor component for React",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)