Skip to content

Update dependency framer-motion to v10.18.0#109

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/framer-motion-10.x
Open

Update dependency framer-motion to v10.18.0#109
renovate[bot] wants to merge 1 commit intomainfrom
renovate/framer-motion-10.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 23, 2023

This PR contains the following updates:

Package Change Age Confidence
framer-motion 10.12.1610.18.0 age confidence

Release Notes

motiondivision/motion (framer-motion)

v10.18.0

Compare Source

Added
  • globalTapTarget for use in Framer.

v10.17.12

Compare Source

Fixed
  • Fixed animate sequencing for MotionValues.

v10.17.11

Compare Source

Fixed
  • Fixed layout prop crashing Motion 3D.

v10.17.9

Compare Source

Fixed
  • Improve error message when trying to animate multiple keyframes via spring.

v10.17.8

Compare Source

Fixed
  • Adding null safeguard for useAnimationControls.

v10.17.7

Compare Source

Fixed
  • Fix touch event filtering for hover gesture.

v10.17.6

Compare Source

Fixed
  • Ensure cancelled WAAPI animations can't finish.

v10.17.5

Compare Source

Fixed
  • Fixing final keyframe when using repeatType "reverse" and "mirror".
  • Display warning if scroll container is position: static.
  • Move more scroll measurements to read frame lifecycle.
  • Adding amount to useInView dependencies.

v10.17.4

Compare Source

Fixed
  • Ensure keyframe animations don't rerun if all values are the same.

v10.17.3

Compare Source

Fixed
  • Unset gestures correctly animate back to values defined in parent variant.

v10.17.2

Compare Source

Fixed
  • Fixed issues with duration-based springs appearing stuck or snapping.

v10.17.1

Compare Source

Fixed
  • Fixed animate sequencing for MotionValues.

v10.17.0

Compare Source

Added
  • Adding MotionGlobalConfig.skipAnimations to globally disable animations when testing.

v10.16.16

Compare Source

Fixed
  • circInOut easing fixed.
  • Improved optimised animation handoff.

v10.16.15

Compare Source

Fixed
  • Ensure animateChanges only runs in layout effect in initial render.

v10.16.14

Compare Source

v10.16.13

Compare Source

Fixed
  • Ensure animations don't attempt to fire when initial equals animate.

v10.16.12

Compare Source

Fixed
  • Use single animation to detect document paint ready before triggering optimised animations.
  • Measure one time for optimised animation start and one for handoff to emulate frame scheduling.

v10.16.11

Compare Source

Fixed
  • Ensure animation is never skipped if it's an interrupting animation.

v10.16.10

Compare Source

Fixed
  • Fixing appear animation optimisation when React portal is present.

v10.16.9

Compare Source

Fixed
  • Skipping no-op animations.

v10.16.8

Compare Source

Fixed
  • Added disableInstantAnimation private API.
  • Ensure optimised appear animations don't run post-hydration.

v10.16.7

Compare Source

Fixed
  • Fixing pan events within React portal.

v10.16.6

Compare Source

Fixed
  • Fixing Reorder component types.
  • Fixing Reorder.Item order calculation.
  • Fixing broken dragConstraints if component re-renders during resize.

v10.16.5

Compare Source

Fixed
  • Fixing AnimatePresence fast rerender bug.

v10.16.4

Compare Source

Fixed
  • Changed handoff startTime source from performance.now() to document.timeline.currentTime.

v10.16.3

Compare Source

Fixed
  • Improved compatibility of custom RefObject and MutableRefObject types.
  • Fixing useScroll dependencies array.
  • Fixing optimised handoff to WAAPI animations.

v10.16.2

Compare Source

Fixed
  • Improved performance of frameloop scheduling.
  • Fixed crasher when using SVGs as scroll animation targets.

v10.16.1

Compare Source

Fixed
  • circInOut easing fixed.
  • Improved optimised animation handoff.

v10.16.0

Compare Source

Added
  • New function syntax for useTransform.
Improved
  • Improved handoff animation performance.

v10.15.2

Compare Source

Fixed
  • Numerical CSS variables are now read correctly.

v10.15.1

Compare Source

Fixed

v10.15.0

Compare Source

Added
  • Updated types for public inView API.

v10.14.0

Compare Source

Added
  • scroll() now accepts animations from animate() to create hardware-accelerated animations.

v10.13.2

Compare Source

Fixed
  • Removed animation resync for optimised animation handoff.
  • Fixed offset not working with useScroll.

v10.13.1

Compare Source

Added
  • Fixed subpixel layout rounding in Chrome.

