Skip to content

Releases: davidjbradshaw/iframe-resizer

v3.0.0

21 Aug 09:06

Choose a tag to compare

Version 3.0.0

v2.8.10

05 Oct 19:53

Choose a tag to compare

Version 2.8.10

v2.8.6

06 Apr 18:39

Choose a tag to compare

Second draft

v2.8.0

19 Jan 17:56

Choose a tag to compare

#68 Added support for in page links and scrollCallback() function. #140 Added listener for transitionend event [Mat Brown]. Added listeners for animation events. Added listener for deviceorientation event. Improved logging for nested iFrames.

v2.6.2

11 Oct 11:20

Choose a tag to compare

Fixed issue with jQuery.noConflict [Dmitry Mukhutdinov]

v2.6.1

11 Oct 11:21

Choose a tag to compare

Fixed issue with jQuery version requiring empty object if no options are being set.

v2.6.0

11 Oct 11:21

Choose a tag to compare

Added parentIFrame.scollTo() method. Added Tolerance option. #85 Update troubleshooting guide [Kevin Sproles].

v2.5.2

17 Jul 08:41

Choose a tag to compare

Submitted patches.

v2.5.1

10 Jun 19:39

Choose a tag to compare

v2.5.1 #58 Fixed endless loop and margin issues an with unnested mid-tier iframe. #59 Fixed main property of Bower config file.

v2.5.0

31 May 10:30

Choose a tag to compare

Added minHeight, maxHeight, minWidth and maxWidth options. Added initCallback and closedCallback functions (Close event calling resizedCallback is deprecated). Added grow and lowestElement heightCalculationMethods. Added AMD support. #52 Added sendMessage example. #54 Work around IE8's borked JS execution stack. #55 Check datatype of passed in options.