Socket
Socket
Sign inDemoInstall

framer-motion

Package Overview
Dependencies
Maintainers
37
Versions
1147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framer-motion - npm Package Versions

1
115

1.2.0

Diff

Changelog

Source

[1.2.0] 2019-07-09

Added

  • Supporting positionTransition as a function that resolves when the component has moved.
  • Adding dragOriginX and dragOriginY props.

Fixed

  • Excluding positionTransition from SVG type.
popmotion
published 1.1.4 •

Changelog

Source

[1.1.4] 2019-07-08

Updated

  • Exporting AnimatePresenceProps.
popmotion
published 1.1.3 •

Changelog

Source

[1.1.3] 2019-07-08

Fixed

  • Fixing positionTransition on server-side.
popmotion
published 1.1.2 •

Changelog

Source

[1.1.2] 2019-07-08

Fixed

  • Upgrade to AnimatePresence algo.
popmotion
published 1.1.1 •

Changelog

Source

[1.1.1] 2019-07-05

Changed

  • Moving UMD global from FramerMotion to Motion.
  • Removed @emotion/is-valid-prop, saving ~1.9kb from bundle.
  • Using a slimmed-down version of Popmotion, saving ~3kb from bundle.
  • Removing async markers, saving ~0.7kb from bundle.

Fixed

  • Cancelling drag and pan gestures on component unmount.
  • Previously unseen props in animate animate correctly.
  • Fixing reading SVG attributes from DOM.
  • Fixed unit type conversion not working with previously-undefined values.
  • Calling onAnimationComplete when while overrides are unset.
  • Preventing initial animation if animate is a map of props and initial={false}. This went previously unseen as both values were equivalent, but onAnimationComplete would fire on mount.
popmotion
published 1.1.0 •

Changelog

Source

[1.1.0] 2019-07-03

Added

  • AnimatePresence component for controlling mount/unmount animations.
  • positionTransition prop for animating when the layout of a component changes.
popmotion
published 1.0.4 •

Changelog

Source

[1.0.4] 2019-07-01

Fixed

  • Moving SVG path props to MotionStyle type.
  • Changing MakeMotion to accept either MotionValue<string> OR MotionValue<number>.
popmotion
published 1.0.3 •

Changelog

Source

[1.0.3] 2019-07-01

Fixed

  • Moving dragConstraints to a ref if a component re-renders mid gesture.
  • Only applying dragConstraints on render if component isn't currently dragging.
popmotion
published 1.0.2 •

Changelog

Source

[1.0.2] 2019-06-28

Fixed

  • Making when type more permissive for passing in implicitly typed, pre-defined variants.
  • Not blocking default browser behaviour when dragging is initiated on draggable element's select, input, textarea elements.
popmotion
published 1.0.1 •

Changelog

Source

[1.0.1] 2019-06-27

Fixed

  • Fixing useSpring unsubscriptions.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc