Socket
Socket
Sign inDemoInstall

framer-motion

Package Overview
Dependencies
Maintainers
36
Versions
1138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framer-motion - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

16

CHANGELOG.md

@@ -5,2 +5,18 @@ # Changelog

## [1.4.0] 2019-07-29
### Added
- `AnimatePresence.exitBeforeEnter`.
- Added explicit support for custom components as children of `AnimatePresence`.
### Fixed
- Fixing issue with drag constraints (ref-based) being reset, while dragging, on unrelated parent component updates.
- Updated rollup config to list `tslib` as an external dependency.
- Ensuring unmounting components don't call `onAnimationComplete`.
- Adding error message when no initial value is set, or can be read or inferred.
- Ensuring color alpha is always within bounds.
- Ensuring variants propagate on unmount.
## [1.3.0] 2019-07-24

@@ -7,0 +23,0 @@

8

package.json
{
"name": "framer-motion",
"version": "1.3.0",
"version": "1.4.0",
"main": "dist/framer-motion.cjs.js",

@@ -84,7 +84,7 @@ "module": "dist/framer-motion.es.js",

"@popmotion/easing": "^1.0.2",
"@popmotion/popcorn": "^0.4.1",
"@popmotion/popcorn": "^0.4.2",
"framesync": "^4.0.4",
"hey-listen": "^1.0.8",
"popmotion": "^9.0.0-beta-7",
"style-value-types": "^3.1.5",
"popmotion": "9.0.0-beta-8",
"style-value-types": "^3.1.6",
"stylefire": "^6.0.7",

@@ -91,0 +91,0 @@ "tslib": "^1.10.0"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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