Skip to content

Commit

Permalink
Update notice
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjbradshaw committed Aug 4, 2024
1 parent 3a798cb commit 22f74ed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/legacy/js/notice.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ const msg = `IFRAME-RESIZER 5
This package has been split into separate packages for Parent and Child pages. Along with new packages for jQuery, React and Vue.
Version 5 of iframe-resizer has been extensively rewritten to use modern browser APIs, which has enabled significantly better performance and greater accuracy in the detection of content resizing events.
Going forward you are advised to use the separate packages for Parent and Child pages, rather than this combined package.
Going forward you are advised to use the new separate packages for Parent and Child pages, rather than this combined package.
Please see https://iframe-resizer.com/upgrade for more details.
`

console.warn(msg)
console.info(msg)

0 comments on commit 22f74ed

Please sign in to comment.