Skip to content

Commit 23c67f6

Browse files
author
pipeline
committed
v17.3.30 is released
1 parent a5ce8ee commit 23c67f6

File tree

104 files changed

+389
-118
lines changed

Some content is hidden

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

104 files changed

+389
-118
lines changed

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+
## 17.3.30 (2019-12-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
12+
513
## 17.3.28 (2019-11-19)
614

715
### Chart

components/charts/dist/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+
## 17.3.30 (2019-12-03)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#256664` - Polar and radar axis labels overlapping with legend issue fixed.
12+
513
## 17.3.28 (2019-11-19)
614

715
### Chart

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#256513` - The issue "Not able to determine undo/redo action in the historyChange event" has been fixed.
12+
- `F148889` - The issue with the collectionChange event arguments that do not have parentId information in the element property has been fixed.
13+
- `F148889` - The issue with the TextAnnotation element size that grows on every move has been fixed.
14+
- `F148889` - Exception raises when we clear and change the text of TextAnnotation node and click to focus on other element has been fixed.
15+
- `F148889` - The issue with the Position change event that is not raised properly has been fixed.
16+
517
## 17.3.29 (2019-11-26)
618

719
### Diagram

components/diagrams/dist/@syncfusion/ej2-angular-diagrams.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/dist/@syncfusion/ej2-angular-diagrams.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/diagrams/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.3.30 (2019-12-03)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#256513` - The issue "Not able to determine undo/redo action in the historyChange event" has been fixed.
12+
- `F148889` - The issue with the collectionChange event arguments that do not have parentId information in the element property has been fixed.
13+
- `F148889` - The issue with the TextAnnotation element size that grows on every move has been fixed.
14+
- `F148889` - Exception raises when we clear and change the text of TextAnnotation node and click to focus on other element has been fixed.
15+
- `F148889` - The issue with the Position change event that is not raised properly has been fixed.
16+
517
## 17.3.29 (2019-11-26)
618

719
### Diagram

components/diagrams/dist/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": "17.3.28",
3+
"version": "17.3.29",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-diagrams';
4-
exports.pkgVer = '^17.3.28';
4+
exports.pkgVer = '^17.3.29';
55
exports.moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
6-
exports.themeVer = '~17.3.28';
6+
exports.themeVer = '~17.3.29';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-diagrams';
2-
export const pkgVer = '^17.3.28';
2+
export const pkgVer = '^17.3.29';
33
export const moduleName = 'DiagramModule, SymbolPaletteModule, OverviewModule';
4-
export const themeVer = '~17.3.28';
4+
export const themeVer = '~17.3.29';

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": "17.3.28",
3+
"version": "17.3.29",
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",

0 commit comments

Comments
 (0)