Skip to content

v1.2.0

Compare
Choose a tag to compare
@oumoussa98 oumoussa98 released this 28 Jul 23:52
· 51 commits to main since this release
4d9380a

🔖 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 to firstload

What's Changed

  • use npm workspaces
  • use Vite Glob Import to dynamicly import the component for demo test #35