- Remove how it works image and simplify README header
- Remove logo and simplify README header
- Fix visibility detection when elements leave the viewport
- Simplify
v-visibledirective API to accept only a callback function. For advanced options, use the composable API.
- Improve README, Update logo styling and colors and add new keywords
- Update logo styling and colors
- Improve the display of default values in tables within the Readme file
- Optimize the how-it-works image
- Remove github buttons from README
- Improve README headers and added License section
- Add visual explanation of how the plugin works
- Clarify required parameters and options in API documentation
- Improve usage example and update README badges
- Improve logo layout in documentation
- Update logo and demo images
- Add demo GIF to documentation
- Fix published package missing latest build changes
- Fix callback being triggered before the element becomes visible
- Add explicit return types to public methods
- Improve package metadata (keywords and documentation)
- Initial stable release
- Vue 3 plugin for observing element visibility using IntersectionObserver