Skip to content

Commit 81d3caa

Browse files
v3.1.1 (#814)
1 parent 0817636 commit 81d3caa

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## 3.1.1 (June 30th, 2025)
4+
5+
- FIX [812](https://github.com/MatthewHerbst/react-to-print/pull/812): Better detect optional lazy content versus `Event`
6+
- CHORE [813](https://github.com/MatthewHerbst/react-to-print/pull/813): Upgrade all `devDependencies`
7+
38
## 3.1.0 (April 27th, 2025)
49

510
- FIX [804](https://github.com/MatthewHerbst/react-to-print/pull/804): Correct issues with `onBeforePrint`

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.1.0",
3+
"version": "3.1.1",
44
"description": "Print React components in the browser",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)