Skip to content

Releases: formkit/auto-animate

0.8.2

10 Apr 16:21
2678d5c
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

What's Changed

  • fix: import nuxt composables from #imports by @danielroe in #179
  • fix: ResizeObserver now guarded to prevent test errors.

0.8.1

06 Nov 20:20
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

🐛 Bug fixes

  • Memoizes options in React to prevent recursive updates (fix for #166).

0.8.0

06 Sep 16:22
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-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).

Beta 7 (0.7.0)

16 Jun 17:45
Compare
Choose a tag to compare
Beta 7 (0.7.0) Pre-release
Pre-release

In this release:

  • Fixed animations inside scroll containers. Thanks @rodakd (#140)
  • Adds Preact support. Thanks @cszackrison (#111)
  • Other minor doc improvements.

Beta 6

26 Jan 03:12
Compare
Choose a tag to compare
Beta 6 Pre-release
Pre-release

In this release:

  • Adds support for Solid.
  • Uses callback ref in React to improve support for late mounting components.
  • Adds additional typings to AnimationController to improve Svelte TypeScript support.
  • Fixes a bug that occasionally caused AbortError on some browsers (lookin’ at you FireFox).

Beta 4

16 Nov 03:39
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release

In this small release:

  • Adds a default export for better bundler compatibility.
  • Doesn’t attempt to operate on code comments.
  • Documentation improvements.

Beta 2

22 Aug 16:58
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

In this release:

  • Support for Angular 💪.
  • New controller for enabling/disabling animations.
  • Removed peerDependencies to ungrumpify package managers.
  • Small bug fixes.