Skip to content

Bump vue-qrcode-reader from 2.1.1 to 3.0.1#358

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vue-qrcode-reader-3.0.1
Closed

Bump vue-qrcode-reader from 2.1.1 to 3.0.1#358
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/vue-qrcode-reader-3.0.1

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps vue-qrcode-reader from 2.1.1 to 3.0.1.

Release notes

Sourced from vue-qrcode-reader's releases.

v3.0.1

3.0.1 (2021-05-26)

Bug Fixes

  • tracking: don't translate width/height (f2fcf92), closes #244

v3.0.0

3.0.0 (2021-04-07)

Bug Fixes

  • always apply BarcodeDetector polyfill (c9a1da8)

Code Refactoring

  • extract BarcodeDetector polyfill (96cd30a), closes #197
  • no tracking by default (2c29d31)
  • remove DropImageDecodeError event (dea620e)

Performance Improvements

BREAKING CHANGES

  • remove DropImageDecodeError event

Error event is throw when a non-image file is dropped/picked in QrcodeDropDown/QrcodeCapture. The validation step is now outsourced to the BarcodeDetector polyfill which instead throws a standard DOMException.

  • track prop accepts no booleans anymore

New default is undefined. Also track functions don't receive the location object as the first argument anymore but an array of detected barcodes with the same structure as returned by BarcodeDetector.detect()

  • remove worker prop

The idea of the worker prop was mainly to allow users to plug in other detection algorithms to other barcode types. We now fully endorse the Barcode Detection API and shift efforts to extend polyfill support for more barcode types.

v2.3.18

... (truncated)

Commits
  • f2fcf92 fix(tracking): don't translate width/height
  • 094fd2f docs: minimal demo to debug memory leak
  • c9a1da8 fix: always apply BarcodeDetector polyfill
  • dea620e refactor: remove DropImageDecodeError event
  • 2c29d31 refactor: no tracking by default
  • 96cd30a refactor: extract BarcodeDetector polyfill
  • 845c0fc perf: scan with Shape Detection API
  • 3608e0e docs: Add demo ScanSameQrcodeMoreThanOnce
  • c47b76b fix: freezes on iOS due to an uncaught exception
  • e64d034 fix: application freezes when stream is paused or stopped
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [vue-qrcode-reader](https://github.com/gruhn/vue-qrcode-reader) from 2.1.1 to 3.0.1.
- [Release notes](https://github.com/gruhn/vue-qrcode-reader/releases)
- [Commits](gruhn/vue-qrcode-reader@v2.1.1...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 26, 2021
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #371.

@dependabot-preview dependabot-preview Bot deleted the dependabot/npm_and_yarn/vue-qrcode-reader-3.0.1 branch June 10, 2021 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants