Features:
- Support custom dot and eye renderers
- Just set the
eyeAsand/ordotAsprops onQR
- Just set the
Misc:
- Bump dependencies
Features:
- Support rendering string data
Breaking Changes:
- Render
<svg />instead of canvas - Remove the
optionsprop- Instead apply the options directly to the
QRcomponent
- Instead apply the options directly to the
- Remove the
sizeoption- Instead size the QR code either with a
className,style, orheight+width
- Instead size the QR code either with a
- Change the
shouldHideLogooption tologo.hide - Remove the
useDrawQRCodeanduseRenderQRCodehooks
Features:
- Fully render with React
Breaking Changes:
- Upgrade to
@bloomprotocol/qr@2.0.0
- Initial Release