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: stenciljs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.23.1
Choose a base ref
...
head repository: stenciljs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.23.2
Choose a head ref
  • 2 commits
  • 13 files changed
  • 3 contributors

Commits on Jan 10, 2025

  1. fix(runtime): clear up rootAppliedStyles (#6087)

    * fix(runtime): clear up detached hostRefs and rootAppliedStyles
    
    * fix build
    
    * prettier
    
    * fix after rebase
    
    * more reverts
    
    * more cleanups
    
    * remove hostrefs manually instead of cleanups
    
    * prettier
    
    * fix build
    
    * found the leak
    
    * found it without errors
    
    * delete the right element
    
    * clean up after animation frame
    
    * prettier
    
    * use isConnected to check whether node is in DOM
    
    * prettier
    
    * solve leak for dist custom elements
    
    * prettier
    
    * fix: PR comment
    
    * more rigurous cleanup
    
    * delete the lazy instance after a timeout to ensure that any pending state updates have been processed
    
    * prettier
    
    * fix unit test
    
    * chore(ci): trigger build
    
    * disable test
    
    * logging
    
    * tweak
    
    * tweak
    
    * clean up
    
    * minor comment update
    
    * more cleanups
    christian-bromann authored Jan 10, 2025
    Copy the full SHA
    c4a9c9e View commit details
  2. Release v4.23.2 (#6093)

    * v4.23.2
    
    * update changelog
    
    ---------
    
    Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
    Co-authored-by: Christian Bromann <git@bromann.dev>
    3 people authored Jan 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bdfabbe View commit details
Loading