Releases: zpao/qrcode.react
Releases · zpao/qrcode.react
v1.0.1
v1.0.0
v0.9.3
v0.9.2
v0.9.1
v0.9.0
Added
- Support for
includeMargin
prop, to include the "quiet zone" in rendering
Changed
- Updated canvas renderer to use Path2D (where available), and simplify the render. This fixes some rendering inconsistencies.
- Switched to using
React.PureComponent
instead of a customshouldComponentUpdate
method.
v0.8.0
Added
- New
renderAs
prop, with support for rendering to SVG. This is a more versatile target for high quality visuals. - Support for
style
,className
, and any other DOM props that might be passed through (e.g.data-*
). - Support for proper encoding of multibyte strings (Chinese, Japanese, Emoji, etc.).