Skip to content

Commit 9868293

Browse files
author
pipeline
committed
v20.1.47 is released
1 parent 72f5a3f commit 9868293

File tree

653 files changed

+5705
-1001
lines changed

Some content is hidden

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

653 files changed

+5705
-1001
lines changed

components/barcodegenerator/package.json

Lines changed: 2 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.66",
3+
"version": "19.3.0",
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,7 +34,7 @@
3434
"@types/jasmine": "^2.2.29",
3535
"@types/jasmine-ajax": "^3.1.27",
3636
"@types/requirejs": "^2.1.26",
37-
"vue": "2.5.2 - 3.0.5",
37+
"vue": "2.6.14",
3838
"vue-class-component": "^8.0.0-rc.1",
3939
"vue-loader-v16": "^16.0.0-beta.5.4",
4040
"rollup": "^0.51.3",

components/barcodegenerator/src/barcode-generator/barcodegenerator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { BarcodeGenerator } from '@syncfusion/ej2-barcode-generator';
66

77

88
// {{VueImport}}
9-
export const properties: string[] = ['islazyUpdate', 'backgroundColor', 'displayText', 'enableCheckSum', 'enablePersistence', 'enableRtl', 'foreColor', 'height', 'locale', 'margin', 'mode', 'type', 'value', 'width', 'invalid'];
9+
export const properties: string[] = ['isLazyUpdate', 'backgroundColor', 'displayText', 'enableCheckSum', 'enablePersistence', 'enableRtl', 'foreColor', 'height', 'locale', 'margin', 'mode', 'type', 'value', 'width', 'invalid'];
1010
export const modelProps: string[] = [];
1111

1212
export const testProp: any = getProps({props: properties});

components/barcodegenerator/src/datamatrix-generator/datamatrixgenerator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { DataMatrixGenerator } from '@syncfusion/ej2-barcode-generator';
66

77

88
// {{VueImport}}
9-
export const properties: string[] = ['islazyUpdate', 'backgroundColor', 'displayText', 'enablePersistence', 'enableRtl', 'encoding', 'foreColor', 'height', 'locale', 'margin', 'mode', 'size', 'value', 'width', 'xDimension', 'invalid'];
9+
export const properties: string[] = ['isLazyUpdate', 'backgroundColor', 'displayText', 'enablePersistence', 'enableRtl', 'encoding', 'foreColor', 'height', 'locale', 'margin', 'mode', 'size', 'value', 'width', 'xDimension', 'invalid'];
1010
export const modelProps: string[] = [];
1111

1212
export const testProp: any = getProps({props: properties});

components/barcodegenerator/src/qrcode-generator/qrcodegenerator.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { QRCodeGenerator } from '@syncfusion/ej2-barcode-generator';
66

77

88
// {{VueImport}}
9-
export const properties: string[] = ['islazyUpdate', 'backgroundColor', 'displayText', 'enablePersistence', 'enableRtl', 'errorCorrectionLevel', 'foreColor', 'height', 'locale', 'margin', 'mode', 'value', 'version', 'width', 'xDimension', 'invalid'];
9+
export const properties: string[] = ['isLazyUpdate', 'backgroundColor', 'displayText', 'enablePersistence', 'enableRtl', 'errorCorrectionLevel', 'foreColor', 'height', 'locale', 'margin', 'mode', 'value', 'version', 'width', 'xDimension', 'invalid'];
1010
export const modelProps: string[] = [];
1111

1212
export const testProp: any = getProps({props: properties});
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/barcode/fluent-dark.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'ej2-barcode-generator/styles/barcode/fluent.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/fluent-dark.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import 'barcode/fluent.scss';
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

components/base/CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,51 @@
22

33
## [Unreleased]
44

5+
### Common
6+
7+
#### New Features
8+
9+
- `F140652`, `F138394`, `F148391`, `I309881`, `F167735`, `I228458` - Provided slot template support for the Vue components.
10+
11+
## 19.4.53 (2022-02-22)
12+
13+
### Common
14+
15+
#### Bug Fixes
16+
17+
- `I364613` - Object property templates are not working in production mode issue has been resolved.
18+
19+
## 19.4.52 (2022-02-15)
20+
21+
### Common
22+
23+
#### Bug Fixes
24+
25+
- `I362388` - Modules in provider section not works properly issue has been resolved.
26+
27+
## 19.4.47 (2022-01-25)
28+
29+
### Common
30+
31+
#### Bug Fixes
32+
33+
- `F171693` - The issue with "Vue components are not rendered with node version 16" has been resolved.
34+
35+
## 19.4.40 (2021-12-28)
36+
37+
### Common
38+
39+
#### Bug Fixes
40+
41+
- `I334904`, `I347008` - Compatability support for Vue components in Vite js has been resolved.
42+
543
## 19.4.38 (2021-12-17)
644

745
### Common
846

947
#### Bug Fixes
1048

1149
- `I348114` - Peer dependencies issue has been resolved.
12-
- `I334904`, `I347008` - Compatability support for Vue components in Vite js has been resolved.
1350

1451
## 19.3.47 (2021-10-26)
1552

components/base/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-vue-base",
3-
"version": "19.4.38",
3+
"version": "19.3.53",
44
"description": "A common package of Essential JS 2 base Vue libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -23,9 +23,6 @@
2323
"main": "./dist/ej2-vue-base.umd.min.js",
2424
"module": "./index.js",
2525
"readme": "ReadMe.md",
26-
"peerDependencies": {
27-
"vue-class-component": "^8.0.0-rc.1"
28-
},
2926
"dependencies": {
3027
"@syncfusion/ej2-base": "*",
3128
"glob": "^7.0.5"

0 commit comments

Comments
 (0)