Skip to content

Commit 7180d8f

Browse files
author
pipeline
committed
v20.2.39 is released
1 parent de7bb51 commit 7180d8f

Some content is hidden

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

41 files changed

+215
-63
lines changed

components/base/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-vue-base",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
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-vue-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 Vue",
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-vue-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 Vue",
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 70 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,46 +2,82 @@
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+
- `#I386312` - Resolved issue in increase/decrease indent using tab key.
25+
- `#I378136` - Resolved the content hanging issue while opening the document with tab character.
26+
- `#I390208`, `#I376243` - Resolved script error while loading the attached document.
27+
- `#I389150` - Locked regions are not synced properly.
28+
- `#I381259` - Resolved script error while navigating between print and web layout.
29+
- `#I381509` - Resolved layouting issue due to footnote element.
30+
- `#I381367` - Resolved script error while adding comment.
31+
- `#I384633` - Restricted margin value in page setup dialog similar to MS Word.
32+
- `#I383938` - New table is now adjust properly to the page width.
33+
- `#F173898` - Resolved issue with copy & pasting text with highlight color.
34+
- `#I379350`- Resolved layouting issue due to list format.
35+
- `#I383921` - Resolved ok button disabled after selecting bookmark in hyperlink dialog.
36+
37+
#### New Feature
38+
39+
- `#I381313` - Added API to get clipboard content.
40+
541
## 20.2.38 (2022-07-12)
642

743
### Document Editor
844

945
#### Bug Fixes
1046

11-
- `#SF-379353`, `#SF-378987` - Resolved floating table overlapping issue.
47+
- `#I379353`, `#I378987` - Resolved floating table overlapping issue.
1248
- `#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.
49+
- `#I375732` - Resolved issue in rendering merged cell.
50+
- `#I376914` - Resolved script error while updating the list.
51+
- `#I378333` - Resolved tab character layouting issue.
52+
- `#I381087` - Resolved issue in `stopProtection` API.
53+
- `#I382546`, `#I384249` - Resolved table disappearing issue while applying top margin.
1854

1955
## 20.1.52 (2022-05-04)
2056

2157
### Document Editor
2258

2359
#### Bug Fixes
2460

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.
61+
- `#I368653` - Resolved the Document Editor numbering continuity issue.
62+
- `#I376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
63+
- `#I373298` - Resolved the extra paragraph added while updating the table of contents.
64+
- `#I373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
65+
- `#I373451` - Resolved exception while open the document with image without relation identifier.
66+
- `#I373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
67+
- `#I373175` - Resolved the script error thrown on deleting the revision text.
68+
- `#I372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
69+
- `#I372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
70+
- `#I372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
71+
- `#I372159` - Default number format for Page field is now displayed properly.
72+
- `#I371816` - List format is now preserved properly on importing.
73+
- `#I371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
74+
- `#I370909` - Resolved the script error rendering after content delete.
75+
- `#I369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
76+
- `#I368794` - Resolved the tab space issue.
77+
- `#I366157`, `#I367362` - Resolved the table rendering issue at the bottom of the page.
78+
- `#I293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
79+
- `#I373340` - Resolved the content hanging issue while opening the attached document.
80+
- `#I372431` - Resolved the table misalignment issue if the table has positioning properties.
4581

4682
## 20.1.51 (2022-04-26)
4783

@@ -352,6 +388,14 @@
352388
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
353389
- `#SF-357703` - Resolved the table row splitting issue.
354390

391+
- `#I347750` - Resolved the hanging issue when pasting large non-formatted content.
392+
- `#I349289`, `#I349128` - Resolved the endnote shifting and overlapping issue.
393+
- `#F171307` - Resolved the track changes issue in editing paragraph inside table.
394+
- `#SF-359156` - Resolved the cropped image issue rendering in header/footer.
395+
- `#SF-356951`, `#F170963`, `#SF-351886`, #`#I359815`, `#SF-359312` - Resolved the merged cell width rendering issue.
396+
- `#I347523` - Resolved the invalid SFDT generation after pasting formatted content.
397+
- `#SF-357703` - Resolved the table row splitting issue.
398+
355399
## 19.4.38 (2021-12-17)
356400

357401
### 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-vue-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 Vue",
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-vue-dropdowns",
3-
"version": "20.2.36",
3+
"version": "20.2.38",
44
"description": "Essential JS 2 DropDown Components for Vue",
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.2.39 (2022-07-19)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#F175723` - The issue with "The File Manager incorrectly shows Type of the selected items when an unidentified file type is selected" has been resolved.
12+
513
## 19.2.56 (2021-08-17)
614

715
### File Manager

0 commit comments

Comments
 (0)