All Versions
372
Latest Version
Avg Release Cycle
3 days
Latest Release
508 days ago

Changelog History
Page 15

  • v3.6.4 Changes

    February 22, 2021

    ๐Ÿ›  Fixed

    • ๐ŸŽ Adding polyfill performance.now in framesync.
  • v3.6.3 Changes

    February 22, 2021

    ๐Ÿ›  Fixed

    • Only crossfading defined borderRadius borders during shared element transitions.
  • v3.6.2 Changes

    February 20, 2021

    ๐Ÿ›  Fixed

    • AnimatePresence now correctly unmounts children if it contains no motion components.
  • v3.6.1 Changes

    February 19, 2021

    ๐Ÿ›  Fixed

    • onAnimationComplete on child variant components now fire as expected.
  • v3.6.0 Changes

    February 19, 2021

    โž• Added

    • onAnimationComplete now provides the definition of the triggering animation.
  • v3.5.3 Changes

    February 19, 2021

    ๐Ÿ›  Fixed

    • Fixing bug with afterChildren and exit animations.
  • v3.5.2 Changes

    February 18, 2021

    โž• Added

    • ๐Ÿ“ฆ Setting sideEffects: false in package.json to help code splitting in Webpack.
  • v3.5.1 Changes

    February 18, 2021

    ๐Ÿ›  Fixed

    • onTapCancel is now being correctly cleaned up.
  • v3.5.0 Changes

    February 18, 2021

    โž• Added

    • 0๏ธโƒฃ Adding transition prop to MotionConfig to set a default transition for an entire tree.
  • v3.4.2 Changes

    February 18, 2021

    โž• Added

    • onBeforeLayoutMeasure prop, currently a Framer internal.