Releases: hypernym-studio/nuxt-gsap
Releases · hypernym-studio/nuxt-gsap
v2.1.0
What's Changed
- feat: refactor dir structure and optimize module by @ivodolenc in #42
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- breaking-change: add
nuxt-3
support by @ivodolenc in #41
Quick Start
- Install
@hypernym/nuxt-gsap
to your project
npm i -D @hypernym/nuxt-gsap
- Enable the module in the main config file
// nuxt.config.ts
{
modules: ['@hypernym/nuxt-gsap']
}
That's it! Start developing your app!
New Contributors
- @ivodolenc made their first contribution in #41
Full Changelog: v1.7.3...v2.0.0