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.40.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.41.0
Choose a head ref
  • 12 commits
  • 66 files changed
  • 4 contributors

Commits on Dec 28, 2025

  1. fix(testing): jest / mixin related errors (#6512)

    * chore:
    
    * fix(testing): numerous jest / mixin related errors
    
    * chore:
    
    * chore:
    
    * chore:
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Dec 28, 2025
    Configuration menu
    Copy the full SHA
    5c17422 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. fix(runtime): allow cloneNode patch even without <slot> (#6513)

    * fix(runtime): allow `cloneNode` patch even without <slot>
    
    * chore:
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    e893bd1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2025

  1. fix(runtime): update non-shadow slotted content visibility via dynami…

    …c `<slot>` (#6514)
    
    * fix(runtime): allow `cloneNode` patch even without <slot>
    
    * chore:
    
    * fix(runtime): update non-shadow slotted content visibility via dynamic `<slot>`
    
    * chore:
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    cdcd873 View commit details
    Browse the repository at this point in the history
  2. fix(css): strip line breaks from final template literal (#6517)

    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    dfeeaec View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2025

  1. fix(runtime): delay non-shadow onConnectedCallback; make sure slotted…

    … content is available (#6519)
    
    * fix(runtime): delay non-shadow onConnectedCallback to make sure slotted content is available
    
    * chore:
    
    * chore:
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    9e38aa7 View commit details
    Browse the repository at this point in the history
  2. fix(build): always fail build on typescript failure (#6520)

    * fix(build): always fail build on typescript failure
    
    * chore:
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Dec 31, 2025
    Configuration menu
    Copy the full SHA
    74aea99 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. fix(types): components.d.ts - correctly import / export used enums (#…

    …6522)
    
    * fix(types): components.d.ts - correctly import / export used component enums
    
    * chore:
    
    * chore: handle more edge cases
    
    * chore:
    
    * chore:
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    e243c6f View commit details
    Browse the repository at this point in the history
  2. feat(dev-server): new strictPort property (#6523)

    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    cc12853 View commit details
    Browse the repository at this point in the history
  3. fix(cli): --stats accepts optional path string as per documentation (

    …#6524)
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    42ebdfa View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. feat(runtime): support tsconfig jsxImportSource (h import no long…

    …er necessary) (#6525)
    
    * feat(runtime): support tsconfig `jsxImportSource` (meaning `h` import no longer necessary)
    
    * chore:
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    6482533 View commit details
    Browse the repository at this point in the history
  2. fix(compiler): stop error from globalScript lack of default export (#…

    …6527)
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    ba03ccf View commit details
    Browse the repository at this point in the history
  3. v4.41.0 (#6528)

    Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
    github-actions[bot] and johnjenkins authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    b6af869 View commit details
    Browse the repository at this point in the history
Loading