Skip to content

Commit

Permalink
v3.0.4 (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHerbst authored Dec 25, 2024
1 parent fc02314 commit 123c3b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.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)

## 3.0.3 (December 22th, 2024)

- FIX [764](https://github.com/MatthewHerbst/react-to-print/pull/764) Ensure `onAfterPrint` is called, and print iframe is removed, after the print preview dialog has closed. Previously these would happen when the `afterprint` event was received which, as noted in the README, may occur immediately in some browsers, rather than when the print preview dialog closes. Thanks [sensasi-delight](https://github.com/sensasi-delight)
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.3",
"version": "3.0.4",
"description": "Print React components in the browser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 123c3b2

Please sign in to comment.