Skip to content

Releases: noelboss/featherlight

v1.7.14

21 Aug 19:44
Compare
Choose a tag to compare

UMD compatible

1.7.6

05 Jun 13:08
Compare
Choose a tag to compare
Released Version 1.7.6

v1.7.0

22 Dec 21:06
Compare
Choose a tag to compare
  • Can now specify standard iFrame attributes and CSS [#269]
  • Hopefully Fix iOS scroll issue [#77]

1.6.1

17 Nov 21:14
Compare
Choose a tag to compare

Bug fixes

Version 1.6.0

16 Nov 20:37
Compare
Choose a tag to compare
  • Changed close icon to a . Be sure to use current CSS files too. [#260]
  • Improved focus handling [#259]

1.3.4

10 Sep 00:08
Compare
Choose a tag to compare

Tweak auto binding to work with persist and remove limitation on filter

1.3.3

19 Aug 20:26
Compare
Choose a tag to compare
Release Version 1.3.3

1.2.1

08 Mar 19:46
Compare
Choose a tag to compare

Fixed namespace option.

1.2.0

08 Mar 19:45
Compare
Choose a tag to compare

Features

  • New setting: loading (default is '') is shown initially while content loads. The lightbox also has a class '.featherlight-loading' while content is loading.
  • New content-filter "iframe" to generate an iframe with the given URL.
    Options iframeWidth, iframeMinWidth, etc. or their corresponding data attributes
    are used as CSS when present.

Changes

  • Basic error handling for images that won't load

1.1.0

17 Feb 19:59
Compare
Choose a tag to compare

Features

  • New callback: onResize called for new content and when the window is resized.
  • onResize is used to automatically resize images if needed.

Changes

  • current() now returns null if no lightbox is currently opened
  • now avoids memory leaks
  • onKeyDown() renamed onKeyUp()