Releases: terrymun/Fluidbox
Fluidbox v1.2.4 (alpha)
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
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
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
Changes:
- Missing colons in stylesheet fixed
- Updated readme
Fluidbox v1.2.0
Official public release after internal testing and CodePen demonstration.