Skip to content

Commit 4f4fc3a

Browse files
author
pipeline
committed
v20.1.52 is released
1 parent 13ea75d commit 4f4fc3a

File tree

31 files changed

+157
-23
lines changed

31 files changed

+157
-23
lines changed

components/base/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 20.1.51 (2022-04-26)
5+
## 20.1.52 (2022-05-04)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I367449` - Resolved Equal length of data property changes not working.
12+
13+
## 20.1.48 (2022-04-12)
614

715
### Common
816

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-angular-base",
3-
"version": "20.1.47",
3+
"version": "20.1.48",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/base/src/complex-array-base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ export class ArrayBase<T> {
218218
this.list[i].hasChanges = true;
219219
}
220220
}
221-
if (this.list[i].hasChanges !== childrenDataSource[i].hasChanges) {
221+
if (childrenDataSource[i].hasChanges) {
222222
isSourceChanged = true;
223223
}
224224
}

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.52 (2022-05-04)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I375071` - Now axis labels is rendering properly with label rotation.
12+
13+
## 20.1.51 (2022-04-26)
14+
15+
### Chart
16+
17+
#### Bug Fixes
18+
19+
- `#I375071` - Now axis labels is rendering properly with label rotation.
20+
521
## 20.1.50 (2022-04-19)
622

723
### 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-angular-charts",
3-
"version": "20.1.50",
3+
"version": "20.1.51",
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/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.1.48",
3+
"version": "20.1.51",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
## [Unreleased]
44

5+
## 20.1.52 (2022-05-04)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#SF-368653` - Resolved the Document Editor numbering continuity issue.
12+
- `#SF-376374` - Resolved the exception thrown on exporting a sfdt without a metafile property in server-side.
13+
- `#SF-373298` - Resolved the extra paragraph added while updating the table of contents.
14+
- `#SF-373359` - Resolved the multiples instances of table of content creation when track changes is enabled.
15+
- `#SF-373451` - Resolved exception while open the document with image without relation identifier.
16+
- `#SF-373159` - Resolved the console error thrown on pasting a content and then changing page orientation.
17+
- `#SF-373175` - Resolved the script error thrown on deleting the revision text.
18+
- `#SF-372741` - Resolved inconsistent behaviour of text selection inside an editable table cell within a read only document.
19+
- `#SF-372794` - Resolved the script error while serializing sfdt document with page break to html format in server-side.
20+
- `#SF-372636` - Resolved the text inside the shape with wrapping style 'in-front of text'.
21+
- `#SF-372159` - Default number format for Page field is now displayed properly.
22+
- `#SF-371816` - List format is now preserved properly on importing.
23+
- `#SF-371644` - Table formatting is now preserved properly while copy pasting table and resolved the document hanging in copying.
24+
- `#SF-370909` - Resolved the script error rendering after content delete.
25+
- `#SF-369585` - Resolved the scrolling becomes quite slow while selecting the text in document with more than 20 pages.
26+
- `#SF-368794` - Resolved the tab space issue.
27+
- `#SF-366157`, `#SF-367362` - Resolved the table rendering issue at the bottom of the page.
28+
- `#SF-293527` - Justify paragraph layout issue in new page first paragraph is now resolved.
29+
- `#SF-373340` - Resolved the content hanging issue while opening the attached document.
30+
- `#SF-372431` - Resolved the table misalignment issue if the table has positioning properties.
31+
532
## 20.1.51 (2022-04-26)
633

734
### 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-angular-documenteditor",
3-
"version": "20.1.50",
3+
"version": "20.1.51",
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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 20.1.51 (2022-04-26)
5+
## 20.1.52 (2022-05-04)
66

77
### ListBox
88

@@ -14,7 +14,7 @@
1414

1515
#### Bug Fixes
1616

17-
- `#F33764` - Issue with "dynamically added item is not displayed in the popup while rendering the component with item template" has been resolved.
17+
- `#I373951` - Issue with "unable to type the value in the input while enabling `autofill` with filter type as `contains`" has been resolved.
1818

1919
## 20.1.50 (2022-04-19)
2020

@@ -2095,6 +2095,14 @@ DropDownList component contains a list of predefined values from which a single
20952095
- **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.
20962096

20972097

2098+
## 20.1.51 (2022-04-26)
2099+
2100+
### ComboBox
2101+
2102+
#### Bug Fixes
2103+
2104+
- `#F33764` - Issue with "dynamically added item is not displayed in the popup while rendering the component with item template" has been resolved.
2105+
20982106
## 19.4.38 (2021-12-17)
20992107

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

33
## [Unreleased]
44

5+
## 20.1.52 (2022-05-04)
6+
7+
### File Manager
8+
9+
#### Bug Fixes
10+
11+
- `#I371623` - The issue with "Unable to perform file operations on the filtered file items in File Manager" has been resolved.
12+
513
## 19.2.56 (2021-08-17)
614

