You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#5, #18, #22, Due to popular request (but also because it was claimed in the repo), jQuery is no longer a dependency. This makes it a truly native Angular plugin.
#23 Added alwaysSticky flag to make sure a sticky element remains sticky no matter what (docs)
#12hlSticky had variables which values couldn't be assigned using scopes. Those include usePlaceholder, anchor, container, stickyClass, mediaQuery, offsetTop, offsetBottom, collection, collectionParent.
When the scope of a hlSticky directive was destroyed, it destroyed the entire collection it was part of instead of only removing the element from the collection (wasn't fixed before well enough in version 0.2.2)
When the scope of a hlSticky directive was destroyed, it destroyed the entire collection it was part of instead of only removing the element from the collection
The custom class was added to the sticky element when it becomes sticky just after the placeholder was added. This caused the the placeholder to assume the wrong height sometimes.