You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `iframe-resizer` has been replaced with the `@iframe-resizer/parent`
and `@iframe-resizer/child` packages. The latest version is 5.5.2 which
this upgrades to.
There are several changes needed for this. The `data-iframe-height` and
`data-iframe-width` options are deprecated and now there is only the
`data-iframe-size` option. This requires a small change to PG as well.
Also, the `iFrameResize` method is deprecated and replaced with the
`iframeResize` method (annoying change here). The `iFrameResizer`
property set on the iframe still exists but is not documented. The
`iframeResizer` property replaces it. I assume the `iFrameResizer` is
also deprecated, so that switch was made.
0 commit comments