Sourced from framer-motion's changelog.
[11.15.0] 2024-12-13
Added
- Add support for
repeatin animation sequences.Fixed
- Clearing scheduled jobs at the end of an animation frame to ensure memory is released should the animation loop settle.
[11.14.4] 2024-12-13
Fixed
- Exporting
AnimationSequencevia"motion"entrypoint.- Adding support for passing normal components to
motion.create()in React 19.[11.14.3] 2024-12-13
Fixed
- Fixing
motion-domandmotion-utilsentrypoints.[11.14.2] 2024-12-13
Fixed
- Exporting
timefor internal use.- Making
MotionValue.updatedAtpublic for internal use.[11.14.1] 2024-12-12
Fixed
- Fixing missing license in
motion-domandmotion-utilspackages.[11.14.0] 2024-12-12
Added
- Added
pressgesture in Motion+ early access.[11.13.6] 2024-12-10
Fixed
- Adding React 19 to optional peer dependencies in
"motion"package also.[11.13.5] 2024-12-10
... (truncated)
6ddb3e7
v11.15.0cdcf3b4
Removing double clear47d5524
Fix a potential memory leak if a render step pauses for a long time. (#2944)1422aef
Ensuring easing is repeated correctly0e54f81
Add support for repeat in timeline sequence (#2945)1108bd5
Fixing testscc3b826
v11.14.4b65bcd5
Updating changelog7cebb22
Move animation sequence types to vanilla entrypoint (#2942)4cfd7aa
Adding normal component support to motion.create (#2943)