Skip to content

Releases: davidjbradshaw/iframe-resizer

v2.6.0

11 Oct 11:21
Compare
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
Compare
Choose a tag to compare

Submitted patches.

v2.5.1

10 Jun 19:39
Compare
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
Compare
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.

v2.4.6

13 May 21:35
Compare
Choose a tag to compare
Version 2.4.6

v2.2.3

10 Apr 09:02
Compare
Choose a tag to compare
Version 2.2.3

v2.1.0

26 Mar 09:08
Compare
Choose a tag to compare
Version 2.1.0

Version 2

22 Mar 15:40
Compare
Choose a tag to compare

Added native JS public function, renamed script filename to reflect that jQuery is now optional.

Renamed do(Heigh/Width) to size(Height/Width), renamed contentWindowBodyMargin to bodyMargin and renamed callback resizedCallback.

Improved logging messages.

Stop resize event firing for 50ms after interval event.

Added multiple page example.

Workout unsized margins inside the iFrame.

The bodyMargin propety now accepts any valid value for a CSS margin.

Check message origin is iFrame.

Removed deprecated methods.

Native JS

09 Mar 22:24
Compare
Choose a tag to compare
Native JS Pre-release
Pre-release
v2.0.0-pre

formatting

Scrolling option added

12 Feb 21:20
Compare
Choose a tag to compare

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