Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: 1904labs/dom-to-image-more
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.0
Choose a base ref
...
head repository: 1904labs/dom-to-image-more
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 22, 2023

  1. Workaround for Firefox bug (fixes #123)

    This is a workaround for Firefox bug webcompat/web-bugs#119834. Waiting one extra frame here ensures that the image is fully rendered before we read the data from it.
    YoshiWalsh committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    f6e16b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Ensure Node compatibility

    YoshiWalsh committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    cfac736 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #124 from JoshuaWalsh/issue-123

    Workaround for Firefox bug (fixes #123)
    IDisposable authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1819a93 View commit details
    Browse the repository at this point in the history
  3. Simplify deferred image loading

    Fixes #123
    Also removed the obsolete mozImageSmoothingEnabled
    Fixes #119
    Bumped prettier to 2.8.6
    IDisposable committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e2dd9f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #125 from 1904labs/pr_cleanup

    PR Cleanups
    IDisposable authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2d2dc63 View commit details
    Browse the repository at this point in the history
Loading