Skip to content

Commit 975ee5f

Browse files
author
pipeline
committed
v19.1.58 is released
1 parent 418f237 commit 975ee5f

Some content is hidden

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

44 files changed

+258
-93
lines changed

components/barcodegenerator/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.1.57 (2021-04-20)
5+
## 19.1.58 (2021-04-27)
66

77
### Barcode
88

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.1.57 (2021-04-20)
5+
## 19.1.58 (2021-04-27)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I287376,I311253,F156542` - Provided support for `strict` mode compilation.
12+
13+
14+
## 19.1.56 (2021-04-13)
615

716
### Common
817

components/base/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-base",
3-
"version": "19.1.54",
3+
"version": "19.1.56",
44
"description": "A common package of Essential JS 2 base Angular libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/calendars/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"dependencies": {
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
11-
"@syncfusion/ej2-calendars": "*",
12-
"@types/lodash": "4.14.159",
13-
"@types/node": "11.15.20"
11+
"@syncfusion/ej2-calendars": "*"
1412
},
1513
"devDependencies": {
1614
"rxjs": "5.0.0 - 5.5.10",
@@ -36,6 +34,8 @@
3634
"systemjs-plugin-babel": "0.0.17",
3735
"ng-packagr": "1.5.0",
3836
"tsickle": "0.34.0",
37+
"@types/lodash": "4.14.159",
38+
"@types/node": "11.15.20",
3939
"es6-promise": "^3.2.1",
4040
"gulp": "^3.9.1",
4141
"gulp-sass": "^3.1.0",

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.1.57 (2021-04-20)
8+
## 19.1.58 (2021-04-27)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#324756` - If numeric content is set, the text style of the annotation content will now be applied correctly.
15+
16+
## 19.1.55 (2021-04-06)
917

1018
### CircularGauge
1119

components/circulargauge/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "@syncfusion/ej2-angular-circulargauge",
3-
"version": "19.1.54",
3+
"version": "19.1.55",
44
"description": "Essential JS 2 CircularGauge Components for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
77
"schematics": "./schematics/collection.json",
88
"dependencies": {
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
11-
"@syncfusion/ej2-circulargauge": "*",
12-
"@types/lodash": "4.14.159",
13-
"@types/node": "11.15.20"
11+
"@syncfusion/ej2-circulargauge": "*"
1412
},
1513
"devDependencies": {
1614
"rxjs": "5.0.0 - 5.5.10",
@@ -36,6 +34,8 @@
3634
"systemjs-plugin-babel": "0.0.17",
3735
"ng-packagr": "1.5.0",
3836
"tsickle": "0.34.0",
37+
"@types/lodash": "4.14.159",
38+
"@types/node": "11.15.20",
3939
"es6-promise": "^3.2.1",
4040
"gulp": "^3.9.1",
4141
"gulp-sass": "^3.1.0",

components/diagrams/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
1212
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
13+
- `#321939` - The issue "Swimlane send to back node working" has been fixed.
14+
- `#322854` - The issue "Swimlane children disappear while performing the order commands" has been fixed.
15+
- `#323203` - The issue "Exception occurs when try to redo the node's gradient color" has been fixed.
1316

1417
## 19.1.56 (2021-04-13)
1518

components/diagrams/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "@syncfusion/ej2-angular-diagrams",
3-
"version": "19.1.56",
3+
"version": "19.1.57",
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",
77
"schematics": "./schematics/collection.json",
88
"dependencies": {
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
11-
"@syncfusion/ej2-diagrams": "*",
12-
"@types/lodash": "4.14.159",
13-
"@types/node": "11.15.20"
11+
"@syncfusion/ej2-diagrams": "*"
1412
},
1513
"devDependencies": {
1614
"rxjs": "5.0.0 - 5.5.10",
@@ -36,6 +34,8 @@
3634
"systemjs-plugin-babel": "0.0.17",
3735
"ng-packagr": "1.5.0",
3836
"tsickle": "0.34.0",
37+
"@types/lodash": "4.14.159",
38+
"@types/node": "11.15.20",
3939
"es6-promise": "^3.2.1",
4040
"gulp": "^3.9.1",
4141
"gulp-sass": "^3.1.0",

components/documenteditor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "@syncfusion/ej2-angular-documenteditor",
3-
"version": "19.1.56",
3+
"version": "19.1.57",
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",
77
"schematics": "./schematics/collection.json",
88
"dependencies": {
99
"@syncfusion/ej2-base": "*",
1010
"@syncfusion/ej2-angular-base": "*",
11-
"@syncfusion/ej2-documenteditor": "*",
12-
"@types/lodash": "4.14.159",
13-
"@types/node": "11.15.20"
11+
"@syncfusion/ej2-documenteditor": "*"
1412
},
1513
"devDependencies": {
1614
"rxjs": "5.0.0 - 5.5.10",
@@ -36,6 +34,8 @@
3634
"systemjs-plugin-babel": "0.0.17",
3735
"ng-packagr": "1.5.0",
3836
"tsickle": "0.34.0",
37+
"@types/lodash": "4.14.159",
38+
"@types/node": "11.15.20",
3939
"es6-promise": "^3.2.1",
4040
"gulp": "^3.9.1",
4141
"gulp-sass": "^3.1.0",

components/dropdowns/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 19.1.58 (2021-04-27)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I323805` - Issue with "pasted content is partially visible in the input element while pasting long text content" has been resolved.
12+
513
## 19.1.57 (2021-04-20)
614

15+
### ListBox
16+
17+
#### Bug Fixes
18+
19+
- `#311323` - Issue with 'No Records Found' text occurred twice has been resolved.
20+
721
### MultiSelect
822

923
#### Bug Fixes

0 commit comments

Comments
 (0)