Skip to content

Bump react-to-print from 2.14.12 to 2.14.15

Bumps react-to-print from 2.14.12 to 2.14.15.

Release notes

Sourced from react-to-print's releases.

2.14.15

Please see the CHANGELOG for release notes.

Full Changelog: https://github.com/gregnb/react-to-print/compare/v2.14.14..v2.14.15

v2.14.14

Please see the CHANGELOG for release notes.

Full Changelog: https://github.com/gregnb/react-to-print/compare/v2.14.13..v2.14.14

v2.14.13

Please see the CHANGELOG for release notes.

Full Changelog: https://github.com/gregnb/react-to-print/compare/v2.14.12..v2.14.13

Changelog

Sourced from react-to-print's changelog.

2.14.15 (October 2nd, 2023)

This is a republish of 2.14.14 since that version got screwed up by some downtime at npm and seems to be in an unrecoverable state.

2.14.14 (September 22nd, 2023)

  • FIX 635: Ensure proper handling of <link> nodes that have multiple value rel attributes set such as rel="prefetch stylesheet", and, ensure proper handling of <link> nodes using rel="preload" + as="style"
  • DOCS 637: Added README section regarding having proper a media attribute set on <link> nodes
  • DOCS 633 Added README section regarding proper printing of scrolled containers. Thanks siaikin!
  • DEPENDENCIES: Upgrade all devDependencies to their latest versions

2.14.13 (June 7th, 2023)

  • FIX 616: When passing a custom print function we were not waiting for that function to resolve its promise before removing the printing iframe if removeAfterPrint={true} was set. Further, we were not calling onAfterPrint at all when a custom printing function was passed. While not strictly needed since the caller knows when the printing has completed by resolving the promise, we now call onAfterPrint when that promise has resolved and before removing the print iframe
  • DEPENDENCIES: Removed our long unused single prod dependency, prop-types. The package now has zero dependencies 🪓
  • CHORE: Updated all devDependencies to their latest versions
  • CHORE: Removed a bunch of old unused files including require.d.ts, .babelrc, and an unused example
Commits
  • 4b3ed1a v2.14.15 (#654)
  • 834dd40 v2.14.14 (#647)
  • 5f1c144 Handle \<link> nodes that have multiple rel values and/or use `rel="preloa...
  • 293394a Add README section about media attribute on \<link> (#645)
  • 03319ce Upgrade all devDependencies to latest (#644)
  • 977b034 Add content related to scroll control in the README (#633)
  • de4c04b v2.13.14 (#623)
  • 0ad13ce Remove unused require.d.ts (#622)
  • 3046c34 Remove long unused prop-types dependency, allowing for zero deps! (#621)
  • 718631f Remove unused .babelrc and examples/ClassComponentArray files (#620)
  • Additional commits viewable in compare view

Merge request reports