Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Bump Fabric.js to include Animations module #80

Merged
merged 2 commits into from
Sep 21, 2022
Merged

Conversation

djmetzle
Copy link
Contributor

Integrates a branch upstream on Fabric.js:
iFixit/fabric.js@try-v521...iFixit:fabric.js:try-v521-with-anim

⚠️ note the diff shows only the changes we are integrating here and now. Specifically:

  • Add the animation module to our custom build
  • regen dist

In the main app, we're seeing several different actions and codepaths that trigger internal Fabric usage of farbic.util.requestAnimationFrame. Without this animation module, we see hard crashes of the in-browser editor. I think for the short term, it will be better to tolerate the extra Fabric module. Eventually we may work to remove the dependency on requestAnimationFrame, but for now, "working at all" is better than nothing.

Ref: https://github.com/iFixit/ifixit/issues/43782

CC @iFixit/devops

We never want to be checking in the lock for this repo.
Copy link

@aburke07 aburke07 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR 👽

@djmetzle djmetzle merged commit f295d75 into master Sep 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants