Skip to content

Commit 607c16c

Browse files
author
pipeline
committed
v20.2.39 is released
1 parent 30dfd41 commit 607c16c

37 files changed

+186
-52
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-react-buttons",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
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/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.36",
3+
"version": "20.2.38",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## 20.2.39 (2022-07-19)
6+
7+
- `FB36050` - Now, oldValue & newValue argument of property change event updated properly while change order for nodes.
8+
59
## 20.2.38 (2022-07-12)
610

711
### 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.36",
3+
"version": "20.2.38",
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: 49 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,69 @@
22

33
## [Unreleased]
44

5+
## 20.2.39 (2022-07-19)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I386312` - Resolved issue in increase/decrease indent using tab key.
12+
- `#I378136` - Resolved the content hanging issue while opening the document with tab character.
13+
- `#I390208`, `#I376243` - Resolved script error while loading the attached document.
14+
- `#I389150` - Locked regions are not synced properly.
15+
- `#I381259` - Resolved script error while navigating between print and web layout.
16+
- `#I381509` - Resolved layouting issue due to footnote element.
17+
- `#I381367` - Resolved script error while adding comment.
18+
- `#I384633` - Restricted margin value in page setup dialog similar to MS Word.
19+
- `#I383938` - New table is now adjust properly to the page width.
20+
- `#F173898` - Resolved issue with copy & pasting text with highlight color.
21+
- `#I379350` - Resolved layouting issue due to list format.
22+
- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
23+
24+
#### New Feature
25+
26+
- `#I381313` - Added API to get clipboard content.
27+
528
## 20.2.38 (2022-07-12)
629

730
### Document Editor
831

932
#### Bug Fixes
1033

11-
- `#SF-379353`, `#SF-378987` - Resolved floating table overlapping issue.
34+
- `#I379353`, `#I378987` - Resolved floating table overlapping issue.
1235
- `#F174378` - Improved performance while editing in the protected document.
13-
- `#SF-375732` - Resolved issue in rendering merged cell.
14-
- `#SF-376914` - Resolved script error while updating the list.
15-
- `#SF-378333` - Resolved tab character layouting issue.
16-
- `#SF-381087` - Resolved issue in `stopProtection` API.
17-
- `#SF-382546`, `#SF-384249` - Resolved table disappearing issue while applying top margin.
36+
- `#I375732` - Resolved issue in rendering merged cell.
37+
- `#I376914` - Resolved script error while updating the list.
38+
- `#I378333` - Resolved tab character layouting issue.
39+
- `#I381087` - Resolved issue in `stopProtection` API.
40+
- `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin.
1841

1942
## 20.1.52 (2022-05-04)
2043

2144
### Document Editor
2245

2346
#### Bug Fixes
2447

25-
- `#SF-368653` - Resolved the Document Editor numbering continuity issue.
26-
- `#SF-376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
27-
- `#SF-373298` - Resolved the extra paragraph added while updating the table of contents.
28-
- `#SF-373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
29-
- `#SF-373451` - Resolved exception while open the document with image without relation identifier.
30-
- `#SF-373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
31-
- `#SF-373175` - Resolved the script error thrown on deleting the revision text.
32-
- `#SF-372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
33-
- `#SF-372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
34-
- `#SF-372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
35-
- `#SF-372159` - Default number format for Page field is now displayed properly.
36-
- `#SF-371816` - List format is now preserved properly on importing.
37-
- `#SF-371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
38-
- `#SF-370909` - Resolved the script error rendering after content delete.
39-
- `#SF-369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
40-
- `#SF-368794` - Resolved the tab space issue.
41-
- `#SF-366157`, `#SF-367362` - Resolved the table rendering issue at the bottom of the page.
42-
- `#SF-293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
43-
- `#SF-373340` - Resolved the content hanging issue while opening the attached document.
44-
- `#SF-372431` - Resolved the table misalignment issue if the table has positioning properties.
48+
- `#I368653` - Resolved the Document Editor numbering continuity issue.
49+
- `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
50+
- `#I373298` - Resolved the extra paragraph added while updating the table of contents.
51+
- `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
52+
- `#I373451` - Resolved exception while open the document with image without relation identifier.
53+
- `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
54+
- `#I373175` - Resolved the script error thrown on deleting the revision text.
55+
- `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
56+
- `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
57+
- `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
58+
- `#I372159` - Default number format for Page field is now displayed properly.
59+
- `#I371816` - List format is now preserved properly on importing.
60+
- `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
61+
- `#I370909` - Resolved the script error rendering after content delete.
62+
- `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
63+
- `#I368794` - Resolved the tab space issue.
64+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
65+
- `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
66+
- `#I373340` - Resolved the content hanging issue while opening the attached document.
67+
- `#I372431` - Resolved the table misalignment issue if the table has positioning properties.
4568

