-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathnotice.js
More file actions
12 lines (7 loc) · 552 Bytes
/
notice.js
File metadata and controls
12 lines (7 loc) · 552 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
const msg = `IFRAME-RESIZER 5
This package has been renamed @iframe-resizer/react. Please update your code to use the new package name to remove this message.
Additionally their are also now separate versions of iframe-resizer for VanillaJS, Vue, and jQuery.
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.
Please see https://iframe-resizer.com/upgrade for more details.
`
console.warn(msg)