framer-motion 5.1.0
[5.1.0] 2021-11-02
Added
- Adding path drawing support for
circle,ellipse,line,path,polygon,polylineandrectcomponents. - Add SSR support for
pathLength.
Fixed
- Fixed SSR for
pathLength. - Downgrading
whileFocusto lowest gesture priority. Issue - Fixed path length for elements with
vectorEffect="non-scaling-stroke"Issue - Stripping
dragSnapToOriginfrom DOM output. PR by @Evalon