v10.13.0

Compare Source

Added
  • scroll(), a universal API for powering scroll-driven animations via ScrollTimeline.

v10.12.23

Compare Source

Fixed
  • Fixing subpixel layout support in Webkit.

v10.12.22

Compare Source

Fixed
  • Supporting subpixel layouts in layout animations.

v10.12.21

Compare Source

Fixed
  • Transforming values if new values have been read from props.

v10.12.20

Compare Source

Fixed
  • Fixing race condition with animation Promise.
  • Attempt to read initial animation from props before reading from DOM.

v10.12.18

Compare Source

Fixed
  • When layout animation is forced to be instant via useInstantTransition, ignore the delay option.

v10.12.17

Compare Source

Fixed
  • Fixing useInstantTransition when called on subsequent frames.
  • Fixing reverse animation with negative speed finishes too early when the
    time is set to the duration.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thinkbackio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 10, 2024 4:39pm

@renovate renovate Bot changed the title Update dependency framer-motion to v10.12.17 Update dependency framer-motion to v10.12.18 Jun 30, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 14060f5 to 7f89ce0 Compare June 30, 2023 13:41
@renovate renovate Bot changed the title Update dependency framer-motion to v10.12.18 Update dependency framer-motion to v10.12.20 Jul 13, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 7f89ce0 to 67c326a Compare July 13, 2023 13:01
@renovate renovate Bot changed the title Update dependency framer-motion to v10.12.20 Update dependency framer-motion to v10.12.21 Jul 14, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 67c326a to 180e508 Compare July 14, 2023 09:42
@renovate renovate Bot changed the title Update dependency framer-motion to v10.12.21 Update dependency framer-motion to v10.12.22 Jul 17, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 180e508 to 3d38ee3 Compare July 17, 2023 14:18
@renovate renovate Bot changed the title Update dependency framer-motion to v10.12.22 Update dependency framer-motion to v10.12.23 Jul 19, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 3d38ee3 to 1cb0974 Compare July 19, 2023 10:51
@renovate renovate Bot changed the title Update dependency framer-motion to v10.12.23 Update dependency framer-motion to v10.13.0 Jul 19, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 1cb0974 to b01d3d0 Compare July 19, 2023 16:09
@renovate renovate Bot changed the title Update dependency framer-motion to v10.13.0 Update dependency framer-motion to v10.13.1 Jul 24, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from b01d3d0 to d940a3c Compare July 24, 2023 13:20
@renovate renovate Bot changed the title Update dependency framer-motion to v10.13.1 Update dependency framer-motion to v10.13.2 Jul 27, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from d940a3c to dfc04ce Compare July 27, 2023 13:55
@renovate renovate Bot changed the title Update dependency framer-motion to v10.13.2 Update dependency framer-motion to v10.14.0 Jul 27, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from dfc04ce to 90411ae Compare July 27, 2023 15:23
@renovate renovate Bot changed the title Update dependency framer-motion to v10.14.0 Update dependency framer-motion to v10.15.0 Jul 28, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 19f9b90 to 85fa1f3 Compare August 21, 2023 12:49
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 85fa1f3 to 186f170 Compare August 30, 2023 15:00
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.1 Update dependency framer-motion to v10.16.2 Aug 30, 2023
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.2 Update dependency framer-motion to v10.16.3 Sep 4, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 186f170 to 1bb79f9 Compare September 4, 2023 13:47
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.3 Update dependency framer-motion to v10.16.4 Sep 5, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 1bb79f9 to dc1c4a2 Compare September 5, 2023 10:12
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.4 Update dependency framer-motion to v10.16.5 Nov 14, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from dc1c4a2 to 1023996 Compare November 14, 2023 11:03
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.5 Update dependency framer-motion to v10.16.7 Nov 29, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 1023996 to a02ffff Compare November 29, 2023 17:33
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.7 Update dependency framer-motion to v10.16.8 Nov 30, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from a02ffff to 5d30bce Compare November 30, 2023 10:18
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.8 Update dependency framer-motion to v10.16.9 Nov 30, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 5d30bce to 6da7e27 Compare November 30, 2023 13:35
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.9 Update dependency framer-motion to v10.16.10 Dec 1, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 6da7e27 to 58bb2b7 Compare December 1, 2023 10:04
@renovate renovate Bot changed the title Update dependency framer-motion to v10.16.10 Update dependency framer-motion to v10.16.12 Dec 1, 2023
@renovate renovate Bot force-pushed the renovate/framer-motion-10.x branch from 58bb2b7 to 0732bf5 Compare December 1, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants