- 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.).
- Added support for React v16
- Removed
flow-bin
fromdependencies
- Removed support for React < 15.5
- Extended support to React v15
- Added support for specifying the Error Correction level (e.g.
level="H"
)
- Default Error Correction level is now
'L'
(was implicitly'H'
)
- Fixed bug preventing usage in IE < 11
- Extended support to React v0.14
- Added support for HiDPI screens by scaling the
<canvas>
- Added
shouldComponentUpdate
bailout to prevent unnecessary rendering