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

0 commit comments

Comments
 (0)