Skip to content

Commit 87198d4

Browse files
author
pipeline
committed
v19.2.55 is released
1 parent 87290b8 commit 87198d4

File tree

43 files changed

+196
-42
lines changed

Some content is hidden

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

43 files changed

+196
-42
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.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
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.2.51 (2021-08-03)
5+
## 19.2.47 (2021-07-13)
66

77
### Checkbox
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": "19.2.46",
3+
"version": "19.2.47",
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/buttons/src/chips/chips.directive.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ export class ChipDirective extends ComplexBase<ChipDirective> {
4646
/**
4747
* Specifies a value that indicates whether the chip component is enabled or not.
4848
* @default true
49-
* @blazordefaultvalue null
50-
* @blazortype bool?
5149
*/
5250
public enabled: any;
5351
/**

components/charts/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.2.55 (2021-08-11)
6+
7+
### Chart
8+
9+
#### New Features
10+
11+
- `#335166` - Provide Fade out support for chart tooltip on touch.
12+
513
## 19.2.51 (2021-08-03)
614

715
### 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.2.49",
3+
"version": "19.2.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/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.2.51 (2021-08-03)
8+
## 19.2.55 (2021-08-11)
99

1010
### CircularGauge
1111

components/diagrams/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.2.55 (2021-08-11)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I336316` - The issue "The loaded connectors path is differ from saved connectors" has been fixed.
12+
- `#I335836` - The Default tooltip rendered in the wrong position for the native node issue has been fixed.
13+
- `#I337885` - The issue "Connectors have disappeared in Swim lane at initial rendering" has been fixed.
14+
515
## 19.2.51 (2021-08-03)
616

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

33
## [Unreleased]
44

5-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
66

77
### Document Editor
88

components/dropdowns/CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,46 @@
22

33
## [Unreleased]
44

5+
## 19.2.55 (2021-08-11)
6+
7+
### ListBox
8+
9+
#### New Features
10+
11+
- Provided No Record Template support.
12+
13+
### DropDownList
14+
15+
#### Bug Fixes
16+
17+
- Issue with "incremental search is not working properly while destroying and rendering the component again" has been resolved.
18+
19+
### AutoComplete
20+
21+
#### Bug Fixes
22+
23+
- `I335313` - Issue with "select element is displayed while rendering the component with floating label" has been resolved.
24+
25+
### Dropdown Tree
26+
27+
#### Bug Fixes
28+
29+
- `#F167371` - The performance issue that occurred when destroying the Dropdown Tree with a huge data source and CheckBox support has been resolved.
30+
31+
### MultiSelect
32+
33+
#### Bug Fixes
34+
35+
- `#I338231` - Issue with "empty popup is shown while removing the custom value from the input" has been resolved.
36+
537
## 19.2.51 (2021-08-03)
638

39+
### ListBox
40+
41+
#### Bug Fixes
42+
43+
- `#I336382` - The issue with getDataList not updated properly after removing the items has been fixed.
44+
745
### Dropdown Tree
846

947
#### Bug Fixes

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.2.49",
3+
"version": "19.2.51",
44
"description": "Essential JS 2 DropDown Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/src/list-box/listbox.component.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ export class ListBoxComponent extends ListBox implements IComponentBase {
5353
@ContentChild('itemTemplate')
5454
@Template()
5555
public itemTemplate: any;
56+
@ContentChild('noRecordsTemplate')
57+
@Template('No records found')
58+
public noRecordsTemplate: any;
5659

5760
public focus: any;
5861
public blur: any;

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.2.51 (2021-08-03)
5+
## 19.2.48 (2021-07-20)
66

77
### File Manager
88

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.1.53",
3+
"version": "19.2.48",
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## [Unreleased]
44

5-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
66

77
### Gantt
88

99
#### Bug Fixes
1010

11+
- `#336211` - Issue with Virtual Scrolling in Firefox browse has been resolved.
12+
1113
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
1214

1315
## 19.2.47 (2021-07-13)

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.2.55 (2021-08-11)
6+
7+
### Grid
8+
9+
#### Bug Fixes
10+
11+
- `#I331628` - Clear button issue in filter bar input has been fixed.
12+
- `#I328013` - Copy and paste in `mac os` issue has been resolved.
13+
- `#I336801` - Adding new record is not working in infinite scroll with frozen grid, has been fixed.
14+
- `#F158244` - filter menu destroyed issue in filter template has been fixed.
15+
16+
#### New Features
17+
18+
- `#I334322` - Provided exporting headers with image support.
19+
- `#I284744, #I289234` - Provided keyboard navigation support in infinite scroll.
20+
- `#I325175, #I327940` - Provided Sticky header support.
21+
522
## 19.2.51 (2021-08-03)
623

724
### 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.2.49",
3+
"version": "19.2.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/inplaceeditor/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-inplace-editor",
3-
"version": "19.2.46",
3+
"version": "19.2.51",
44
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
66

77
### Kanban
88

components/layouts/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.2.55 (2021-08-11)
6+
7+
### Dashboard Layout
8+
9+
#### Bug Fixes
10+
11+
- `#I306072` - The Floating issue in Dashboard Layout when the scroll bar is in the middle of the page has been resolved.
12+
513
## 19.2.48 (2021-07-20)
614

715
### Splitter

components/layouts/src/dashboard-layout/panels.directive.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export class PanelDirective extends ComplexBase<PanelDirective> {
3333
* Defines the column value where the panel to be placed.
3434
* @default 0
3535
* @asptype int
36-
* @blazortype int
3736
*/
3837
public col: any;
3938
/**
@@ -55,65 +54,55 @@ export class PanelDirective extends ComplexBase<PanelDirective> {
5554
* Specifies the maximum width of the panel in cells count.
5655
* @default null
5756
* @asptype int
58-
* @blazortype int?
5957
*/
6058
public maxSizeX: any;
6159
/**
6260
* Specifies the maximum height of the panel in cells count.
6361
* @default null
6462
* @asptype int
65-
* @blazortype int?
6663
6764
*/
6865
public maxSizeY: any;
6966
/**
7067
* Specifies the minimum width of the panel in cells count.
7168
* @default 1
72-
* @blazortype int
7369
*/
7470
public minSizeX: any;
7571
/**
7672
* Specifies the minimum height of the panel in cells count.
7773
* @default 1
78-
* @blazortype int
7974
*/
8075
public minSizeY: any;
8176
/**
8277
* Defines a row value where the panel should be placed.
8378
* @default 0
8479
* @asptype int
85-
* @blazortype int
8680
*/
8781
public row: any;
8882
/**
8983
* Specifies the width of the panel in the layout in cells count.
9084
* @default 1
91-
* @blazortype int
9285
*/
9386
public sizeX: any;
9487
/**
9588
* Specifies the height of the panel in the layout in cells count.
9689
* @default 1
97-
* @blazortype int
9890
*/
9991
public sizeY: any;
10092
/**
10193
* Specifies the z-index of the panel
10294
* @default 1000
10395
* @asptype double
104-
* @blazortype double
10596
*/
10697
public zIndex: any;
10798
/**
10899
* Defines the template value that should be displayed as the panel's header.
109-
* @blazortype RenderFragment
110100
*/
111101
@ContentChild('header')
112102
@Template()
113103
public header: any;
114104
/**
115105
* Defines the template value that should be displayed as the panel's content.
116-
* @blazortype RenderFragment
117106
*/
118107
@ContentChild('content')
119108
@Template()

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.51 (2021-08-03)
5+
## 19.2.55 (2021-08-11)
6+
7+
### ListView
8+
9+
#### Bug Fixes
10+
11+
- `#F167149` - The issue with "Multiple requests are made to the controller when using remote data source with template support in the ListView component" has been resolved.
12+
13+
## 19.2.49 (2021-07-27)
614

715
### Common
816

917
#### Bug Fixes
1018

1119
- Sortable helper element issue resolved in List Box.
1220

21+
### ListView
22+
23+
#### Bug Fixes
24+
25+
- `#I335874` - The issue with "The additional new element is added in the template element of the List components" has been resolved.
26+
1327
## 19.2.48 (2021-07-20)
1428

1529
### ListView

components/lists/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-lists",
3-
"version": "19.2.48",
3+
"version": "19.2.49",
44
"description": "The listview control allows you to select an item or multiple items from a list-like interface and represents the data in interactive hierarchical structure across different layouts or views. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/navigations/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+
## 19.2.55 (2021-08-11)
6+
7+
### TreeView
8+
9+
#### Bug Fixes
10+
11+
- `#I337237` - Resolved the performance issue that occurred when removing more than 500 nodes from the TreeView using multiple selection.
12+
13+
### Tab
14+
15+
#### Bug Fixes
16+
17+
- `#I335995` - An issue with the touch event not triggering on tab content swipe has been fixed.
18+
519
## 19.2.51 (2021-08-03)
620

721
### Tab

0 commit comments

Comments
 (0)