Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Jun 25, 2022
1 parent 62b9054 commit 754b02f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.0] - 2022-06-25

### Fixed
- Made optional props optional, removing use of `defaultProps`. This may be a slight behavior change with TypeScript if previously passing `null`.
- Fixed used of `shapeRendering="crispEdges"` in SVG component.


## [3.0.2] - 2022-05-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qrcode.react",
"version": "3.0.2",
"version": "3.1.0",
"description": "React component to generate QR codes",
"keywords": [
"react",
Expand Down

0 comments on commit 754b02f

Please sign in to comment.