Skip to content

Releases: capacitor-community/barcode-scanner

v5.0.0-beta.2

10 May 08:10
v5.0.0-beta.2
9653059
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

Fixes

  • Fixed an issue if stop is called within the callback of start

v5.0.0-beta.1

08 May 14:07
v5.0.0-beta.1
4a94ee3
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

Features

  • Initial ML-Kit version
  • Added support for Capacitor v5

Thanks to everyone contributing to this rewrite!
@JanMisker, @1andonlyziz, @AE1NS and everyone I possibly missed ;)

v4.0.1

08 May 19:25
v4.0.1
f78a5d5
Compare
Choose a tag to compare

Fixes

  • Fixed peerDependencies

v4.0.0

08 May 14:01
v4.0.0
1ed7bfd
Compare
Choose a tag to compare

Features

  • Added support for Capacitor v5, thanks @AE1NS

v3.0.3

12 Mar 12:20
v3.0.3
4d22381
Compare
Choose a tag to compare

Features

  • Added initial web support (no minor release since there are still missing functions), thanks @gunsha

Fixes

  • Optimized typings, thanks @TheOnlyTails
  • Restore original background color on iOS, thanks @andrewchilds
  • Moved from preapre to prepublishOnly to prevent issues in monorepos

v3.0.1

23 Nov 16:42
v3.0.1
cad3210
Compare
Choose a tag to compare

Fixes

  • Fixed iOS unwrapping error, thank you @minvernizzinextbit (closes #170)
  • Set cjs build as main module to prevent next build errors

v3.0.0

10 Aug 09:04
v3.0.0
d9f9a07
Compare
Choose a tag to compare

Feature

Fixes

  • Fix iOS orientation if camera is prepared and screen is rotated afterwards, thank you @scr2em

v2.1.1

14 Apr 12:34
v2.1.1
2a837bb
Compare
Choose a tag to compare

Fixes

v2.1.0

01 Mar 13:16
v2.1.0
e17592a
Compare
Choose a tag to compare

Features

Fixes

  • inlineSources has to be set in tsconfig.json, thank you @Haschtl (PR #102)
  • prevent camera failure on iOS in silence, thank you @pedropanos (PR #84)

v2.1.0-alpha.0

30 Jun 08:58
8d8a61e
Compare
Choose a tag to compare
v2.1.0-alpha.0 Pre-release
Pre-release

Features

  • 874466c add support for resolving dangling startScan promise in stopScan (#51)
  • b819f4c [android] add support for inverted barcodes (#53)