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

Changelog History
Page 18

  • v2.7.8 Changes

    October 07, 2020

    ๐Ÿ”„ Changed

    • If dragConstraints is set to a ref on a non-draggable component, we resolve the constraints on mount in order to pass them to onMeasureDragConstraints.
  • v2.7.7 Changes

    October 01, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  duration and bounce are now overridden by damping, stiffness, and mass. This fixes an issue in Framer where legacy transitions were breaking.
  • v2.7.6 Changes

    September 29, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ’… When a transform is provided to style as a MotionValue and then replaced with a number on a subsequent render, we create a new MotionValue for it.
  • v2.7.5 Changes

    September 26, 2020

    ๐Ÿ›  Fixed

    • Manually setting a from in transition.
  • v2.7.4 Changes

    September 26, 2020

    ๐Ÿ›  Fixed

    • Blocks propagation of variants from parent if a component's animate prop is set to AnimationControls. inherit can be used to force inheritence true or false.
  • v2.7.3 Changes

    September 25, 2020

    ๐Ÿ›  Fixed

    • Blocks touch viewport scrolling from draggable components on a per-axis basis.
    • ๐Ÿšš Reinstating sideEffects: false now that the blockViewportScroll method has been removed.
  • v2.7.2 Changes

    September 24, 2020

    โž• Added

    • ๐Ÿ’ป createDomMotionComponent for legacy browser support.
  • v2.7.1 Changes

    September 23, 2020

    ๐Ÿ›  Fixed

    • โช Reverting sideEffects: false, as viewport touch scroll blocking is a side effect.
  • v2.7.0 Changes

    September 23, 2020

    โž• Added

    • Duration-based springs.
  • v2.6.15 Changes

    September 18, 2020

    ๐Ÿ›  Fix

    • Fixing dynamic type imports in generated types.