Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

fix(deps): update dependency framer-motion to v7.10.3 #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 7.1.1 -> 7.10.3 age adoption passing confidence

Release Notes

framer/motion

v7.10.3

Compare Source

Changed
  • Firing animateChanges in useLayoutEffect rather than useEffect to ensure optimised appear animations are handed off before paint.

v7.10.2

Compare Source

Fixed
  • Adding support for all easing functions with WAAPI.

v7.10.1

Compare Source

Fixed
  • Fixed type inference of useMotionValueEvent.

v7.10.0

Compare Source

Added
  • .on() event method to MotionValue.
  • "animationStart", "animationComplete", "animationCancel" and "change" events for MotionValue.
  • useMotionValueEvent helper method for adding events.

v7.9.1

Compare Source

Fixed
  • Fixing mapping Framer Motion easing names to WAAPI.

v7.9.0

Compare Source

Added
  • Hardware-accelerated opacity animations.

v7.8.1

Compare Source

Changed
  • Refactored animation pipeline to better accomodate WAAPI.

v7.8.0

Compare Source

Added
  • Added private APIs for starting initial animations before React hydration and handing off to the component after hydration.

v7.7.3

Compare Source

Fixed
  • Fixed spring effect of useSpring.

v7.7.2

Compare Source

Removed
  • Reduced ?? operators to reduce bundlesize.

v7.7.1

Compare Source

Changed
  • Removed style-value-types and framesync as external dependencies.

v7.7.0

Compare Source

Added
  • Added support for "startOffset", "textLength" and "lengthAdjust" SVG attributes.
Removed
  • Removed ability to define "inertia" animation as "decay" (officially removed in 3.0.0).
Removed
  • Removed legacy repeat options (officially removed in 3.0.0).

v7.6.19

Compare Source

Fixed
  • Animation of viewBox for SVG elements.

v7.6.18

Compare Source

Changed
  • Removed popmotion as external dependency.

v7.6.17

Compare Source

Fixed
  • Manually firing callback with latest callback when useOnChange is provided new motion value (affects useSpring).

v7.6.16

Compare Source

Fixed
  • Fixing useOnChange to resubscribe when provided a new motion value (affects useSpring).

v7.6.15

Compare Source

Fixed
  • Rounding tree scale to 1 to prevent unnecessary scale transforms.

v7.6.14

Compare Source

Fixed
  • Nothing to see here.

v7.6.13

Compare Source

v7.6.12

Compare Source

Fixed
  • isTransformDirty node skipping logic.

v7.6.11

Compare Source

Fixed
  • Treat <motion.svg /> components as HTML.
Updated
  • Further layout animation performance enhancements.

v7.6.10

Compare Source

Updated
  • Removing read of (currently unused) position style as it's erroneously breaking a test in Framer.

v7.6.9

Compare Source

Updated
  • Only updating projection calculations for dirty nodes.

v7.6.8

Compare Source

Updated
  • Reducing number of scroll reads during layout animations.

v7.6.7

Compare Source

Fixed
  • Removed instantiation of externally-provided motion values.

v7.6.6

Compare Source

Fixed
  • Minor layout animation refactors.

v7.6.5

Compare Source

Fixed
  • VisualElement changed to class implementation.
  • Fixed issue with relative layout animations when switching relative parents.

v7.6.4

Compare Source

Fixed
  • Updated buildTransform types to only expect required arguments.

v7.6.3

Compare Source

Added
  • Exposing buildTransform for internal use.

v7.6.2

Compare Source

Added
  • Internal option for useScroll to use useEffect instead of useLayoutEffect.

v7.6.1

Compare Source

Fixed
  • Animation of viewBox for SVG elements.

v7.6.0

Compare Source

Added
  • delay(): An alternative to window.setTimeout() that is locked to the animation framerate.

v7.5.4

Compare Source

Fixed
  • Fixed bug relative layout animations within rotated layers.
  • Fixed bug with layout="preserve-aspect" where layers that do change size but aren't moved are reprojected to the old size and stay there.

v7.5.3

Compare Source

Fixed
  • If the initial style was derived from the initial prop, and that style is removed from animate, while also being removed from initial, it won't animate back to the originally-defined value.

v7.5.2

Compare Source

Fixed
  • Gracefully handle undefined values in values prop.

v7.5.1

Compare Source

Fixed
  • useTransform correctly cleans up any scheduled animation frames when it unmounts.

v7.5.0

Compare Source

Added
  • useAnimationFrame now passes delta to provided callbacks as the second argument.

