qrcode.react v0.9.0 Release Notes

Release Date: 2018-12-22 // over 5 years ago
  • ➕ 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 custom shouldComponentUpdate method.