Skip to content

Commit ed8f722

Browse files
author
pipeline
committed
v19.1.64 is released
1 parent 4d0d1c6 commit ed8f722

File tree

43 files changed

+190
-61
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

+190
-61
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.63 (2021-05-13)
5+
## 19.1.64 (2021-05-19)
66

77
### Barcode
88

components/base/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.1.63 (2021-05-13)
5+
## 19.1.64 (2021-05-19)
6+
7+
### Common
8+
9+
#### Bug Fixes
10+
11+
- `I324729` - Increased `peerDependencies` version from `11.1.1` to `11.2.13`.
12+
13+
## 19.1.58 (2021-04-27)
614

715
### Common
816

components/base/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-angular-base",
3-
"version": "19.1.56",
3+
"version": "19.1.63",
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",
@@ -16,12 +16,12 @@
1616
"ng"
1717
],
1818
"peerDependencies": {
19-
"@angular/common": "4.10.0 - 11.1.1",
20-
"@angular/compiler": "4.10.0 - 11.1.1",
21-
"@angular/core": "4.10.0 - 11.1.1",
22-
"@angular/forms": "4.10.0 - 11.1.1",
23-
"@angular/platform-browser": "4.10.0 - 11.1.1",
24-
"@angular/platform-browser-dynamic": "4.10.0 - 11.1.1"
19+
"@angular/common": "4.10.0 - 11.2.13",
20+
"@angular/compiler": "4.10.0 - 11.2.13",
21+
"@angular/core": "4.10.0 - 11.2.13",
22+
"@angular/forms": "4.10.0 - 11.2.13",
23+
"@angular/platform-browser": "4.10.0 - 11.2.13",
24+
"@angular/platform-browser-dynamic": "4.10.0 - 11.2.13"
2525
},
2626
"dependencies": {
2727
"@syncfusion/ej2-base": "*",

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+
## 19.1.64 (2021-05-19)
6+
7+
### DateRangePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I325926` - Issue with "custom range popup shows always in the presets popup while rendering the component with preset range as date time value and selecting any presets range from popup" has been resolved.
12+
513
## 18.4.34 (2021-01-12)
614

715
### DateTimePicker

components/calendars/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-calendars",
3-
"version": "19.1.56",
3+
"version": "19.1.63",
44
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/charts/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.63 (2021-05-13)
5+
## 19.1.64 (2021-05-19)
66

77
### Chart
88

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.1.63 (2021-05-13)
8+
## 19.1.64 (2021-05-19)
99

1010
### CircularGauge
1111

components/diagrams/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.1.64 (2021-05-19)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I324251` - The issue "Nodes with SVG shapes have inaccurate positions in the Overview Control" has been fixed.
12+
513
## 19.1.63 (2021-05-13)
614

715
### 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.1.59",
3+
"version": "19.1.63",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## 19.1.64 (2021-05-19)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `I325681` - Resolved the textbox border rendering issue.
12+
- `I323059` - Resolved the script error when ignore action in spelling dialog.
13+
- `I323423` - Resolved the footnote moving issue to next page.
14+
- `#I324169` - Resolved opacity issue in toolbar item.
15+
- `#I322560`, `#I323516` - Script error in the top and bottom layout is resolved.
16+
- `#I323824` - Resolved the document corruption issue in MS Office 2007.
17+
- Resolved the document rendering issue document footer.
18+
- Resolved the script error for Jest framework.
19+
520
## 19.1.59 (2021-05-04)
621

722
### Document Editor

0 commit comments

Comments
 (0)