v1.3.1
Migrated to typescript 🚀 #31
The project has been successfully migrated to TypeScript, providing improved type checking and overall code maintainability.
Improvements ⚡
- You can now safely use DOM refs for
targetprop
the component waits for async updates using nextTick to ensure that the passed element is mounted in the actual DOM
Fixes
- Intersection issues caused by 0px height #58
A minimum height of 1px has been added to the infinite wrapper div to resolve these issues
What's Changed
- Updated ESLint config
- Updated docs according to the new API changes
- Used the new import types support in macros and defineEmits syntax introduced in Vue 3.3
Full Changelog: 1.2.1...1.3.1