Skip to content

Commit 8ac812b

Browse files
author
pipeline
committed
v19.1.69 is released
1 parent 2178597 commit 8ac812b

File tree

37 files changed

+166
-54
lines changed

37 files changed

+166
-54
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.67 (2021-06-08)
5+
## 19.1.63 (2021-05-13)
66

77
### Barcode
88

components/barcodegenerator/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-barcode-generator",
3-
"version": "19.1.56",
3+
"version": "19.1.63",
44
"description": "Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code. for Angular",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

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+
## 19.1.69 (2021-06-15)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#329311` - Legend text is now rendering properly with ampersand symbol.
12+
513
## 19.1.67 (2021-06-08)
614

715
### Chart

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.65",
3+
"version": "19.1.67",
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.67 (2021-06-08)
8+
## 19.1.69 (2021-06-15)
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.69 (2021-06-15)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I329576` - The issue While changing the connector flip property the connector's segment path is not updated correctly issue has been fixed.
12+
513
## 19.1.67 (2021-06-08)
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.66",
3+
"version": "19.1.67",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## [Unreleased]
44

5+
## 19.1.69 (2021-06-15)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I329173`, `#I330233` - Resolve script error while updating cross reference field.
12+
- `#F165501` - Resolve script error while applying border.
13+
- `#I328310` - Shape is now rendered properly in header & footer.
14+
- `#I325741` - Footnote content is now layout properly.
15+
- `#I329564` - Disabled accept and reject changes in read only mode.
16+
- `#F164814` - Character format is now applied properly in RTL text.
17+
- `#I328063` - Resolved script error while scrolling.
18+
519
## 19.1.67 (2021-06-08)
620

721
### 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.66",
3+
"version": "19.1.67",
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
## [Unreleased]
44

5-
## 19.1.67 (2021-06-08)
6-
7-
### MultiSelect
8-
9-
#### Bug Fixes
10-
11-
- `#I329663` - Issue with "width is not applied to the fixed header element while scrolling the popup items" has been resolved.
12-
135
## 19.1.65 (2021-05-25)
146

157
### DropDownList
@@ -1872,6 +1864,14 @@ DropDownList component contains a list of predefined values from which a single
18721864
- **Accessibility** - Provided with built-in accessibility support which helps to access all the DropDownList component features through the keyboard, screen readers, or other assistive technology devices.
18731865

18741866

1867+
## 19.1.67 (2021-06-08)
1868+
1869+
### MultiSelect
1870+
1871+
#### Bug Fixes
1872+
1873+
- `#I329663` - Issue with "width is not applied to the fixed header element while scrolling the popup items" has been resolved.
1874+
18751875
## 19.1.64 (2021-05-19)
18761876

18771877
### DropDownList

0 commit comments

Comments
 (0)