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

Fluidbox v2.0.2

Compare
Choose a tag to compare
@terrymun terrymun released this 13 Jan 09:22
· 26 commits to master since this release

Bug fixes:

  • Failure to update the instanceData object during manually fired close event on Fluidbox now fixed. Custom close triggers will now update the instance data on Fluidbox elements correctly.
  • Turned off z-index optimisation by CSSnano
  • Fixed IE8 error when the console object is not recognized (thanks @maxee)

Improvement:

  • Close event will do nothing if instance data is unavailable, or set to 0. Micro-optimisation perhaps, but still good to have.