Skip to content

Releases: LucaArgentieri/gsap-nuxt-module

v1.1.9

20 Mar 15:10

Choose a tag to compare

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)

v1.1.8

01 Mar 10:26

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add useGsap context overload with auto-cleanup (5a8cd71)

v1.1.7

28 Feb 17:57

Choose a tag to compare

compare changes

🩹 Fixes

  • deps: Update nuxtjs monorepo to v4 (36f407e)
  • Resolve GSAP import casing across OSes (5daa8cd)

💅 Refactors

  • Improve gsap runtime and cleanup patterns (c631572)

🏡 Chore

🤖 CI

  • Prepare playground before type checks (3287a99)

v1.1.5

15 Dec 20:11

Choose a tag to compare

What's Changed

  • deps: bump gsap from 3.14.1 to 3.14.2 by @dependabot[bot] in #7

Full Changelog: v1.1.4...v1.1.5

v1.1.4

09 Dec 20:23
91cd447

Choose a tag to compare

🚀 Enhancements

  • Update GSAP to version 3.14.1

❤️ Contributors

What's Changed

  • chore(deps): bump esbuild, @nuxt/module-builder and @netlify/functions by @dependabot[bot] in #5
  • deps: bump gsap from 3.13.0 to 3.14.1 by @dependabot[bot] in #6

New Contributors

Full Changelog: v1.1.2...v1.1.4

v1.1.2

02 May 14:58

Choose a tag to compare

GSAP NUXT MODULE 1.1.2

With the release of gsap version 1.13.0 all gsap plugins have been made free, and are now available in the module

You can read more here: https://gsap.com/pricing/


compare changes

🚀 Enhancements

  • Update GSAP to version 3.13.0 and enhance plugin support (b52f240)

🏡 Chore

❤️ Contributors

v1.1.1

11 Mar 21:45

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

04 Mar 21:23

Choose a tag to compare

compare changes

🚀 Enhancements

  • Reorganize GSAP plugins structure and remove unused files (1ffa1b7)

🩹 Fixes

  • Update README for quick setup instructions and correct package version in package.json (78509f0)
  • Comment out test job in CI workflow for temporary disablement (ee69ee7)
  • Update README with correct links for online playground and GSAP documentation (992b3ad)