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 v10 #52

Merged
merged 1 commit into from
Feb 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
framer-motion ^8.5.2 -> ^10.0.0 age adoption passing confidence

Release Notes

framer/motion

v10.0.0

Compare Source

Added
  • background-color animations are now hardware accelerated.
Removed
  • Removing fallback for IntersectionObserver. Use a polyfill for support in older browsers.
  • Removed DeprecatedLayoutGroupContext.
Changed
  • Using exitBeforeEnter with AnimatePresence now throws an error.
  • Using value.onChange will now throw a warning with instructions to change to value.on("change", callback).
  • Using AnimateSharedLayout now throws an error.
Fixed
  • repeat: Infinity no longer de-opts from pre-generated WAAPI animations.

v9.1.7

Compare Source

Fixed
  • Switching const enum for types.

v9.1.6

Compare Source

Added
  • Exporting scroll for internal use inside Framer.

v9.1.5

Compare Source

Fixed
  • Changing Feature<any> to Feature<unknown>.

v9.1.4

Compare Source

Fixed
  • Fixing types of useScroll.

v9.1.3

Compare Source

Updated
  • Limiting propagation of dirty projection nodes for improved layout animation performance.

v9.1.2

Compare Source

Updated
  • Replacing type enum with const enum for smaller bundlesize.

v9.1.1

Compare Source

Updated
  • Removing external dependencies.

v9.1.0

Compare Source

Added
  • Hardware acceleration of clipPath, filter and transform styles.

v9.0.7

Compare Source

Fixed
  • Improving types of color.parse().

v9.0.6

Compare Source

Added
  • Exporting animation types for internal Framer use.

v9.0.5

Compare Source

Added
  • Adding legacy Popmotion exports for internal Framer use.

v9.0.4

Compare Source

Updated
  • 25% speed improvement for transform string creation.

v9.0.3

Compare Source

Updated
  • Refactored motion component features to load without React components.
  • Deprecated fallback behavior for missing IntersectionObserver.

v9.0.2

Compare Source

Changed
  • Reorder.Item no longer throws an error within MotionConfig strict.

v9.0.1

Compare Source

Removed
  • Tap events no longer suspend tabindex attribute for the duration of the gesture.

v9.0.0

Compare Source

Added
  • Tap events are now keyboard accessible.
Changed
  • whileFocus only triggers according to focus-visible rules.

v8.5.5

Compare Source

Fixed
  • Ensuring Animation.cancel() is called on finished WAAPI animations.

v8.5.4

Compare Source

Fixed
  • Reducing size of prop filtering.

v8.5.3

Compare Source

Fixed
  • Manually recording optimised appear startTime to fix inaccuracies of Firefox's Animation.currentTime.

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.

@felladrin felladrin merged commit f73e576 into master Feb 26, 2023
@felladrin felladrin deleted the renovate/framer-motion-10.x branch February 26, 2023 02:47
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.

1 participant