Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Latest commit

 

History

History
52 lines (27 loc) · 810 Bytes

File metadata and controls

52 lines (27 loc) · 810 Bytes

[Unreleased]

[0.7.2] - 2017-10-01

Added

  • Added support for React v16

[0.7.1] - 2017-04-27

Fixed

  • Removed flow-bin from dependencies

[0.7.0] - 2017-04-25

Removed

  • Removed support for React < 15.5

[0.6.1] - 2016-04-13

  • Extended support to React v15

[0.6.0] - 2016-02-02

Added

  • Added support for specifying the Error Correction level (e.g. level="H")

Changed

  • Default Error Correction level is now 'L' (was implicitly 'H')

[0.5.2] - 2015-11-20

Fixed

  • Fixed bug preventing usage in IE < 11

[0.5.1] - 2015-10-14

Changed

  • Extended support to React v0.14

[0.5.0] - 2015-07-28

Added

  • Added support for HiDPI screens by scaling the <canvas>
  • Added shouldComponentUpdate bailout to prevent unnecessary rendering