Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Releases: terrymun/Fluidbox

Fluidbox v1.2.4 (alpha)

19 Mar 21:58
Compare
Choose a tag to compare
Pre-release

Warning: buggy build, not for production!

Removed the white flash issue by rearranging how overlay is appended to the DOM tree. Users can change the z-index in the CSS file freely (to suit their layout needs), as the script will store the original assigned z-index in a HTML5 data- attribute for manipulation, in order to restore the original z-index.

Fixed outdated version numbers in comments embedded in either JS files.

License notice: Switched from GNU to MIT.

Fluidbox v1.2.3

01 Sep 08:02
Compare
Choose a tag to compare

Bug fix for the white flash issue when closing Fluidbox. Now the script has been trained to listen to the transitionend event, but since it fire multiple times if multiple properties are transitioned, a small hack is in place to force the handler to only check the opacity property name when listening to that event.

Therefore, if you plan to modify (or have already done so) Fluidbox in a way such that the opacity property is no longer transitioned, you will have to change the property name the transitionend event is listening to. However, I can foresee that this will not be a big issue to most users.

Fluidbox v1.2.2

04 Mar 09:49
Compare
Choose a tag to compare

Updated Fluidbox such that the overlay element is inserted in a more favourable position within the DOM tree, to ensure that FB does not zork out visually when content containers have z-index specifically set — as this will mess with the stacking context of the enlarged thumbnail in Fluidbox and its content overlay.

An advisory has also been added to the readme, where it is not advisable to set the parent elements of any images linked to Fluidbox to hide their overflows, i.e. overflow: hidden, because Fluidbox images are positioned relatively within their containers and not taken out of the document flow like other lightbox plugins (where positions are usually absolute, or fixed).

Fluidbox v1.2.1

18 Feb 14:05
Compare
Choose a tag to compare

Changes:

  • Missing colons in stylesheet fixed
  • Updated readme

Fluidbox v1.2.0

06 Mar 22:23
Compare
Choose a tag to compare

Official public release after internal testing and CodePen demonstration.