Skip to content

v2.0.0

Choose a tag to compare

@gruhn gruhn released this 01 May 12:24
· 179 commits to master since this release

2.0.0 (2019-05-01)

Code Refactoring

Features

  • camera-prop: add auto option (51540f7)

Performance Improvements

  • ignore color inverted QR codes (cdb646c)

BREAKING CHANGES

  • camera-prop: rear option for camera prop now force requests
    rear camera. New auto option now implements old rear behavior.
  • Color inverted QR codes are not detected anymore.
  • QrcodeStream: paused prop removed. Use camera instead.
  • CSS: Overriding .qrcode-stream* CSS classes won't
    work anymore. Try to apply styling without overrides.
  • 📷 :camera prop does not accept objects or boolean
    anymore.
  • @Detect: source field removed from @Detect payload.
  • QrcodeReader component removed. Use QrcodeStream
    instead.