v1.2.0
🔖 Use intersection observer API
From MDN, The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
Improvements ⚡
- use intersection observer API instead of scroll event
breaking changes 💥
firstLoad
prop is renamed tofirstload
What's Changed
- use npm workspaces
- use
Vite Glob Import
to dynamicly import the component for demo test #35