Skip to content

Releases: msc24x/xobserver

XObserver v1.1.2

29 Aug 06:07
Compare
Choose a tag to compare
docs: add npm badge

XObserver v1.1.1

27 Aug 13:39
Compare
Choose a tag to compare
chore: readme

XObserver v1.1.0

19 Aug 09:21
Compare
Choose a tag to compare

Features

  • Method ping now supports all IntersectionObserver options

Breaking change

  • The direct parameter to specify threshold has been replaced by options : IntersectionObserverInit

Migrating

Example:
XObserver.ping("<your_scope>", 0.5)
should be changed to
XObserver.ping("<your_scope>", {threshold:0.5})