Skip to content

v1.3.1

Compare
Choose a tag to compare
@oumoussa98 oumoussa98 released this 21 Jul 23:32
· 7 commits to main since this release

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 target prop
    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