Skip to content

Commit ec72f14

Browse files
author
pipeline
committed
v19.2.49 is released
1 parent 7b5150c commit ec72f14

File tree

42 files changed

+186
-40
lines changed

Some content is hidden

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

42 files changed

+186
-40
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.48 (2021-07-20)
5+
## 19.2.49 (2021-07-27)
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.48 (2021-07-20)
5+
## 19.2.49 (2021-07-27)
66

77
### Checkbox
88

components/charts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.2.48 (2021-07-20)
5+
## 19.2.49 (2021-07-27)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#335336` - Chart series is now rendeirng properly while zooming in canvas mode.
12+
- `#330763` - Tooltip template is now working fine without cropping.
13+
14+
### Accumulation chart
15+
16+
#### Bug Fixes
17+
18+
- `#335151` - Console error while selecting point after cancelling a tooltip has been fixed.
19+
20+
## 19.2.47 (2021-07-13)
21+
22+
### Sparkline
23+
24+
#### Bug Fixes
25+
26+
- Resolved the console script exception while mouseover on the Sparkline.
627

728
### Chart
829

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.46",
3+
"version": "19.2.47",
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55

66
## [Unreleased]
77

8-
## 19.2.48 (2021-07-20)
8+
## 19.2.49 (2021-07-27)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#I334929` - When the `moveToCenter` property is enabled, the Circular Gauge will now be in the centre, with a `startAngle` of **241** to **269** and an `endAngle` of **150**.
15+
16+
## 19.2.47 (2021-07-13)
917

1018
### CircularGauge
1119

components/circulargauge/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-circulargauge",
3-
"version": "19.2.46",
3+
"version": "19.2.47",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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.2.49 (2021-07-27)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I335783` - The issue "The tooltip rendered in the wrong position when the node is placed at bottom position" has been fixed.
12+
- `#I334315` - The issue "Update template method is triggered twice"has been fixed.
13+
514
## 19.2.48 (2021-07-20)
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.2.46",
3+
"version": "19.2.48",
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: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,27 @@
22

33
## [Unreleased]
44

5+
## 19.2.49 (2021-07-27)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I333226` - Resolved the underline issue.
12+
- `#I330233` - Resolved the shape shifting issue in editing.
13+
- `#I332508` - Resolved the tracking of multiline tracking and empty paragraph revision.
14+
- `#I335858`, `#F148494` - Resolved the script error in component destroy.
15+
- `#F166420` - Resolved the SFDT exporting issue with shape.
16+
- `#I332253` - Resolved the cut paste hyperlink with track changes enabled.
17+
518
## 19.2.48 (2021-07-20)
619

720
### Document Editor
821

922
#### Bug Fixes
1023

1124
- `#I329790`, `#I331351` - Resolved export issue for the Table with compatibility mode.
12-
- `#I335409` - Resolved userlist updating issue in restrict editing pane.
25+
- `#I335409` - Resolved user list updating issue in restrict editing pane.
1326
- `#I328976` - Table and document content is not layouted properly.
1427
- `#I331333` - Resolved the page unresponsive issue in splitting the nested tables.
1528

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.2.47",
3+
"version": "19.2.48",
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",

0 commit comments

Comments
 (0)