Skip to content

Commit

Permalink
v2.14.8 (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHerbst authored Nov 3, 2022
1 parent 704dcf3 commit 5936709
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.14.8 (November 3rd, 2022)

- FIX [537](https://github.com/gregnb/react-to-print/pull/537)/[545](https://github.com/gregnb/react-to-print/pull/543) `<link>` nodes marked with the `disabled` attribute were causing printing to hang. Thanks [luckrnx09](https://github.com/luckrnx09)
- FIX/CHORE [545](https://github.com/gregnb/react-to-print/pull/545) Updated examples to use React 18. This also exposed a minor typing bug (`ReactToPrint` needed to specify a `children` prop to fully support React 18) which was corrected. Other dependencies were also updated, mostly dropping Node 12 support
- CHORE [538](https://github.com/gregnb/react-to-print/pull/538) The examples had some minor Webpack related refactors

## 2.14.7 (April 28th, 2022)

- FIX [484](https://github.com/gregnb/react-to-print/issues/484): Previously `onAfterPrint` was not being called if a custom `print` function was passed. Now it will always be called
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": "2.14.7",
"version": "2.14.8",
"description": "Print React components in the browser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 5936709

Please sign in to comment.