Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-29 | 1.3 kB | |
v5.5.0 source code.tar.gz | 2025-07-29 | 430.2 kB | |
v5.5.0 source code.zip | 2025-07-29 | 502.3 kB | |
Totals: 3 Items | 933.8 kB | 0 |
What's Changed
This release now allows you to add the license field on the child page instead of the parent page. If different keys are found on the parent and child pages, then the highest level key will be used by both pages.
:::js
window.iframeResizer = { license: "xxxx" }
- Add: Direction
both
option in https://github.com/davidjbradshaw/iframe-resizer/pull/1454 - Add: Timeout warning to catch errors caused by
waitForLoad: true
in https://github.com/davidjbradshaw/iframe-resizer/pull/1480 - Add: Detach Observers from removed elements in https://github.com/davidjbradshaw/iframe-resizer/pull/1483
- Alias:
onBeforeClose
->onClose
in https://github.com/davidjbradshaw/iframe-resizer/pull/1474 - Alias:
onAfterClose
->onClosed
in https://github.com/davidjbradshaw/iframe-resizer/pull/1474
What's fixed
- Fix: Unify behavior between browsers when iframe is scrolled out of view in https://github.com/davidjbradshaw/iframe-resizer/pull/1478
- Fix: Parent types export in https://github.com/davidjbradshaw/iframe-resizer/pull/1475
- Fix: Missing log group event for
mutationDelay
in https://github.com/davidjbradshaw/iframe-resizer/pull/1484
Full Changelog: https://github.com/davidjbradshaw/iframe-resizer/compare/v5.4.6...v5.5.0