Skip to content

Releases: msc24x/xobserver

XObserver v1.1.2

Choose a tag to compare

@msc24x msc24x released this 29 Aug 06:07
docs: add npm badge

XObserver v1.1.1

Choose a tag to compare

@msc24x msc24x released this 27 Aug 13:39
chore: readme

XObserver v1.1.0

Choose a tag to compare

@msc24x msc24x released this 19 Aug 09:21

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})