Releases: davidjbradshaw/iframe-resizer
v2.6.1
Fixed issue with jQuery version requiring empty object if no options are being set.
v2.6.0
Added parentIFrame.scollTo() method. Added Tolerance option. #85 Update troubleshooting guide [Kevin Sproles].
v2.5.2
Submitted patches.
v2.5.1
v2.5.0
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
Version 2.4.6
v2.2.3
Version 2.2.3
v2.1.0
Version 2.1.0
Version 2
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
v2.0.0-pre formatting