Releases: msc24x/xobserver
Releases · msc24x/xobserver
XObserver v1.1.2
XObserver v1.1.1
chore: readme
XObserver v1.1.0
Features
- Method
ping
now supports all IntersectionObserver options
Breaking change
- The direct parameter to specify
threshold
has been replaced byoptions
: IntersectionObserverInit
Migrating
Example:
XObserver.ping("<your_scope>", 0.5)
should be changed to
XObserver.ping("<your_scope>", {threshold:0.5})