v7.4.0

Compare Source

Added
  • Added internal values prop that allows the provision of motion values to use exclusively for performing animations on.

v7.3.6

Compare Source

Fixed
  • Increasing threshold for what's considered a similar aspect ratio in "preserve-ratio" layout animations.

v7.3.5

Compare Source

Fixed
  • isMotionValue no longer crashing when provided null.

v7.3.4

Compare Source

Fixed
  • Run feature detection based on rendered props.

v7.3.3

Compare Source

Fixed
  • Ensuring children dynamic components re-render when context changes.

v7.3.2

Compare Source

Added
  • isMotionComponent returns true if the provided component is a motion component.
  • unwrapMotionComponent returns the rendered component.

v7.3.1

Compare Source

Fixed
  • Fixing application of rotateZ.

v7.3.0

Compare Source

Added
  • layout="preserve-ratio" performs a position-only transition if the aspect ratio has changed.
Fixed
  • layout="position" now works with shared element transitions.

v7.2.1

Compare Source

Added
  • Various filesize reductions.

v7.2.0

Compare Source

Added
  • AnimatePresence's new mode="popLayout" prop will "pop" exiting elements from the document layout flow, allowing sibling layout elements to animate to their new layout as soon as exiting starts.
Deprecated
  • exitBeforeEnter - replace with mode="wait".

v7.1.2

Compare Source

Fixed
  • Fixing useWillChange export.

Configuration

📅 Schedule: 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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Aug 16, 2022

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

Name Status Preview Comments Updated
nextjs-typescript-chakra ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 12, 2023 at 7:49PM (UTC)

@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from f315a94 to c3373bf Compare August 16, 2022 14:33
@renovate renovate bot changed the title Update dependency framer-motion to v7.1.2 Update dependency framer-motion to v7.2.0 Aug 16, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from c3373bf to 6e5502f Compare August 23, 2022 12:07
@renovate renovate bot changed the title Update dependency framer-motion to v7.2.0 Update dependency framer-motion to v7.2.1 Aug 23, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 6e5502f to 43f08c2 Compare September 7, 2022 12:50
@renovate renovate bot changed the title Update dependency framer-motion to v7.2.1 Update dependency framer-motion to v7.3.0 Sep 7, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 43f08c2 to f693e05 Compare September 7, 2022 16:54
@renovate renovate bot changed the title Update dependency framer-motion to v7.3.0 Update dependency framer-motion to v7.3.2 Sep 7, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from f693e05 to b63663d Compare September 13, 2022 14:24
@renovate renovate bot changed the title Update dependency framer-motion to v7.3.2 Update dependency framer-motion to v7.3.4 Sep 13, 2022
@renovate renovate bot changed the title Update dependency framer-motion to v7.3.4 Update dependency framer-motion to v7.3.5 Sep 14, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from b63663d to 70e2a3c Compare September 14, 2022 11:42
@renovate renovate bot changed the title Update dependency framer-motion to v7.3.5 Update dependency framer-motion to v7.3.6 Sep 20, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 70e2a3c to 737e3ec Compare September 20, 2022 13:20
@renovate renovate bot changed the title Update dependency framer-motion to v7.3.6 Update dependency framer-motion to v7.4.0 Sep 26, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 737e3ec to fa0d08b Compare September 26, 2022 15:53
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from fa0d08b to 922026e Compare September 29, 2022 11:05
@renovate renovate bot changed the title Update dependency framer-motion to v7.4.0 Update dependency framer-motion to v7.5.0 Sep 29, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 922026e to fc07a7b Compare September 30, 2022 14:42
@renovate renovate bot changed the title Update dependency framer-motion to v7.5.0 Update dependency framer-motion to v7.5.1 Sep 30, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from fc07a7b to 5435726 Compare October 4, 2022 17:46
@renovate renovate bot changed the title Update dependency framer-motion to v7.5.1 Update dependency framer-motion to v7.5.2 Oct 4, 2022
@renovate renovate bot changed the title Update dependency framer-motion to v7.5.2 Update dependency framer-motion to v7.5.3 Oct 7, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 5435726 to 42621ae Compare October 7, 2022 10:43
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 42621ae to c3f67f0 Compare November 20, 2022 16:06
@renovate renovate bot changed the title Update dependency framer-motion to v7.5.3 Update dependency framer-motion to v7.6.7 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from c3f67f0 to 1bdea2a Compare March 12, 2023 19:47
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.7 fix(deps): update dependency framer-motion to v7.10.3 Mar 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants