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.36.0
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.36.1
Choose a head ref
  • 4 commits
  • 21 files changed
  • 5 contributors

Commits on Jul 17, 2025

  1. fix(runtime): only patch non-shadow components with <slot>s (#6348)

    * fix(runtime): only patch non-shadow components with <slot>s
    
    * chore: revert e2e test
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    827b7f0 View commit details
    Browse the repository at this point in the history
  2. docs(internal): add technical docs for Stencil (#6347)

    * docs(internal): add technical docs for Stencil
    
    * more content
    
    * rename index file
    
    * fix mermaid
    
    * improve compiler docs
    
    * fix mermaid
    
    * fix mermaid
    
    * fix mermaid
    
    * enhance runtime docs
    
    * add references where possible
    
    * more docs on vdom
    
    * link where possible
    
    * cspell
    
    * ignore more words
    
    * update wdio packages
    
    * fix e2e tests
    
    * fix eslint
    
    * change maxinstances
    
    * reduce to 1
    
    * tweak
    
    * revert
    
    * only run in Chrome
    
    * more revert
    
    * more
    christian-bromann authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    a93db56 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. fix(runtime): stop applying patches to non-shadow / non-render() comp…

    …onents (#6349)
    
    * fix(runtime): do not apply other patches to non-slot components
    
    * chore: use hasRenderFn
    
    * chore: revert test revert :D
    
    * chore: tidy
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    Co-authored-by: Christian Bromann <git@bromann.dev>
    3 people authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    3a18a37 View commit details
    Browse the repository at this point in the history
  2. v4.36.1 (#6350)

    Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
    github-actions[bot] and christian-bromann authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    a12a53e View commit details
    Browse the repository at this point in the history
Loading