We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b9054 commit 754b02fCopy full SHA for 754b02f
CHANGELOG.md
@@ -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
8
## [3.0.2] - 2022-05-15
9
10
### Fixed
package.json
@@ -1,6 +1,6 @@
{
"name": "qrcode.react",
- "version": "3.0.2",
+ "version": "3.1.0",
"description": "React component to generate QR codes",
"keywords": [
"react",
0 commit comments