Skip to content

Commit 418f237

Browse files
author
pipeline
committed
v19.1.57 is released
1 parent 4113f40 commit 418f237

File tree

41 files changed

+190
-29
lines changed

Some content is hidden

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

41 files changed

+190
-29
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.56 (2021-04-13)
5+
## 19.1.57 (2021-04-20)
66

77
### Barcode
88

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.1.56 (2021-04-13)
5+
## 19.1.57 (2021-04-20)
66

77
### Common
88

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.55",
3+
"version": "19.1.56",
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/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.1.54",
3+
"version": "19.1.56",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## [Unreleased]
77

8-
## 19.1.56 (2021-04-13)
8+
## 19.1.57 (2021-04-20)
99

1010
### CircularGauge
1111

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.1.57 (2021-04-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `F164350` - The issue "Annotation hyper link is not working" has been fixed.
12+
- `#319911` - The issue "Customized style disappears when serializing the BPMN shapes" has been fixed.
13+
514
## 19.1.56 (2021-04-13)
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.1.54",
3+
"version": "19.1.56",
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: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
## [Unreleased]
44

5+
## 19.1.57 (2021-04-20)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I319397` - Resolved the spell check for certain words ending with `ies`.
12+
- `#F164367` - Resolved the script error in `npm run sass`.
13+
- `#I319824` - Resolved the extra page rendering issue.
14+
- `#I319824` - Resolved the border rendering issue in the exported word document.
15+
- `#I319421`, `#F163236` - Resolved the copy/paste issue for content copied from Document Editor.
16+
- `#I307321` - Document exporting issue with line shape is resolved.
17+
- `#I307321` - Exported document rendering issue in resolved.
18+
- `#I321190` - Resolved the icon issue in material-dark, bootstrap-dark, fabric-dark themes.
19+
- `#I319808` - Document with tab is now rendered properly.
20+
- `#I317303` - Spacing after the numbered list is preserved.
21+
- `#I324052` - Added the footnote and endnote locale strings.
22+
- `#I307321` - Table border issue in exported word document is resolved.
23+
- `#I307321` - List with hanging indent is rendered properly.
24+
- `#I313465` - Resolved the image rendering issue in insert image API.
25+
- `#I321108` - Script error in tracking the changes is resolved.
26+
- `#I321923` - Script error in pasting image URL in track change mode is resolved.
27+
- `#I317358` - Image copy/paste issue in ASP.NET MVC framework is resolved.
28+
- `#I318843` - Resolved the list formatting issue in copy pasted content.
29+
- `#I319868` - Exported document with image in header is opened properly in Libre Office.
30+
- `#I324025` - Resolved the font dialog option value in localized mode.
31+
532
## 19.1.56 (2021-04-13)
633

734
### Document Editor

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.1.55",
3+
"version": "19.1.56",
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",

components/dropdowns/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.57 (2021-04-20)
6+
7+
### MultiSelect
8+
9+
#### Bug Fixes
10+
11+
- `#I320251` - Issue with "previously selected value is shown in the popup while removing the value using backspace rapidly in the custom value enabled component" has been resolved.
12+
513
## 19.1.56 (2021-04-13)
614

715
### ListBox

0 commit comments

Comments
 (0)