Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Oct 22, 2024
1 parent 6721180 commit 5d9ec58
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 @@
## [4.1.0] - 2024-10-21

### Added
- Added support for new `boostLevel` prop, allowing the disabling of the underlying encoder's default of automatically boosting the ECL. (#374)
- Added support for accepting an array of strings for `value`, which enables encoding of each part into independent segments. (#374)


## [3.2.0] - 2024-08-31

### 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": "4.0.1",
"version": "4.1.0",
"description": "React component to generate QR codes",
"keywords": [
"react",
Expand Down

0 comments on commit 5d9ec58

Please sign in to comment.