Skip to content

Commit

Permalink
Update changelog for v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Mar 26, 2022
1 parent e5f7e98 commit 6d71cf0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [3.0.0] - 2022-03-26

### Added
- Added support for named exports for `QRCodeSVG` and `QRCodeCanvas`.
- Added support for ES Modules.
- Added embedded type definitions.

### Changed
- Swapped out `qr.js` dependency for vendored version of <https://www.nayuki.io/page/qr-code-generator-library>.
- Rewrote using hooks.

### Deprecated
- Deprecated support for default export. This will be removed in v4.

### Removed
- Removed support for React < 16.8.


## [2.0.0] - 2022-03-05

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# qrcode.react

A React component to generate [QR codes](http://en.wikipedia.org/wiki/QR_code) for rendering to to the DOM.
A React component to generate [QR codes](http://en.wikipedia.org/wiki/QR_code) for rendering to the DOM.

## Installation

Expand Down Expand Up @@ -92,4 +92,4 @@ ReactDOM.render(

`qrcode.react` is licensed under the [ISC license](LICENSE).

`qrcode.react bundles [QR Code Generator](https://www.nayuki.io/page/qr-code-generator-library), which is available under the [MIT license](src/third-party/qrcodegen/LICENSE).
`qrcode.react` bundles [QR Code Generator](https://www.nayuki.io/page/qr-code-generator-library), which is available under the [MIT license](src/third-party/qrcodegen/LICENSE).

0 comments on commit 6d71cf0

Please sign in to comment.