Skip to content

Commit ef54add

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

File tree

38 files changed

+1372
-27
lines changed

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

0 commit comments

Comments
 (0)