-
Notifications
You must be signed in to change notification settings - Fork 597
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: bubkoo/html-to-image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.12
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bubkoo/html-to-image
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.11.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 15 files changed
- 6 contributors
Commits on Feb 13, 2025
-
Fixes issue when cssRules are inaccessilbe (#384)
When cssRules are inaccessible in a style sheet, getCSSRules will throw an exception trying to read them, and then the catch handler will fetch the css. But, when it goes to insert the rule, it has a bug where it uses sheet.cssRules.length, which causes an exception again and the rules are lost. This results in the error: Error inlining remote css file SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules This is referenced in a few issues such as issue #49.
Configuration menu - View commit details
-
Copy full SHA for cb65be0 - Browse repository at this point
Copy the full SHA cb65be0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b25b52 - Browse repository at this point
Copy the full SHA 5b25b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa3c979 - Browse repository at this point
Copy the full SHA aa3c979View commit details -
fix(mask): add support for -webkit-mask and -webkit-mask-image (#382)
Add support for `mask` and `mask-image` properties for browsers that support them via webkit. # 334
Configuration menu - View commit details
-
Copy full SHA for 5bdfda7 - Browse repository at this point
Copy the full SHA 5bdfda7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d0341 - Browse repository at this point
Copy the full SHA f0d0341View commit details -
Add option to selectively include style properties when cloning eleme…
…nt (#436) * feat: add `includeStyleProperties` option * the full list of computedStyle properties can be cached * users can now manually specify which style properties are included * docs: update docs
Configuration menu - View commit details
-
Copy full SHA for bad0d9c - Browse repository at this point
Copy the full SHA bad0d9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cd8093 - Browse repository at this point
Copy the full SHA 3cd8093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de3db6 - Browse repository at this point
Copy the full SHA 9de3db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a02abc6 - Browse repository at this point
Copy the full SHA a02abc6View commit details
Commits on Feb 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d9b2fcf - Browse repository at this point
Copy the full SHA d9b2fcfView commit details -
chore(release): v1.11.13 [skip ci]
## [1.11.13](v1.11.12...v1.11.13) (2025-02-14) ### Bug Fixes * **mask:** add support for -webkit-mask and -webkit-mask-image ([#382](#382)) ([5bdfda7](5bdfda7))
Configuration menu - View commit details
-
Copy full SHA for 9957281 - Browse repository at this point
Copy the full SHA 9957281View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.12...v1.11.13