Skip to content

0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@justin-schroeder justin-schroeder released this 06 Sep 16:22
· 21 commits to master since this release

This update includes several documentation updates as well as a move from yarn to pnpm. The most significant changes are:

💪 New features

  • Adds a Nuxt module for easy use with nuxt.
  • Adds new page scroll animation for items that are being removed at the very bottom of the page that would otherwise cause the browser’s scroll position to "jump".
  • Plugin authors can now select their own "remove" styles (thank you @KamilBeda). See diff for details.

🐛 Bug fixes

  • Improves type exports.
  • Reduces unnecessary renders in react.
  • Fixes a bug that caused re-used elements to not animate correctly (for example when using KeepAlive, #79).