Features:
- Support custom dot and eye renderers
- Just set the
eyeAs
and/ordotAs
props onQR
- Just set the
Misc:
- Bump dependencies
Features:
- Support rendering string data
Breaking Changes:
- Render
<svg />
instead of canvas - Remove the
options
prop- Instead apply the options directly to the
QR
component
- Instead apply the options directly to the
- Remove the
size
option- Instead size the QR code either with a
className
,style
, orheight
+width
- Instead size the QR code either with a
- Change the
shouldHideLogo
option tologo.hide
- Remove the
useDrawQRCode
anduseRenderQRCode
hooks
Features:
- Fully render with React
Breaking Changes:
- Upgrade to
@bloomprotocol/[email protected]
- Initial Release