Releases: formkit/auto-animate
Releases · formkit/auto-animate
0.8.2
What's Changed
- fix: import nuxt composables from #imports by @danielroe in #179
- fix: ResizeObserver now guarded to prevent test errors.
0.8.1
0.8.0
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)
In this release:
- Fixed animations inside scroll containers. Thanks @rodakd (#140)
- Adds Preact support. Thanks @cszackrison (#111)
- Other minor doc improvements.
Beta 6
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
In this small release:
- Adds a
default
export for better bundler compatibility. - Doesn’t attempt to operate on code comments.
- Documentation improvements.
Beta 2
In this release:
- Support for Angular 💪.
- New controller for enabling/disabling animations.
- Removed
peerDependencies
to ungrumpify package managers. - Small bug fixes.