715
### File Manager

components/gantt/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 20.1.52 (2022-05-04)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#372661` - Data not properly updated in the Gantt Chart when switching between list view issue has been fixed.
12+
13+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
14+
515
## 20.1.51 (2022-04-26)
616

717
### Gantt
@@ -13,7 +23,8 @@
1323
- `#374212, #372614` - Timeline is not rendered properly when using hour format in `DST` issue has been fixed.
1424
- `#367794` - Cell editing issue in internet explorer has been fixed.
1525

16-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
26+
- `#373529` - Task label is not properly displayed in pdf export issue has been fixed.
27+
- `#373829` - Top tier and bottom tier partitioning issue in quarterly mode has been fixed.
1728

1829
## 20.1.50 (2022-04-19)
1930

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-angular-gantt",
3-
"version": "20.1.50",
3+
"version": "20.1.51",
44
"description": "Essential JS 2 Gantt Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.52 (2022-05-04)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
12+
- `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
13+
- `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
14+
515
## 20.1.51 (2022-04-26)
616

717
### 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-angular-grids",
3-
"version": "20.1.48",
3+
"version": "20.1.51",
44
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/lineargauge/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 20.1.51 (2022-04-26)
14+
## 20.1.52 (2022-05-04)
1515

1616
### LinearGauge
1717

components/maps/CHANGELOG.md

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

1212
## [Unreleased]
1313

14-
## 20.1.51 (2022-04-26)
14+
## 20.1.48 (2022-04-12)
1515

1616
### Maps
1717

components/maps/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-maps",
3-
"version": "20.1.47",
3+
"version": "20.1.48",
44
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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-angular-navigations",
3-
"version": "20.1.48",
3+
"version": "20.1.51",
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 Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pdfviewer/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.52 (2022-05-04)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `SF-361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
12+
513
## 20.1.51 (2022-04-26)
614

715
### PDF Viewer

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

components/progressbar/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.52 (2022-05-04)
6+
7+
### ProgressBar
8+
9+
#### Bug Fixes
10+
11+
- `#I368371` - Progress bar label fading out on animation is resolved now.
12+
513
## 19.1.54 (2021-03-30)
614

715
### ProgressBar

components/querybuilder/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-querybuilder",
3-
"version": "20.1.48",
3+
"version": "20.1.51",
44
"description": "Essential JS 2 QueryBuilder for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 20.1.52 (2022-05-04)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I375434` - Now, pressing the enter key multiple times when the content is empty in the Rich Text Editor on the `Firefox` browser works properly.
12+
- `#I349917` - Now, the floating toolbar in the Rich Text Editor is displayed properly when rendered inside the modal dialog.
13+
- `#I376141` - Now, pressing enter key before the image with caption doesn't remove the image.
14+
- `#I373983, #I374234` - Now, the Rich Text Editor table resize works properly when placed inside the `Grid` component.
15+
516
## 20.1.51 (2022-04-26)
617

718
### RichTextEditor
@@ -12,6 +23,7 @@
1223
- `#I373953` - Now, inserting the table after the list element with the image doesn't remove the image from the list.
1324
- `#I372489` - Now, resizing the images with equal height and width works properly.
1425
- `#F173394` - Now, the undo and redo keys work properly when pasting the content in the Rich Text Editor.
26+
- `#SF-367649` - Now, more space between the text and inserting a new link does not remove the space between the words.
1527

1628
## 20.1.50 (2022-04-19)
1729

components/richtexteditor/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-richtexteditor",
3-
"version": "20.1.50",
3+
"version": "20.1.51",
44
"description": "Essential JS 2 RichTextEditor component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/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.1.51 (2022-04-26)
5+
## 20.1.50 (2022-04-19)
66

77
### Schedule
88

99
#### Bug Fixes
1010

1111
- `#I373678` - An issue with the recurrence appointment time change in the DST time zone has been fixed.
12+
- `#I374675` - The appointment border maintained after deselection on multiple appointment selections has been fixed.
1213
- `#I372043` - An issue with the appointment rendering performance of the month view has been fixed.
1314
- `#I373179` - The Schedule `exportToICalendar` method throws a script error on exporting events issue has been fixed.
1415
- `#I373707` - An issue with the appointments in the min-max date range not rendered in the month view has been fixed.

components/schedule/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-schedule",
3-
"version": "20.1.48",
3+
"version": "20.1.50",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/spreadsheet/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.1.52 (2022-05-04)
6+
7+
### Spreadsheet
8+
9+
#### Bug Fixes
10+
11+
- `#F174531` - Cleared the formula dependencies from calculate instance while importing the excel file.
12+
- `#I375090` - The dollar formula throws an error when used with a single argument issue resolved.
13+
514
## 20.1.51 (2022-04-26)
615

716
### Spreadsheet

components/spreadsheet/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-spreadsheet",
3-
"version": "20.1.50",
3+
"version": "20.1.51",
44
"description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)