Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Remove GSAP from required dependencies + fix layout bug

Compare
Choose a tag to compare
@TylerBarnes TylerBarnes released this 15 Nov 04:14
· 354 commits to master since this release
5a25b76

Prior to this release, GSAP needed to be installed for TransitionLink to not throw errors.
Now, the AniLink component is moved to it's own file and will need to be imported as default from "gatsby-plugin-transition-link/AniLink".

It looks like an earlier release also broke layout functionality and that has been fixed with this release.
If you were getting the error

warning  in ../gatsby-plugin-transition-link/src/components/Layout.js

Critical dependency: the request of a dependency is an expression

v1.2.2 fixes this.