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 v11.3.20 #1287

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion 11.0.20 -> 11.3.20 age adoption passing confidence

Release Notes

framer/motion (framer-motion)

v11.3.20

Compare Source

Changed
  • Improved performance of transform by up to 30% when providing many default transforms as MotionValues.

v11.3.19

Compare Source

Fixed
  • Fixed problem with AnimatePresence not rerendering children unless their presence had changed.

v11.3.18

Compare Source

Fixed
  • Improved correctness of AnimatePresence and made safe to use with concurrent rendering.

v11.3.17

Compare Source

Added
  • domMin feature bundle.

v11.3.16

Compare Source

Changed
  • Exporting UseScrollOptions type.

v11.3.15

Compare Source

Changed
  • Improved types for inView()'s margin property.

v11.3.14

Compare Source

Fixed
  • Wrapping usePresence's safeToRemove callback in useCallback leading to fewer re-renders.

v11.3.13

Compare Source

Fixed
  • Fixing position: fixed layout animations while scrolling.

v11.3.12

Compare Source

Fixed
  • Improving useSpring types so it accepts MotionValue<string> or MotionValue<number> but always returns MotionValue<number>.

v11.3.11

Compare Source

Fixed
  • Removing "react" import from DOM-only bundle.

v11.3.10

Compare Source

Fixed
  • Changing isBrowser check from document to window.

v11.3.9

Compare Source

Changed
  • Improve performance of window.MotionDebug check.

v11.3.8

Compare Source

Changed
  • Improve performance of layout animation calculated projection comparisons.

v11.3.7

Compare Source

Changed
  • Active render scheduling check to prevent unnecessary Set lookups.

v11.3.6

Compare Source

Changed
  • Minor performance improvements for layout animations.

v11.3.5

Compare Source

Fixed
  • Ensuring DOM bundle doesn't include react and react-dom as dependencies.

v11.3.4

Compare Source

Changed
  • Check for display: contents elements now against component props instead of Element.style.

v11.3.3

Compare Source

Changed
  • Frameloop now uses a single Set vs Set and Array, leading to smaller bundlesize and better performance under heavy load.

v11.3.2

Compare Source

Fixed
  • No longer adding background-color to will-change.

v11.3.1

Compare Source

Updated
  • Externally-provided MotionValues are no longer permanently added to will-change.

v11.3.0

Compare Source

Updated
  • Animations automatically optimised via will-change.

v11.2.14

Compare Source

Updated
  • Improved performance of core render loop.

v11.2.13

Compare Source

Fixed
  • Checking for null before interpolating color values.

v11.2.12

Compare Source

Fixed
  • Fixing dragConstraints={ref} mixed with layout animations.

v11.2.11

Compare Source

Fixed
  • Fix animations in resuspended components.

v11.2.10

Compare Source

Fixed
  • Changing invalid number interpolation from error to warning and immediate mix.

v11.2.9

Compare Source

Fixed
  • Fixing animation of CSS variables when leading space is present.

v11.2.8

Compare Source

Fixed
  • Ensuring instant animations return animation controls.

v11.2.7

Compare Source

Fixed
  • Only allow layout animations to cancel optimised appear animations when on the same node or an ancestor.

v11.2.6

Compare Source

Fixed
  • Fixed optimised appear animations interrupted by layout animations triggered by a state update within useLayoutEffect.

v11.2.5

Compare Source

Fixed
  • Fixing layout animations within portals. Tag motion root within portal with data-framer-portal-id attribute.

v11.2.4

Compare Source

Fixed
  • Batching triggering animations with useSpring.

v11.2.3

Compare Source

Fixed
  • MotionValues created with undefined can track velocity correctly.

v11.2.2

Compare Source

Fixed
  • Fixed visual jump when interrupting an optimised appear animation.

v11.2.1

Compare Source

Changed
  • Improved performance of resolving variants by lazy resolving current MotionValue state.

v11.2.0

Compare Source

Added
  • Binary visibility interpolation i.e display: ["block", "none"] now maintains the visible state throughout the animation.

v11.1.9

Compare Source

Changed
  • Reinstating async event handlers to fix issues with user code and Suspence within Framer.

v11.1.8

Compare Source

Fixed
  • Animating between keyframe unit types when one keyframe is 0 and the other is an explicitly defined keyframe, e.g y: ["100%", 0].

