Skip to content

Commit

Permalink
v2.14.11 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewHerbst authored Jan 3, 2023
1 parent bb9bb82 commit 782a284
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 2.14.11 (January 3rd, 2023)

Happy new year! We can't wait to see what 2023 brings

- FIX: Ensure we wait for `fonts` to print if they are given
- FIX: Ensure we continue trying to print when `fonts` are passed by the browser doesn't support the `FontFace` API
- FIX: Improved chances of FireFox printing backgrounds by default in the Print Preview window
- FIX: Ensure we only process resources once
- CHORE: Simplified loading logic, including improved error messages when a resource fails to load
- CHORE: Removed unused TravisCI config
- CHORE: Updated all `devDependencies`
- CHORE: License year updated for 2023 :)
- DOCS: A bunch of examples and gotchas were added to the README, improved example

## 2.14.10 (November 17th, 2022)

- FIX [556](https://github.com/gregnb/react-to-print/pull/556) In 2.14.9 we changed the print `iframe` size to be dynamic but didn't take into account the fixed offset we were giving to hide it on the page. This resulted in the print `iframe` being partially visible when printing on wide screens. This has been corrected
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 gregnb, Matthew Herbst
Copyright (c) 2023 gregnb, Matthew Herbst

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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": "2.14.10",
"version": "2.14.11",
"description": "Print React components in the browser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 782a284

Please sign in to comment.