Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency framer-motion to v7.10.3 #11

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 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 7.3.5 -> 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.

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 was generated by Mend Renovate. View the repository job log.

@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 ad5d5a5 to 6fa9105 Compare September 26, 2022 16:26
@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 2 times, most recently from 481a572 to 243a096 Compare September 30, 2022 14:49
@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 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 force-pushed the renovate/framer-motion-7.x branch 2 times, most recently from 69d63a6 to b087d3f Compare October 7, 2022 09:55
@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 changed the title Update dependency framer-motion to v7.5.3 Update dependency framer-motion to v7.5.4 Oct 17, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from b087d3f to 3182cdd Compare October 17, 2022 16:30
@renovate renovate bot changed the title Update dependency framer-motion to v7.5.4 Update dependency framer-motion to v7.6.1 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 3182cdd to 817d6f7 Compare October 18, 2022 12:00
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 817d6f7 to 2f71ddf Compare October 27, 2022 15:47
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.1 Update dependency framer-motion to v7.6.2 Oct 27, 2022
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.2 Update dependency framer-motion to v7.6.3 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch 2 times, most recently from b51522a to 19b8a52 Compare November 1, 2022 15:44
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.3 Update dependency framer-motion to v7.6.4 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 19b8a52 to a8dbafa Compare November 7, 2022 13:34
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.4 Update dependency framer-motion to v7.6.5 Nov 7, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from a8dbafa to 72b306b Compare November 11, 2022 12:01
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.5 Update dependency framer-motion to v7.6.6 Nov 11, 2022
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.6 Update dependency framer-motion to v7.6.7 Nov 15, 2022
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 72b306b to 6922ecb Compare November 15, 2022 15:39
@renovate renovate bot changed the title Update dependency framer-motion to v7.6.7 Update dependency framer-motion to v7.10.3 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/framer-motion-7.x branch from 6922ecb to a91e39d Compare March 16, 2023 19:05
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