4669
## 20.1.51 (2022-04-26)
4770

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

33
## [Unreleased]
44

5+
## 20.2.39 (2022-07-19)
6+
7+
### ListBox
8+
9+
#### Bug Fixes
10+
11+
- `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
12+
513
## 20.2.36 (2022-06-30)
614

715
### 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.36",
3+
"version": "20.2.38",
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.39 (2022-07-19)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I385707` - The issue with "Facing error while copying and pasting a folder within another folder in the MVC File Manager component" has been resolved.
12+
13+
### File Manager
14+
15+
#### Bug Fixes
16+
17+
- `#F175723` - The issue with "The File Manager incorrectly shows Type of the selected items when an unidentified file type is selected" has been resolved.
18+
519
## 19.2.56 (2021-08-17)
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.36",
3+
"version": "20.2.38",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 20.2.39 (2022-07-19)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#I389834` - Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
12+
513
## 20.2.38 (2022-07-12)
614

715
### 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.36",
3+
"version": "20.2.38",
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.39 (2022-07-19)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I377182` - DOM leak with Group Caption Template issue has been fixed.
12+
- `#I388087` - Grid navigation with TAB stops working when the `isFrozen` is enabled issue has been fixed.
13+
- `#F173914` - Inside template function state value is not updated issue has been fixed.
14+
- `#I387341` - Increase in Row Height when editing enabled has been fixed.
15+
- `#F175548` - The `dataStateChange` event triggering at initial grid rendering has been fixed.
16+
- `#I389565` - `cssClass` property is not updated dynamically is fixed.
17+
- `#I385208` - Wrong row drop index when dropped in external grid has been fixed.
18+
- `#I386683` - `disableHtmlEncode` property is not working in Excel Filter is fixed.
19+
- `#I376845` - Memory leak issue on command column has been fixed.
20+
- `#F175044` - Image is not rendered in Multiple Grid Excel Export issue has been fixed.
21+
522
## 20.2.38 (2022-07-12)
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.36",
3+
"version": "20.2.38",
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/inplaceeditor/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-inplace-editor",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. 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.36",
3+
"version": "20.2.38",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.2.38 (2022-07-12)
5+
## 20.2.39 (2022-07-19)
66

77
### Kanban
88

components/layouts/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.39 (2022-07-19)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#F171906` - The issue with "Adding dynamic panels after drag causes error in Dashboard Layout" has been resolved.
12+
513
## 20.2.38 (2022-07-12)
614

715
### Splitter

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.36",
3+
"version": "20.2.38",
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/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## [Unreleased]
1010

11-
## 20.2.38 (2022-07-12)
11+
## 20.2.39 (2022-07-19)
1212

1313
### Maps
1414

components/navigations/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 20.2.38 (2022-07-12)
5+
## 20.2.39 (2022-07-19)
66

77
### Tab
88

99
#### Bug fixes
1010

1111
- `#I388161` - An issue with "Removing the selected tab item" has been fixed.
12+
- `#I390262` - An issue with "Tab item dropped in wrong position" has been fixed.
1213

1314
## 20.2.36 (2022-06-30)
1415

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.36",
3+
"version": "20.2.38",
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/pdfviewer/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.2.39 (2022-07-19)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#SF-390764` - The issue of is document edited API is false while editing a document has been resolved.
12+
- `#SF-388086` - The issue of replied comments merging with other annotations has been resolved.
13+
- `#SF-379142`,`#SF-391296` - The x,y bounds of the form fields are proper while adding the form field.
14+
- `#SF-386887` - The issue with radio button alignment with different zoom settings has been resolved.
15+
- `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
16+
- `#SF-379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
17+
- `#SF-387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
18+
- `#SF-384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
19+
- `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
20+
521
## 20.2.38 (2022-07-12)
622

723
### PDF Viewer
@@ -26,6 +42,7 @@
2642
- `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
2743
- `#F173953` - Now, Script error have been resolved.
2844
- `#SF-378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
45+
- `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
2946

3047
## 20.2.36 (2022-06-30)
3148

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

components/pivotview/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.2.39 (2022-07-19)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- `#I389665` - The pivot table can now be rendered properly while applying date grouping.
12+
- `#I389889` - The class names in the pivot table are properly updated for the sub-total columns.
13+
514
## 20.2.38 (2022-07-12)
615

716
### Pivot Table

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.36",
3+
"version": "20.2.38",
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",

0 commit comments

Comments
 (0)