Releases: adamalfredsson/react-zxing
Releases · adamalfredsson/react-zxing
v2.1.0
v2.0.2
Bump package version
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/librarydependency to0.20.0. - Renamed
onResultandonErrortoonDecodeResultandonDecodeErrorrespectively. - Switched the
onDecodeErrorerror type to use theExceptionclass from@zxing/library.
Added
- Introduced
onErrorto handle errors that occur during initialization.