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.35.3
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.0
Choose a head ref
  • 10 commits
  • 64 files changed
  • 9 contributors

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    d84f9e7 View commit details
    Browse the repository at this point in the history
  2. fix: contructable stylesheets with older immutable spec (chrome <99) (#…

    …6332)
    
    Resolves #6326
    
    Co-authored-by: Christian Bromann <git@bromann.dev>
    aeharding and christian-bromann authored Jul 7, 2025
    Configuration menu
    Copy the full SHA
    2f363dd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. feat(moc-doc): serialize delegatesFocus shadow DOM property (#6333)

    Co-authored-by: Mickey Pesic <mpesic@apple.com>
    mpesic and Mickey Pesic authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    56fe6e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. fix(runtime): fix blur handling of non-scoped elements (#6314)

    * fix(runtime): fix blur handling of non-scoped elements
    
    * progress
    
    * prettier
    
    * revert unneeded changes
    
    * better solution
    
    * prettier
    
    * more progress
    
    * more progress
    
    * more progress
    
    * fix lint
    
    * progress
    
    * revert
    
    * prettier
    
    * apply to all non shadow components
    
    * tweak if
    
    * make test stable
    
    * prettier
    
    * update tests
    
    * prettier
    
    * fix last e2e test
    
    * only patch if constructor is given
    
    * Revert "only patch if constructor is given"
    
    This reverts commit 32e1550.
    
    * allow to run in node env
    christian-bromann authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    bfbd683 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. fix(ssr): scoped: true components forwarded slots (#6340)

    * fix(ssr): `scoped: true` slot forwarding
    
    * chore: fix tests
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    fd4b892 View commit details
    Browse the repository at this point in the history
  2. feat(runtime): skip initial task queue to improve first time rendering (

    #6331)
    
    * fix(runtime): skip task schedule for inital render phase
    
    * fix: use microtask to queue initial dispatch
    
    * test: added update-component tests to verify call order
    
    ---------
    
    Co-authored-by: Christian Bromann <git@bromann.dev>
    danielleroux and christian-bromann authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    6106c70 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2025

  1. Configuration menu
    Copy the full SHA
    051522f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. fix(runtime): do not remove first comment - can break frameworks (#6343)

    * fix(runtime): do not remove first comment - can break frameworks
    
    * chore: prettier
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    188e7db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63f25d View commit details
    Browse the repository at this point in the history
  3. Release v4.36.0 (#6344)

    * v4.36.0
    
    * 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 Jul 15, 2025
    Configuration menu
    Copy the full SHA
    257923c View commit details
    Browse the repository at this point in the history
Loading