Skip to content [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.