Skip to content

v1.1.9

Latest

Choose a tag to compare

@LucaArgentieri LucaArgentieri released this 20 Mar 15:10
· 2 commits to main since this release

compare changes

πŸš€ Enhancements

  • useGsap: Add cleanupOn option for early GSAP cleanup before page transitions (2d261b3)

🩹 Fixes

  • types: Remove false-positive null from plugin composable return type (1aba076)
  • app.vue: Wrap NuxtPage in v-slot to fix Transition warning (1cb0056)
  • Resolve TypeScript null warnings in GSAP composables (d8d4f3d)
  • types: Suppress TS1149 casing errors from GSAP package (f930a7b)

πŸ’… Refactors

  • runtime: Inline Flip/Draggable/Observer loaders, remove gsap-loaders.js (16660e1)

πŸ“– Documentation

  • useGsap: Document cleanupOn edge case for navigation guard rejection (500d473)

🏑 Chore

  • playground: Convert pages to TypeScript and fix scroll behavior (34d7922)