Thanks to visit codestin.com
Credit goes to github.com

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: bubkoo/html-to-image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.11.12
Choose a base ref
...
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
Choose a head ref
  • 11 commits
  • 15 files changed
  • 6 contributors

Commits on Feb 13, 2025

  1. 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.
    dancrevier authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    cb65be0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b25b52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa3c979 View commit details
    Browse the repository at this point in the history
  4. 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
    amiratak88 authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    5bdfda7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0d0341 View commit details
    Browse the repository at this point in the history
  6. 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
    Justineo authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    bad0d9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cd8093 View commit details
    Browse the repository at this point in the history
  8. test: add spec

    bubkoo committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    9de3db6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a02abc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. docs: Update README.md

    bubkoo authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    d9b2fcf View commit details
    Browse the repository at this point in the history
  2. 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))
    biiibooo[bot] committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    9957281 View commit details
    Browse the repository at this point in the history
Loading