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: WebReflection/linkedom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.10
Choose a base ref
...
head repository: WebReflection/linkedom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.12
Choose a head ref
  • 6 commits
  • 19 files changed
  • 5 contributors

Commits on Jun 4, 2025

  1. Fix insertAdjacentHTML and createContextualFragment not working on no…

    …n-HTML documents (#307)
    
    * Create helper function `htmlToFragment`
    
    * Fix insertAdjacentHTML not working on XML (and potentially SVG) documents
    
    * Fix createContextualFragment not working on XML (and potentially SVG) documents
    
    * Move insertAdjacent... tests from html to general elements, and cover XML
    
    * Add test for createContextualFragment in SVG documents
    
    * Build
    
    * Improve performance of htmlToFragment, and added JSDoc
    
    * Add test to check insertAdjacentHTML adding multiple elements
    
    * Build
    Gudine authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    c578172 View commit details
    Browse the repository at this point in the history
  2. 0.18.11

    WebReflection committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    5174edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fafb337 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    f193f8f View commit details
    Browse the repository at this point in the history
  2. Add peerDependencies and peerDependenciesMeta for canvas (#309)

    Co-authored-by: Andrea Giammarchi <[email protected]>
    k35o and WebReflection authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    c78f6eb View commit details
    Browse the repository at this point in the history
  3. 0.18.12

    WebReflection committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    dfc2fa8 View commit details
    Browse the repository at this point in the history
Loading