Skip to content

Releases: noelboss/featherlight

v1.7.14

Choose a tag to compare

@marcandre marcandre released this 21 Aug 19:44

UMD compatible

1.7.6

Choose a tag to compare

@marcandre marcandre released this 05 Jun 13:08
Released Version 1.7.6

v1.7.0

Choose a tag to compare

@marcandre marcandre released this 22 Dec 21:06
  • Can now specify standard iFrame attributes and CSS [#269]
  • Hopefully Fix iOS scroll issue [#77]

1.6.1

Choose a tag to compare

@marcandre marcandre released this 17 Nov 21:14

Bug fixes

Version 1.6.0

Choose a tag to compare

@marcandre marcandre released this 16 Nov 20:37
  • Changed close icon to a . Be sure to use current CSS files too. [#260]
  • Improved focus handling [#259]

1.3.4

Choose a tag to compare

@marcandre marcandre released this 10 Sep 00:08

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

1.3.3

Choose a tag to compare

@marcandre marcandre released this 19 Aug 20:26
Release Version 1.3.3

1.2.1

Choose a tag to compare

@marcandre marcandre released this 08 Mar 19:46

Fixed namespace option.

1.2.0

Choose a tag to compare

@marcandre marcandre released this 08 Mar 19:45

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

Choose a tag to compare

@marcandre marcandre released this 17 Feb 19:59

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()