Skip to content

Commit

Permalink
v3.0.5 (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHerbst authored Jan 27, 2025
1 parent 2dbeb29 commit 26a722f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.0.5 (January 27th, 2025)

- FIX [https://github.com/MatthewHerbst/react-to-print/issues/779] Fix a bug causing `onAfterPrint` to not always fire when the print window closes. Thanks [sensasi-delight](https://github.com/sensasi-delight)

## 3.0.4 (December 24th, 2024)

- FIX [772](https://github.com/MatthewHerbst/react-to-print/pull/772) Ensure that `video` elements with an empty `src` attribute do not prevent printing from continuing. Thanks [@Can-Chen](https://github.com/Can-Chen)
Expand Down
2 changes: 1 addition & 1 deletion 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.4",
"version": "3.0.5",
"description": "Print React components in the browser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 26a722f

Please sign in to comment.