Skip to content

Commit 754b02f

Browse files
committed
3.1.0
1 parent 62b9054 commit 754b02f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.0] - 2022-06-25
2+
3+
### Fixed
4+
- Made optional props optional, removing use of `defaultProps`. This may be a slight behavior change with TypeScript if previously passing `null`.
5+
- Fixed used of `shapeRendering="crispEdges"` in SVG component.
6+
7+
18
## [3.0.2] - 2022-05-15
29

310
### Fixed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qrcode.react",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "React component to generate QR codes",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)