Releases: adamalfredsson/react-zxing
Releases · adamalfredsson/react-zxing
v2.0.2
v2.0.1
What's Changed
- fix(node): update package.json engine field to support latest node version by @vinayraghu1 in #34
- Add github action workflow by @adamalfredsson in #36
v2.0.0
Changed
- Updated the
@zxing/library
dependency to0.20.0
. - Renamed
onResult
andonError
toonDecodeResult
andonDecodeError
respectively. - Switched the
onDecodeError
error type to use theException
class from@zxing/library
.
Added
- Introduced
onError
to handle errors that occur during initialization.