Skip to content

Commit 399062f

Browse files
author
pipeline
committed
v19.3.55 is released
1 parent 9e1e577 commit 399062f

File tree

38 files changed

+140
-35
lines changed

38 files changed

+140
-35
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.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
66

77
### Common
88

components/calendars/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-calendars",
3-
"version": "19.3.46",
3+
"version": "19.3.53",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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.55 (2021-11-23)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- Tooltip is now working fine in react library for mobile device.
12+
- `#I347059` - Data label is now rendering properly for stacking column.
13+
514
## 19.3.54 (2021-11-17)
615

716
### 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": "19.3.53",
3+
"version": "19.3.54",
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/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.54 (2021-11-17)
8+
## 19.3.55 (2021-11-23)
99

1010
### CircularGauge
1111

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I346676` - The issue "Drag and drop item from Tree-View to Diagram doesn't behave correctly" has been fixed.
12+
- `#I347727` - The issue "RemovePalette API not working properly" has been fixed.
13+
- `#I348028` - The issue "SelectionChange newValue is null when deselecting one of multiple selected shapes" has been fixed.
14+
15+
## 19.3.53 (2021-11-12)
616

717
### Diagram
818

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

33
## [Unreleased]
44

5+
## 19.3.55 (2021-11-23)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `I345759`- Resolved the table border rendering issue.
12+
513
## 19.3.54 (2021-11-17)
614

715
### 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.53",
3+
"version": "19.3.54",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.3.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
6+
7+
### AutoComplete
8+
9+
#### Bug Fixes
10+
11+
- `#I343913` - Issue with "exception throws while preventing the request to the server in the `actionBegin` event" has been resolved.
12+
13+
## 19.3.53 (2021-11-12)
614

715
### Dropdown Tree
816

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.48",
3+
"version": "19.3.53",
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: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,21 @@
22

33
## [Unreleased]
44

5-
## 19.3.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
66

77
### File Manager
88

99
#### Bug Fixes
1010

11-
- `#I340018` - The issue with "Script gets executed when new folder is created with HTML tags while using enableHtmlSanitizer property of FileManager component" has been resolved.
11+
- `#I341862` - The issue with "`filterFiles` method throws script error in File Manager" has been resolved.
12+
13+
## 19.3.44 (2021-10-05)
14+
15+
### File Manager
16+
17+
#### Bug Fixes
18+
19+
- `#I340018` - The issue with "Script gets executed when new folder is created with HTML tags while using `enableHtmlSanitizer` property of File Manager component" has been resolved.
1220

1321
## 19.2.56 (2021-08-17)
1422

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

components/gantt/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11-
- `#342557` - In fixed work type duration update issue has been fixed.
11+
- `#347753` - Issue in `defaultedit` edit type has been fixed.
1212

1313
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1414

15+
## 19.3.53 (2021-11-12)
16+
17+
### Gantt
18+
19+
#### Bug Fixes
20+
21+
- `#342557` - In fixed work type duration update issue has been fixed.
22+
1523
## 19.3.48 (2021-11-02)
1624

1725
### 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-angular-gantt",
3-
"version": "19.3.48",
3+
"version": "19.3.53",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 19.3.55 (2021-11-23)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#F170201` - Passed `groupcaption` details in the `exportGroupCaption` event arguments.
12+
- `#I347287` - Maximum call stack issue occurs when checkbox columns set visible property as false for first column has been fixed.
13+
- `#I347439` - The last row bottom border issue in Frozen right part has been fixed.
14+
- `#I348589` - Changing grid height programmatically throws script error while scrolling issue has been fixed.
15+
516
## 19.3.54 (2021-11-17)
617

718
### 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": "19.3.53",
3+
"version": "19.3.54",
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.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
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.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
66

77
### ColorPicker
88

components/kanban/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-
## 19.3.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
6+
7+
### Kanban
8+
9+
#### Bug Fixes
10+
11+
- `#I344836` - The issue with "Swimlane row is not created when kanban keyField has 0 value alone" has been resolved.
12+
13+
## 19.3.46 (2021-10-19)
614

715
### Kanban
816

components/kanban/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-kanban",
3-
"version": "19.3.45",
3+
"version": "19.3.53",
44
"description": "The Kanban board is an efficient way to visualize the workflow at each stage along its path to completion. The most important features available are Swim lane, filtering, and editing. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
66

77
### ListBase
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.54 (2021-11-17)
14+
## 19.3.46 (2021-10-19)
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": "19.3.44",
3+
"version": "19.3.53",
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/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#### Bug Fixes
1010

1111
- `#I347014` - An issue with dynamic tab item navigation if scheduler is present on a page has been fixed.
12+
- `#I296232` - The issue with "Script error occurs while updating the tab header text" has been resolved.
1213

1314
## 19.3.46 (2021-10-19)
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-angular-navigations",
3-
"version": "19.3.53",
3+
"version": "19.3.54",
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/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.53",
3+
"version": "19.3.54",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## [Unreleased]
44

5-
## 19.3.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- The pivot table can now be properly exported to an pdf file with two levels of columns.
12+
13+
## 19.3.53 (2021-11-12)
614

715
### Pivot Table
816

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

33
## [Unreleased]
44

5-
## 19.3.54 (2021-11-17)
5+
## 19.3.47 (2021-10-26)
66

77
### Tooltip
88

components/popups/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-popups",
3-
"version": "18.36.1",
3+
"version": "19.3.53",
44
"description": "A package of Essential JS 2 popup components such as Dialog and Tooltip that is used to display information or messages in separate pop-ups. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
66

77
### QueryBuilder
88

components/richtexteditor/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-
## 19.3.54 (2021-11-17)
5+
## 19.3.55 (2021-11-23)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I347461` - The issue with "quickToolbar of image is not hidden, when we click on the popup and then press Esc to hide" has been resolved.
12+
13+
## 19.3.53 (2021-11-12)
614

715
### RichTextEditor
816

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

0 commit comments

Comments
 (0)