Skip to content

Commit 61a1d88

Browse files
author
pipeline
committed
v19.1.69 is released
1 parent ff81279 commit 61a1d88

File tree

38 files changed

+185
-58
lines changed

38 files changed

+185
-58
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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -34,13 +34,16 @@
3434
"@types/jasmine": "^2.2.29",
3535
"@types/jasmine-ajax": "^3.1.27",
3636
"@types/requirejs": "^2.1.26",
37-
"vue": "2.5.2 - 2.5.21",
37+
"vue": "2.5.2 - 3.0.5",
38+
"vue-class-component": "^8.0.0-rc.1",
39+
"vue-loader-v16": "^16.0.0-beta.5.4",
3840
"rollup": "^0.51.3",
3941
"rollup-plugin-commonjs": "^8.2.6",
4042
"rollup-plugin-node-resolve": "^3.0.0",
4143
"rollup-plugin-sourcemaps": "^0.4.2",
4244
"rollup-plugin-typescript": "^0.8.1",
4345
"rollup-plugin-uglify": "^2.0.1",
46+
"@types/node": "^15.6.0",
4447
"es6-promise": "^3.2.1",
4548
"gulp": "^3.9.1",
4649
"gulp-sass": "^3.1.0",

components/barcodegenerator/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"allowJs": false,
1919
"noEmitOnError": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"moduleResolution": "node"
21+
"moduleResolution": "node",
22+
"types": ["node"]
2223
},
2324
"exclude": [
2425
"node_modules",

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-vue-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 Vue",
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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 23 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
@@ -16,6 +30,15 @@
1630
- `#I326567` - Nested table with preferred width type percent now rendered properly.
1731
- `#I328479` - Resolved script error while deleting merged cells.
1832

33+
- `#FB25004` - Exported document with table is opened properly in Libre Office.
34+
- `#I325323` - Textbox shape is now rendered properly.
35+
- `#FB24917` - Document is now exporting properly after deleting comment.
36+
- `#F163116` - Hanging indent is now retrieved properly in paragraph dialog.
37+
- `#I327769` - Checkbox is now layout properly.
38+
- `#I326567` - Nested table with preferred width type percent now rendered properly.
39+
- `#I328479` - Resolved script error while deleting merged cells.
40+
- `#I328477` - Resolved table right border rendering issue.
41+
1942
## 19.1.66 (2021-06-01)
2043

2144
### 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-vue-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 Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)