This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Releases: capacitor-community/barcode-scanner
Releases · capacitor-community/barcode-scanner
v5.0.0-beta.2
Fixes
- Fixed an issue if
stop
is called within the callback ofstart
v5.0.0-beta.1
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
v4.0.0
v3.0.3
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
toprepublishOnly
to prevent issues in monorepos
v3.0.1
v3.0.0
Feature
- Added support for capacitor v4, thanks to @hauserkristof, @AshleyMedway, @melihgunduz and everyone else I probably missed from the community
Fixes
- Fix iOS orientation if camera is prepared and screen is rotated afterwards, thank you @scr2em
v2.1.1
v2.1.0
Features
- Return format with ScanResult, thank you @oneclickwebstudio (PR #56)
- Added torch, thank you @dkliemsch & @arnotixe (PR #78 & #75)
- Added continuous scanning, thank you @JanMisker (PR #93)
- Added option to choose front or back camera, than you @JanMisker (PR #94)
Fixes
inlineSources
has to be set intsconfig.json
, thank you @Haschtl (PR #102)- prevent camera failure on iOS in silence, thank you @pedropanos (PR #84)