Skip to content

iframemanager v1.1.0

Compare
Choose a tag to compare
@orestbida orestbida released this 13 Nov 23:07
· 111 commits to main since this release
9ae5ce0

Features

  • Add support for custom aspect ratios via data-ratio="x:y" 8680851 (ref. #4)
  • Allow any attribute on the iframe element via data-iframe-<attribute> ebb8b53 (ref. #2)
  • Allow any attribute on the iframe element via the internal iframe object ebb8b53

Bugfixes

  • Fix bug that caused some iframes to load multiple times 2cf4aa6 (ref. #3)

Other

  • Add basic build tools (terser + postcss) 7e1f0a3
  • Update demo: add Google Maps embed example
  • Code refactoring

Full Changelog: v1.0...v1.1.0