Skip to content

Commit

Permalink
v3.0.0-beta-2 (#727)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHerbst authored Aug 19, 2024
1 parent 1bc08fc commit 8188f84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# CHANGELOG

## (BETA) 3.0.0 (15 Jul 2024)
## (BETA) 3.0.0 (Upcoming)

- `3.0.0-beta-2` (19 Aug 2024)
- `3.0.0-beta-1` (15 Jul 2024)

- FEATURE [717](https://github.com/MatthewHerbst/react-to-print/pull/717): React 19 support + API modernization
- FEATURE [707](https://github.com/MatthewHerbst/react-to-print/issues/707): Improved error handling when `canvas` elements have not properly loaded
- CHORE: package size reduced by 18.7kb (34%)

### BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-to-print",
"version": "3.0.0-beta-1",
"version": "3.0.0-beta-2",
"description": "Print React components in the browser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 8188f84

Please sign in to comment.