Skip to content

Commit 5f1c46a

Browse files
author
pipeline
committed
v20.2.39 is released
1 parent 89d76c7 commit 5f1c46a

File tree

37 files changed

+199
-65
lines changed

37 files changed

+199
-65
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-angular-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 Angular",
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-angular-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 Angular",
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-angular-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 Angular",
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-angular-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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@
22

33
## [Unreleased]
44

5-
## 20.2.38 (2022-07-12)
6-
7-
### DropDownList
8-
9-
#### Bug fixes
10-
11-
- `#I388961` - Now, change event is not trigger when we bind the remote data with value
5+
## 20.2.39 (2022-07-19)
126

13-
### MultiSelect
7+
### ListBox
148

15-
#### Bug fixes
9+
#### Bug Fixes
1610

17-
- `#I379731` - Issue with "popup is not opening while typing a single digit with custom value enabled" has been resolved.
18-
- `#I382004` - Issue with "unable to remove the added custom value from the input element on specific scenario" has been resolved.
11+
- `#I384240` - Issue with "`RemoveItems` not working properly after adding items with specific index" has been resolved.
1912

2013
## 20.2.36 (2022-06-30)
2114

@@ -2093,6 +2086,21 @@ DropDownList component contains a list of predefined values from which a single
20932086
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
20942087

20952088

2089+
## 20.2.38 (2022-07-12)
2090+
2091+
### DropDownList
2092+
2093+
#### Bug fixes
2094+
2095+
- `#I388961` - Now, change event is not trigger when we bind the remote data with value
2096+
2097+
### MultiSelect
2098+
2099+
#### Bug fixes
2100+
2101+
- `#I379731` - Issue with "popup is not opening while typing a single digit with custom value enabled" has been resolved.
2102+
- `#I382004` - Issue with "unable to remove the added custom value from the input element on specific scenario" has been resolved.
2103+
20962104
## 19.4.38 (2021-12-17)
20972105

20982106
### ComboBox

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

0 commit comments

Comments
 (0)