vue-use-intersection-observer 1.0.4 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,6 +101,8 @@ onBeforeUnmount(() => {
101
101
 
102
102
  ![Demo](https://raw.githubusercontent.com/Mathiew82/vue-use-intersection-observer/main/demo.gif)
103
103
 
104
+ ![Demo](https://raw.githubusercontent.com/Mathiew82/vue-use-intersection-observer/main/demo2.gif)
105
+
104
106
  ### 🛠 API
105
107
 
106
108
  #### `useIntersectionObserver()`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-use-intersection-observer",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Simple visibility observer plugin for Vue 3 using IntersectionObserver.",
5
5
  "keywords": [
6
6
  "vue",