Skip to content

v5.5.0

Choose a tag to compare

@davidjbradshaw davidjbradshaw released this 29 Jul 14:04
· 228 commits to master since this release

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.

window.iframeResizer = { license: "xxxx" }
  • Add: Direction both option in #1454
  • Add: Timeout warning to catch errors caused by waitForLoad: true in #1480
  • Add: Detach Observers from removed elements in #1483
  • Alias: onBeforeClose -> onClose in #1474
  • Alias: onAfterClose -> onClosed in #1474

What's fixed

  • Fix: Unify behavior between browsers when iframe is scrolled out of view in #1478
  • Fix: Parent types export in #1475
  • Fix: Missing log group event for mutationDelay in #1484

Full Changelog: v5.4.6...v5.5.0