Skip to content

Commit 6810773

Browse files
author
pipeline
committed
v19.3.47 is released
1 parent 7abad11 commit 6810773

File tree

38 files changed

+152
-34
lines changed

38 files changed

+152
-34
lines changed

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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### Common
88

components/buttons/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.44 (2021-10-05)
66

77
### Chips
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-angular-buttons",
3-
"version": "18.24.0",
3+
"version": "19.3.44",
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/calendars/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### TimePicker
88

components/charts/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### Chart
88

components/circulargauge/CHANGELOG.md

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

66
## [Unreleased]
77

8-
## 19.3.46 (2021-10-19)
8+
## 19.3.47 (2021-10-26)
99

1010
### CircularGauge
1111

components/diagrams/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+
## 19.3.47 (2021-10-26)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I342681` - The issue "BPMN Task shape becomes square shape when printing the diagram" has been fixed.
12+
- `#I345844` - The issue "An exception occurs when perform search in the symbol palette" has been fixed.
13+
514
## 19.3.46 (2021-10-19)
615

716
### 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": "19.3.45",
3+
"version": "19.3.46",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

5+
## 19.3.47 (2021-10-26)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
12+
- `#I338302` - Resolved the hanging issue when opening document with table.
13+
- `#I339240` - RTL list is now deleted properly.
14+
515
## 19.3.46 (2021-10-19)
616

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

33
## [Unreleased]
44

5+
## 19.3.47 (2021-10-26)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I343096` - The issue with "The Dropdown Tree item getting unselected when clicking the text content of the input element" has been fixed.
12+
513
## 19.3.46 (2021-10-19)
614

715
### Dropdown Tree

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": "19.3.45",
3+
"version": "19.3.46",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.47 (2021-10-26)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#343991` - Additional parameters are not passed to `BatchUpdate` method when deleting the row issue has been fixed.
12+
- `#344100` - Issue in cancelling the drawing of predecessor line in `actionBegin` event has been fixed.
13+
- `#345841` - Issue on taskbar editing when timezone property set as `UTC` has been fixed.
14+
- `#341691` - Bring back browser default context menu in dialog editing has been fixed.
15+
16+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
17+
18+
#### Breaking Changes
19+
20+
- Add and Edit dialog is now rendered as direct child to *body* element.
21+
522
## 19.3.46 (2021-10-19)
623

724
### Gantt
@@ -12,7 +29,8 @@
1229
- `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
1330
- `#F168970` - Issue in updating Segments data issue has been fixed.
1431

15-
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
32+
- `#343417` - Issue in CRUD operations when using datamanager data has been fixed.
33+
- `#340739` - Vertical grid line issue while changing height dynamically has been fixed.
1634

1735
## 19.3.45 (2021-10-12)
1836

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": "19.3.45",
3+
"version": "19.3.46",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 19.3.47 (2021-10-26)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I345516` - Grid sort icon overlapping with column header text in `boostrap5` theme issue has been fixed.
12+
- `#I341348` - Provided the support for clearing all the Grid actions.
13+
- `#I344299` - Grid data is not loaded when using custom binding with `Infinitescrolling` is fixed.
14+
- `#F167378` - Throws scripts error while apply sorting in load event with `Infinitescrolling` is resolved.
15+
- `#I345190` - Date column filtering operator issue has been fixed.
16+
517
## 19.3.46 (2021-10-19)
618

719
### Grid
@@ -11,6 +23,7 @@
1123
- `#I343873` - Infinite Scroll spinner issue while loading next block is fixed.
1224
- `#I344229` - Script error while searching in the infinite scrolling enabled is resolved.
1325
- `#I344295` - Infinite scroll grid is duplicating the last row issue has been fixed.
26+
- `#FB21743` - Grouping collapse is not working properly with Infinite scroll if it don't have aggregates issue has been fixed.
1427

1528
## 19.3.45 (2021-10-12)
1629

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": "19.3.45",
3+
"version": "19.3.46",
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/inplaceeditor/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### In-place Editor
88

components/inputs/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### NumericTextBox
88

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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### Kanban
88

components/lists/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### ListView
88

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-
## 19.3.46 (2021-10-19)
14+
## 19.3.47 (2021-10-26)
1515

1616
### Maps
1717

components/navigations/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### Tab
88

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+
## 19.3.47 (2021-10-26)
6+
7+
### PDF Viewer
8+
9+
#### Bug Fixes
10+
11+
- `#344034` - The Script error will no longer be thrown if we select text markup annotation when text selection is disabled.
12+
513
## 19.3.46 (2021-10-19)
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": "19.3.45",
3+
"version": "19.3.46",
44
"description": "Essential JS 2 PDF viewer Component for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
#### Bug Fixes
1919

2020
- `#F168308` - The pivot table can now be rendered properly with custom number formats.
21-
- `#339705` - When the virtualization feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
22-
- `#341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
23-
- `#342221` - The pivot table can now be rendered properly while applying date grouing through UI.
21+
- `#I339705` - When the virtualization feature is used, the pivot table can now be rendered properly without an unnecessary horizontal scrollbar when the content does not require it.
22+
- `#I341987` - The pivot table can now be rendered properly while perform filtering with OLAP data source.
23+
- `#I342221` - The pivot table can now be rendered properly while applying date grouing through UI.
2424
- The column headers are now displayed properly while perform resizing.
25-
- `#342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
25+
- `#I342221` - The pivot table can now be rendered properly while perform member filtering with an empty header.
2626

2727
#### New Features
2828

29-
- `#300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
29+
- `#I300095` - Provided support to display measures at any desired positions in the column or row axis for relational data sources.
3030

3131
## 19.2.56 (2021-08-17)
3232

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

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.47 (2021-10-26)
6+
7+
### Tooltip
8+
9+
- `#I341459` - The issue with "The Tooltip's pop-up position misaligns on window resize" has been resolved.
10+
511
## 19.2.62 (2021-09-14)
612

713
### Dialog

components/querybuilder/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-
## 19.3.46 (2021-10-19)
5+
## 19.3.47 (2021-10-26)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.3.47 (2021-10-26)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I342950` - The issue with "font-Family styles are not applied when changing dynamically" has been resolved.
12+
- `#I345842` - The issue with "Table cells with classes added initially are removed, when focusing on the table cells" has been resolved.
13+
514
## 19.3.46 (2021-10-19)
615

716
### RichTextEditor
817

918
#### Bug Fixes
1019

20+
- `#I342605` - The `removeUrl` API configured controller action, now receives the image file data instead of the `src` attribute value, When removing an image from the editor.
21+
- `#I343769` - The issue with the link quick toolbar opened when placing the cursor at the first letter of the hyperlink word in the Rich Text Editor content has been resolved.
22+
23+
## 19.3.45 (2021-10-12)
24+
25+
### RichTextEditor
26+
27+
#### Bug Fixes
28+
1129
- `#I338000` - The issue with `actionComplete` event triggered twice, when replacing the inserted image using QuickToolbar has been resolved.
1230
- `#I343188` - The issue with "Focusing a table cell that was recently inserted in the Rich Text Editor, the page scrolls to the end and the table loses its focus" has been resolved.
1331
- `#F168838` - The issue with "Image is not inserted in the editor, when using the `Turkish` language" has been resolved.

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

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": "19.3.44",
3+
"version": "19.3.46",
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",

0 commit comments

Comments
 (0)