Skip to content

v2.0.0

Choose a tag to compare

@edull24 edull24 released this 01 Jan 17:26
· 2 commits to master since this release
  1. container option can now accept either a DOM node or a selector string
  2. onElementOutOfView will now be called during initialization
  3. replace watchOffset with individual options
  4. add new public methods to update individual offset options
  5. add fix to protect against the instance being destroyed while we still have queued or pending handler events (via @jsonk000)