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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

framer/motion (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.

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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from a2b246c to 2c510ca Compare September 7, 2022 15:44
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.3.0 fix(deps): update dependency framer-motion to v7.3.2 Sep 7, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch 2 times, most recently from 031b470 to 7affc5f Compare September 13, 2022 13:55
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.3.2 fix(deps): update dependency framer-motion to v7.3.4 Sep 13, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 7affc5f to 49c1fee Compare September 14, 2022 14:01
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.3.4 fix(deps): update dependency framer-motion to v7.3.5 Sep 14, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 49c1fee to 53430ee Compare September 20, 2022 12:54
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.3.5 fix(deps): update dependency framer-motion to v7.3.6 Sep 20, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 53430ee to 1f48aeb Compare September 26, 2022 16:09
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.3.6 fix(deps): update dependency framer-motion to v7.4.0 Sep 26, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch 2 times, most recently from 3a764ff to e13dd82 Compare September 29, 2022 10:01
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.4.0 fix(deps): update dependency framer-motion to v7.5.0 Sep 29, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from e13dd82 to 5b771f9 Compare September 30, 2022 15:11
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.5.0 fix(deps): update dependency framer-motion to v7.5.1 Sep 30, 2022
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.5.1 fix(deps): update dependency framer-motion to v7.5.2 Oct 4, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch 2 times, most recently from 0cc7fbe to f966d67 Compare October 7, 2022 12:14
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.5.2 fix(deps): update dependency framer-motion to v7.5.3 Oct 7, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from f966d67 to f6787fe Compare October 17, 2022 18:03
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.5.3 fix(deps): update dependency framer-motion to v7.5.4 Oct 17, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from f6787fe to 942c83b Compare October 18, 2022 11:46
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.5.4 fix(deps): update dependency framer-motion to v7.6.1 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 942c83b to e3ca3a6 Compare October 27, 2022 16:42
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.6.1 fix(deps): update dependency framer-motion to v7.6.2 Oct 27, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from e3ca3a6 to 560cf61 Compare November 1, 2022 10:40
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.6.2 fix(deps): update dependency framer-motion to v7.6.3 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 560cf61 to 1176f63 Compare November 1, 2022 16:34
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.6.3 fix(deps): update dependency framer-motion to v7.6.4 Nov 1, 2022
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.6.4 fix(deps): update dependency framer-motion to v7.6.5 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch 2 times, most recently from aafa12a to 91f391e Compare November 11, 2022 11:59
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.6.5 fix(deps): update dependency framer-motion to v7.6.6 Nov 11, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 91f391e to 031f302 Compare November 20, 2022 16:34
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.6.6 fix(deps): update dependency framer-motion to v7.6.7 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency framer-motion to v7.6.7 fix(deps): update dependency framer-motion to v7.10.3 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 031f302 to 40473b5 Compare March 16, 2023 13:37
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