Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 718 Bytes

ChangeLog.markdown

File metadata and controls

37 lines (23 loc) · 718 Bytes

bgiframe Change Log

3.0.1

  • Fix default IE 6 regex
  • Add support for more package managers

3.0.0

  • Rewrite of the plugin
  • New conditional option (no longer restricted to IE6 only)
  • No longer uses CSS Expressions
  • Supports AMD loaders

2.1.2

  • Fixed visual test (test.html)
  • Small optimization to only check for IE once

2.1.1

  • Removed $.browser.version for jQuery < 1.1.3

2.1

  • Updated to work with jQuery 1.1.3
  • Added $.browser.version for jQuery < 1.1.3
  • Optimized duplication check by using child selector and using .length test

2.0

  • Added ability change settings like width, height, src and more.

1.0

  • Only adds iframe once per an element
  • Works with SSL enabled pages