Skip to content

Commit f5dd8d7

Browse files
author
pipeline
committed
v17.4.55 is released
1 parent ccfee6a commit f5dd8d7

File tree

415 files changed

+5009
-3002
lines changed

Some content is hidden

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

415 files changed

+5009
-3002
lines changed

components/barcodegenerator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- `#264414` - The issue "QR code is not rendered based on center bounds" has been fixed.
12+
13+
## 17.4.49 (2020-02-11)
14+
15+
### Barcode
16+
17+
#### Bug Fixes
18+
1119
- `#262067` - The issue "Unable to decode qrcode for some values" has been fixed.
1220
- `#262067` - The issue "DOM ID for the SVG and div element are same" has been fixed.
1321

components/barcodegenerator/dist/@syncfusion/ej2-angular-barcode-generator.es5.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/@syncfusion/ej2-angular-barcode-generator.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/@syncfusion/ej2-angular-barcode-generator.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/@syncfusion/ej2-angular-barcode-generator.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
#### Bug Fixes
1010

11+
- `#264414` - The issue "QR code is not rendered based on center bounds" has been fixed.
12+
13+
## 17.4.49 (2020-02-11)
14+
15+
### Barcode
16+
17+
#### Bug Fixes
18+
1119
- `#262067` - The issue "Unable to decode qrcode for some values" has been fixed.
1220
- `#262067` - The issue "DOM ID for the SVG and div element are same" has been fixed.
1321

components/barcodegenerator/dist/dist/ej2-angular-barcode-generator.umd.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/dist/ej2-angular-barcode-generator.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/dist/ej2-angular-barcode-generator.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/dist/ej2-angular-barcode-generator.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/barcodegenerator/dist/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": "17.4.47",
3+
"version": "17.4.51",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.pkgName = '@syncfusion/ej2-angular-barcode-generator';
4-
exports.pkgVer = '^17.4.47';
4+
exports.pkgVer = '^17.4.51';
55
exports.moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
6-
exports.themeVer = '~17.4.47';
6+
exports.themeVer = '~17.4.51';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
2-
export const pkgVer = '^17.4.47';
2+
export const pkgVer = '^17.4.51';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~17.4.47';
4+
export const themeVer = '~17.4.51';

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": "17.4.47",
3+
"version": "17.4.51",
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const pkgName = '@syncfusion/ej2-angular-barcode-generator';
2-
export const pkgVer = '^17.4.47';
2+
export const pkgVer = '^17.4.51';
33
export const moduleName = 'BarcodeGeneratorModule, QRCodeGeneratorModule, DataMatrixGeneratorModule';
4-
export const themeVer = '~17.4.47';
4+
export const themeVer = '~17.4.51';

0 commit comments

Comments
 (0)