Skip to content

Tags: squat/postpone

Tags

0.6.4

Toggle 0.6.4's commit message
Correct bug where `start` did not bind events

0.6.3

Toggle 0.6.3's commit message
Optimize 'getElements' method

0.6.2

Toggle 0.6.2's commit message
Merge @pabloz-globant's enhancement.

0.6.1

Toggle 0.6.1's commit message
Account for re-rendering.

0.6.0

Toggle 0.6.0's commit message
Add support for Object

0.5.0

Toggle 0.5.0's commit message
Enhance postpone with UMD pattern

0.4.0

Toggle 0.4.0's commit message
Document enhanced and

0.3.2

Toggle 0.3.2's commit message
Fix display style computation.

This commit fixes a bug where the computed display property of a media
resource was not being properly determined. In particular, the isVisible
method was only considering the element style attribute of the supplied
element and its ancestors.

0.3.1

Toggle 0.3.1's commit message
Fix event target for Firefox.

This commit fixes a crucial bug in Firefox that was preventing the
proper loading of images.

0.3.0

Toggle 0.3.0's commit message
Add capability to set threshold.

This commit adds new functionality to postpone. You can now set the
threshold, the distance before an edge at which an element should be
considered to be at the edge and loaded. The threshold can be specified
in either `vh` or `px` units.