Skip to content

Commit 7b9b92c

Browse files
v3.0.3 (#776)
1 parent c87add2 commit 7b9b92c

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# CHANGELOG
22

3-
## 3.0.3-beta-1 (December 16th, 2024)
4-
5-
This is a beta release. Please report any issues in the issue below, thank you!
3+
## 3.0.3 (December 22th, 2024)
64

75
- 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)
6+
- FIX [768](https://github.com/MatthewHerbst/react-to-print/issues/768) React 19 made a small change to the typing for Refs which requires explicitly handling `null`/`undefined` initial types
7+
- CHORE: Minor code cleanup and comments
8+
- CHORE: Updated `devDependencies` to latest, including now using React 19 for our examples
9+
- DOCS: README updates, including a link to using the lazy method of providing content
10+
11+
### Beta Versions
12+
13+
- `3.0.3-beta-1` (16th Dec 2024)
814

915
## 3.0.2 (October 17th, 2024)
1016

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-to-print",
3-
"version": "3.0.3-beta-1",
3+
"version": "3.0.3",
44
"description": "Print React components in the browser",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)