v11.1.7

Compare Source

Changed
  • Updating types for motion.div.

v11.1.6

Compare Source

Changed
  • Binding stop to MainThreadAnimation

v11.1.5

Compare Source

Changed
  • Exporting DOMMotionComponents.

v11.1.4

Compare Source

Fixed
  • Fixing types of motion.div in certain TS5 environment configurations.
Changed
  • Skip removal of existing motion value when undefined.

v11.1.3

Compare Source

Fixed
  • ESM compat with CJS bundle.

v11.1.2

Compare Source

Fixed
  • Ensuring transforms unset during unit conversion are restored.

v11.1.1

Compare Source

Changed
  • Updating JSX transform.

v11.1.0

Compare Source

Changed
  • TypeScript 5 upgrade.

v11.0.28

Compare Source

Fixed
  • Ensure CSS var token is set as final animation keyframe.

v11.0.27

Compare Source

Fixed
  • Skipping animations with duration: 0.

v11.0.26

Compare Source

Fixed
  • Adding perspective() to projection transform.
  • Changing scheduling of useTransform to ensure frames are up-to-date.

v11.0.25

Compare Source

Fixed
  • Ensuring motion(Fragment) nodes are skipped from layout projection.

v11.0.24

Compare Source

Fixed
  • Changes in style are visible once a value is no longer present in animation props.

v11.0.23

Compare Source

Fixed
  • Fixed layout animations when combined with z transforms.

v11.0.22

Compare Source

Fixed
  • Fixed pre-generation of no-op WAAPI animations.

v11.0.21

Compare Source

Fixed
  • Fixed interrupting WAAPI spring animations.

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 added the Renovate Renovate App label Jul 8, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 2ddb61b to 42071f6 Compare July 9, 2024 13:41
@renovate renovate bot changed the title Update dependency framer-motion to v11.2.13 Update dependency framer-motion to v11.2.14 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 42071f6 to 4ee78ae Compare July 10, 2024 13:51
@renovate renovate bot changed the title Update dependency framer-motion to v11.2.14 Update dependency framer-motion to v11.3.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 4ee78ae to eb5c6c8 Compare July 11, 2024 09:35
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.0 Update dependency framer-motion to v11.3.1 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from eb5c6c8 to 261a606 Compare July 11, 2024 13:41
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.1 Update dependency framer-motion to v11.3.2 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 261a606 to f05c94b Compare July 16, 2024 13:36
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.2 Update dependency framer-motion to v11.3.4 Jul 16, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from f05c94b to aff64f9 Compare July 17, 2024 11:29
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.4 Update dependency framer-motion to v11.3.5 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from aff64f9 to a786134 Compare July 17, 2024 15:10
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.5 Update dependency framer-motion to v11.3.6 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from a786134 to 1bcb758 Compare July 18, 2024 15:11
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.6 Update dependency framer-motion to v11.3.7 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 1bcb758 to 4914802 Compare July 19, 2024 12:22
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.7 Update dependency framer-motion to v11.3.8 Jul 19, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 4914802 to 3ec52ba Compare July 23, 2024 11:24
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.8 Update dependency framer-motion to v11.3.9 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 3ec52ba to 66d4688 Compare July 23, 2024 15:16
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.9 Update dependency framer-motion to v11.3.12 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 66d4688 to 183e456 Compare July 24, 2024 11:11
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.12 Update dependency framer-motion to v11.3.13 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 183e456 to 2f8f8c1 Compare July 24, 2024 12:18
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.13 Update dependency framer-motion to v11.3.14 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 2f8f8c1 to 40b5ccb Compare July 24, 2024 15:31
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.14 Update dependency framer-motion to v11.3.17 Jul 24, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 40b5ccb to f054080 Compare July 26, 2024 15:05
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.17 Update dependency framer-motion to v11.3.18 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from f054080 to 4717fa3 Compare July 27, 2024 17:18
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.18 Update dependency framer-motion to v11.3.19 Jul 27, 2024
@renovate renovate bot changed the title Update dependency framer-motion to v11.3.19 Update dependency framer-motion to v11.3.20 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/framer-motion-11.x branch from 4717fa3 to 9d75304 Compare August 1, 2024 10:44
Copy link
Contributor Author

renovate bot commented Aug 1, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (11.3.20). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/framer-motion-11.x branch August 1, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Renovate Renovate App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant