Skip to content

Releases: adamalfredsson/react-zxing

v2.1.0

20 Feb 10:21
d62e07b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

25 Jul 15:03

Choose a tag to compare

Bump package version

v2.0.1

25 Jul 14:54
5c46109

Choose a tag to compare

What's Changed

v2.0.0

25 Jul 15:07
f853b17

Choose a tag to compare

Changed

  • Updated the @zxing/library dependency to 0.20.0.
  • Renamed onResult and onError to onDecodeResult and onDecodeError respectively.
  • Switched the onDecodeError error type to use the Exception class from @zxing/library.

Added

  • Introduced onError to handle errors that occur during initialization.