Skip to content

Releases: orestbida/iframemanager

iframemanager v1.2.5

21 May 20:36
Compare
Choose a tag to compare

Bug Fixes

  • Fix issue with visibility in v1.2.4 where buttons/links remain clickable despite notice being hidden 1d7fa0f

Misc

Full Changelog: v1.2.4...v1.2.5

iframemanager v1.2.4

20 May 22:40
Compare
Choose a tag to compare

Bug Fixes

Tweaks

  • Use em/rem units instead of px 62cb945 (ref. #38)

Misc

Full Changelog: v1.2.3...v1.2.4

iframemanager v1.2.3

01 Apr 10:51
d196c0c
Compare
Choose a tag to compare

Bug Fixes

  • Fix iframes outside viewport are not reset via rejectService('<specific_service>') 22f47d7 (ref. #40)

Misc

  • Update pnpm lockfile: use version 6 64a8a99

Full Changelog: v1.2.2...v1.2.3

iframemanager v1.2.2

30 Mar 10:18
cc610fc
Compare
Choose a tag to compare

Bug Fixes

  • Fix uncaught exception when service div is no longer present 2bfb5ff (ref. #34)

Misc

Full Changelog: v1.2.1...v1.2.2

iframemanager v1.2.1

07 Feb 20:31
a9568a0
Compare
Choose a tag to compare

Bug Fixes

  • Fix invalid iframe src when iframe.params is empty string 2e11b28 (ref. #35)
  • Fix loading circle does not hide properly on some custom widgets d9c033c

Other

Full Changelog: 1.2.0...v1.2.1

iframemanager v1.2.0

18 Jan 23:17
1e47ab6
Compare
Choose a tag to compare

New Features

  • Add .getState() to retrieve the current state such as accepted/rejected services 93de56b
  • Add .getConfig() to retrieve any config. value/prop. 93de56b
  • Add onChange callback, executed whenever a service's state is changed fe085ca
  • Add support for custom widgets generated by external API (twitter, facebook, instagram ...) 3c7b6be
  • Add css variables for easier customization

Tweaks

  • Improve support for custom placeholders when javascript is not enabled (ref. #12)
  • Make buttons optional (you can now have 0, 1 or 2 buttons) abe9e68
  • Use service name as default cookie name if no explicit cookie.name is provided: 'im_<service>' 1c244b1

Bug Fixes

  • Fix potential flash of unstyled content when css is lazy-loaded eefc6ca
  • Fix ugly bold font, use font-weight: 600 instead of bold 29d867d

Other

  • Code refactoring
  • Update all dev. dependencies
  • Update demo example

Full Changelog: v1.1.0...1.2.0

iframemanager v1.1.0

13 Nov 23:07
9ae5ce0
Compare
Choose a tag to compare

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

iframemanager v1.0

13 Jun 17:06
Compare
Choose a tag to compare

First release