Skip to content

Commit

Permalink
Merge pull request #119 from zxing-js/release/v1.2.0
Browse files Browse the repository at this point in the history
Release/v1.2.0.

May the force be with you.
  • Loading branch information
odahcam authored Jul 27, 2018
2 parents 279f02d + 2be0c9e commit 28c5936
Show file tree
Hide file tree
Showing 11 changed files with 101 additions and 19,852 deletions.
16 changes: 15 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"label": "ngserve",
"type":"shell",
"type": "shell",
"command": "ng",
"args": [
"serve"
Expand All @@ -35,6 +35,20 @@
}
}
]
},
{
"type": "npm",
"script": "lint",
"problemMatcher": [
"$eslint-stylish"
]
},
{
"type": "npm",
"script": "build:packagr",
"problemMatcher": [
"$tsc"
]
}
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Angular QR-Code scanner component.

[![NPM version](https://img.shields.io/npm/v/@zxing/ngx-scanner.svg?&label=npm)](https://www.npmjs.com/package/@zxing/ngx-scanner )
[![Downloads](https://img.shields.io/npm/dm/@zxing/ngx-scanner.svg)](https://npmjs.org/package/@zxing/ngx-scanner )
[![BCH compliance](https://bettercodehub.com/edge/badge/zxing-js/ngx-scanner?branch=master)](https://bettercodehub.com/)
[![dependencies Status](https://david-dm.org/zxing-js/ngx-scanner/status.svg)](https://david-dm.org/zxing-js/ngx-scanner)
[![Build Status](https://travis-ci.org/zxing-js/ngx-scanner.svg?branch=master)](https://travis-ci.org/zxing-js/ngx-scanner)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/fba14393a17241088f75b19edc370694)](https://www.codacy.com/app/zxing-js/ngx-scanner?utm_source=github.com&utm_medium=referral&utm_content=zxing-js/ngx-scanner&utm_campaign=Badge_Grade)
Expand Down Expand Up @@ -64,7 +65,6 @@ Read our performance notes on the wiki: [Performance Considerations](https://git

## Limitations

- The component relies on [ZXing typescript port](https://github.com/zxing-js/library) which currently supports most common barcode formats, **but we didn't implement them here _yet_**.
- On iOS <= 11.2 devices camera access works only in native Safari. **This is limited WebRTC support by Apple.**


Expand Down
2 changes: 1 addition & 1 deletion docs/main.ceff124440b65612fa9c.bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 28c5936

Please sign in to comment.