Skip to content

Commit c67b02e

Browse files
author
pipeline
committed
v17.2.41 is released
1 parent eba7ac6 commit c67b02e

File tree

270 files changed

+7698
-1367
lines changed

Some content is hidden

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

270 files changed

+7698
-1367
lines changed

components/calendars/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.2.41 (2019-08-14)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F146493` - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.
12+
513
## 17.2.36 (2019-07-24)
614

715
### DatePicker

components/calendars/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.2.41 (2019-08-14)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#F146493` - Issue with "DateRangePicker popup not opened on the second click action in iPad devices" has been resolved.
12+
513
## 17.2.36 (2019-07-24)
614

715
### DatePicker

components/charts/dist/@syncfusion/ej2-angular-charts.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/charts/dist/@syncfusion/ej2-angular-charts.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/charts/dist/dist/ej2-angular-charts.umd.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/charts/dist/dist/ej2-angular-charts.umd.min.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/charts/src/stock-chart/striplines.directive.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class StockChartStripLineDirective extends ComplexBase<StockChartStripLin
5353
public duration: any;
5454
/**
5555
* If set to true, series gets animated on initial loading.
56-
* @default true
56+
* @default false
5757
*/
5858
public enable: any;
5959
/**

components/diagrams/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.41 (2019-08-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#146327` - The issue "Layout not working for Group Node" is now resolved.
12+
- `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
13+
- `#146017` - The issue "Decorator is not aligned properly in palette when we set large stroke Width for it" is now resolved.
14+
- `#242713` - The issue "Diagram Connectors not exported properly using web kit" is now resolved.
15+
- `#244589`, `#244046` - The issue "Context menu properties are generated in MVC" is now resolved.
16+
- `#243734` - The issue "Symbol Palette - first palette element gets removed while refresh the palette" is now resolved.
17+
- `#244519` - The issue "Support to delete a lane from swimlane" is now resolved.
18+
- The issue "Ports are not rendered when we enable virtualization" is now resolved.
19+
520
## 17.2.40 (2019-08-06)
621

722
### Diagram

components/diagrams/dist/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 17.2.41 (2019-08-14)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#146327` - The issue "Layout not working for Group Node" is now resolved.
12+
- `#243648` - The issue "Exception raised while adding UML class shapes at runtime" is now resolved.
13+
- `#146017` - The issue "Decorator is not aligned properly in palette when we set large stroke Width for it" is now resolved.
14+
- `#242713` - The issue "Diagram Connectors not exported properly using web kit" is now resolved.
15+
- `#244589`, `#244046` - The issue "Context menu properties are generated in MVC" is now resolved.
16+
- `#243734` - The issue "Symbol Palette - first palette element gets removed while refresh the palette" is now resolved.
17+
- `#244519` - The issue "Support to delete a lane from swimlane" is now resolved.
18+
- The issue "Ports are not rendered when we enable virtualization" is now resolved.
19+
520
## 17.2.40 (2019-08-06)
621

722
### Diagram

components/diagrams/dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"name":"@syncfusion/ej2-angular-diagrams","version":"17.2.39","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","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-diagrams":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","diagram","angular","ng","ng-diagrams","ej2-ng-diagrams"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-diagrams.umd.js","module":"@syncfusion/ej2-angular-diagrams.es5.js","es2015":"@syncfusion/ej2-angular-diagrams.js","typings":"ej2-angular-diagrams.d.ts","metadata":"ej2-angular-diagrams.metadata.json"}
1+
{"name":"@syncfusion/ej2-angular-diagrams","version":"17.2.40","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","author":"Syncfusion Inc.","license":"SEE LICENSE IN license","schematics":"./schematics/collection.json","dependencies":{"@syncfusion/ej2-base":"*","@syncfusion/ej2-angular-base":"*","@syncfusion/ej2-diagrams":"*"},"devDependencies":{"@syncfusion/ej2-build":"*","rxjs":"5.0.0 - 5.5.10","zone.js":"0.7.2 - 0.8.26","core-js":"2.4.1 - 2.6.6","reflect-metadata":"0.1.9 - 0.1.15 ","@angular/common":"2.2.1 - 4.10.0","@angular/compiler":"2.2.1 - 4.10.0","@angular/core":"2.2.1 - 4.10.0","@angular/forms":"2.2.1 - 4.10.0","@angular/http":"2.2.1 - 4.10.0","@angular/platform-browser":"2.2.1 - 4.10.0","@angular/platform-browser-dynamic":"2.2.1 - 4.10.0","@angular/router":"2.2.1 - 4.10.0","@angular/compiler-cli":"2.2.1 - 4.10.0","@angular/platform-server":"2.2.1 - 4.10.0","@angular-devkit/schematics":"0.7.2","@schematics/angular":"0.7.2","es6-module-loader":"^0.17.11","rollup":"^0.41.6","rollup-plugin-uglify":"^1.0.1","systemjs":"^0.19.40","systemjs-plugin-babel":"0.0.17","ng-packagr":"1.5.0","tsickle":"0.34.0"},"keywords":["ej2","Syncfusion","web-components","diagram","angular","ng","ng-diagrams","ej2-ng-diagrams"],"repository":{"type":"git","url":"https://github.com/syncfusion/ej2-angular-ui-components.git"},"scripts":{"scripts":"gulp schematics-tasks && gulp schematics-remove && gulp adding-externals && npm run packagr","bundle":"rollup -c rollup.config.js","packagr":"ng-packagr -p ng-package.json && gulp npmrc-changelog-schematics-injection && gulp path-change"},"sideEffects":true,"main":"dist/ej2-angular-diagrams.umd.js","module":"@syncfusion/ej2-angular-diagrams.es5.js","es2015":"@syncfusion/ej2-angular-diagrams.js","typings":"ej2-angular-diagrams.d.ts","metadata":"ej2-angular-diagrams.metadata.json"}

0 commit comments

Comments
 (0)