Skip to content

Releases: Lemick/open-iframe-resizer

v1.3.0

08 Dec 18:33
435ca0d
Compare
Choose a tag to compare

What's Changed

  • [FEATURE] Improve scroll container detection by @Lemick in #9
  • [FEATURE] Improve scroll on resize handler by @Lemick in #10

New features

Added settings (docs):

  • targetElementSelector
  • bodyPadding
  • bodyMargin

Full Changelog: v1.2.1...v1.3.0

v1.2.1

14 Nov 14:12
248125f
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Avoid errors when loaded in SSR env by @Lemick in #8

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Nov 16:56
Compare
Choose a tag to compare

What's Changed

  • [FEATURE] Allow scroll update on resize by @Lemick in #6
  • [CHORE] Remove engine limit

New features

You can execute a custom function after an iframe has been resized. Also, you can use built-in functions
like updateParentScrollOnResize to help keep the iframe within the viewport after resizing:

import { initialize, updateParentScrollOnResize } from "https://cdn.jsdelivr.net/npm/@open-iframe-resizer/[email protected]/dist/index.min.js";

initialize({ onIframeResize: updateParentScrollOnResize }, "#myIframe");

Full Changelog: v1.1.3...v1.2.0

v1.1.3

27 Oct 18:03
51f54e6
Compare
Choose a tag to compare

What's Changed

  • [CHORE] Update dev dependencies by @Lemick in #3
    • Update dev dependencies
    • Improve unsubscribe handle
    • Remove engine limitation

Full Changelog: v1.1.2...v1.1.3

v1.1.2

07 Sep 11:24
c93bd08
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Fix cross origin function by @Lemick in #2

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 Sep 20:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Aug 15:52
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.1.0

[FEATURE] Legacy lib support

v1.0.0

16 Aug 15:07
Compare
Choose a tag to compare

Initial release