Skip to content

Releases: davidjbradshaw/iframe-resizer

Scrolling option added

12 Feb 21:20
Compare
Choose a tag to compare

Added option to enable scrolling, off by default.
Updated Bower dependancies.

Improved naming and backwards compatibility

02 Feb 23:43
Compare
Choose a tag to compare

IFrame code now uses default values if called with an old version of the host page script. Improved function naming. Old names have deprecated and removed from docs, but remain in code for backwards compatabilty.

Expanded iFrame methods

29 Jan 09:23
Compare
Choose a tag to compare

Added autoResize option, added height/width values to iFrame size method, set HTML tag height to auto, improved documentation [All Jure Mav]. Plus setInterval now only runs in browsers that don't support MutationObserver and is on by default, sourceMaps added and close() method introduced to public methods object in iFrame.

Mutation Observer

23 Jan 18:38
Compare
Choose a tag to compare

Added support to use MutationObserver in browsers where it is supported. This provides a friction free way to detect changes to the DOM that could cause the content to resize.

Fix issue #6

22 Jan 12:27
Compare
Choose a tag to compare

Issue #6: Force incoming message to string.

1.0.1

03 Sep 17:16
Compare
Choose a tag to compare
.