Skip to content

Commit 908686b

Browse files
author
pipeline
committed
v20.1.56 is released
1 parent 63e2f4e commit 908686b

Some content is hidden

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

53 files changed

+234
-46
lines changed

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.1.47",
3+
"version": "20.1.55",
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/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.1.55 (2022-05-12)
5+
## 20.1.56 (2022-05-17)
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-react-buttons",
3-
"version": "20.1.52",
3+
"version": "20.1.55",
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.1.56 (2022-05-17)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I378119` - PlotOffsetBottom not working fine issue has been fixed.
12+
513
## 20.1.55 (2022-05-12)
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.1.52",
3+
"version": "20.1.55",
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/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.1.51",
3+
"version": "20.1.55",
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: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I376089` - Resolved the error when converting sfdt to docx in Java server library.
12+
- `#I375856` - Resolved the issue in opening a document with nested content control and exporting to docx.
13+
- `#I373359` - Resolved the multiples instances of table of content was created when track changes was enabled issue.
14+
- `#I375732` - Resolved the table merged cell rendering issue.
15+
- `#I375798` - Resolved the control hanging issue on opening a document due to tab element.
16+
- `#I375298` - Resolved the indentation hides text in web layout.
17+
- `#I375704` - Resolved the restart level issue in word export.
18+
- `#I375703` - Resolved the footnote inside the table layout issue in initial rendering.
19+
20+
## 20.1.55 (2022-05-12)
21+
22+
### Document Editor
23+
24+
#### Bug Fixes
25+
26+
- `#FB34545` - Resolved the document editor container component destroy issue.
27+
- `#I375339` - Resolved the restart page numbering consideration on table of content updating.
28+
- `#I374447` - Resolved the empty pages issue on printing a document with landscape orientation.
29+
- `#I373959` - Resolved the pagination issue on layouting and downloading a sfdt.
30+
- `#I373287` - Resolved the control hanging issue while opening a document with table
31+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
32+
- `#I373048` - Rejecting new paragraphs tracked changes releases the occupied space.
33+
- `#I372635` - Resolved the issue in review pane while opening a default document with track changes.
34+
- `#I372245` - Resolved the layouting issue for large footnote content which flows over the current page.
35+
- `#I371788` - Resolved the multiple call issue when enabling the spellcheck after editing the document.
36+
- `#I371641` - Resolved the minimum column width causes in-finite lopping issue when resizing table.
37+
- `#I368482` - Resolved the table in document overlaps footer.
38+
- `#I367499` - Resolved the chart color rendering and shape overlapping issue.
39+
- `#I368087` - Resolved the list format issues when open document by Document Editor.
40+
541
## 20.1.52 (2022-05-04)
642

743
### Document Editor

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `F174682` - Issue with "Drag and Drop not working properly while using item template in listbox" has been resolved.
12+
13+
### AutoComplete
14+
15+
#### Bug Fixes
16+
17+
- `I372269` - Issue with "value is displayed instead of text while binding beyond the initial loading data values" has been resolved.
18+
19+
### DropDownList
20+
21+
#### Bug Fixes
22+
23+
- `I375107` - Issue with "cascading dropdown list doesn't display the updated data while binding the remote data and filtering enabled" has been resolved.
24+
525
## 20.1.52 (2022-05-04)
626

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

33
## [Unreleased]
44

5+
## 20.1.56 (2022-05-17)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#F174002` - The issue with "Drag and drop throws an error for the date-modified column of the File Manager" has been resolved.
12+
513
## 20.1.55 (2022-05-12)
614

715
### File Manager

0 commit comments

Comments
 (0)