Skip to content

Latest commit

 

History

History
89 lines (46 loc) · 1.4 KB

File metadata and controls

89 lines (46 loc) · 1.4 KB

Changelog

2.0.3

  • Remove how it works image and simplify README header

2.0.2

  • Remove logo and simplify README header

2.0.1

  • Fix visibility detection when elements leave the viewport

2.0.0

Breaking changes

  • Simplify v-visible directive API to accept only a callback function. For advanced options, use the composable API.

1.0.16

  • Improve README, Update logo styling and colors and add new keywords

1.0.15

  • Update logo styling and colors

1.0.14

  • Improve the display of default values in tables within the Readme file

1.0.13

  • Optimize the how-it-works image

1.0.12

  • Remove github buttons from README

1.0.11

  • Improve README headers and added License section

1.0.10

  • Add visual explanation of how the plugin works

1.0.9

  • Clarify required parameters and options in API documentation

1.0.8

  • Improve usage example and update README badges

1.0.7

  • Improve logo layout in documentation

1.0.6

  • Update logo and demo images

1.0.5

  • Add demo GIF to documentation

1.0.4

  • Fix published package missing latest build changes

1.0.3

  • Fix callback being triggered before the element becomes visible

1.0.2

  • Add explicit return types to public methods

1.0.1

  • Improve package metadata (keywords and documentation)

1.0.0

  • Initial stable release
  • Vue 3 plugin for observing element visibility using IntersectionObserver