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.42.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.42.1
Choose a head ref
  • 10 commits
  • 40 files changed
  • 4 contributors

Commits on Feb 3, 2026

  1. fix(docs): preserve css properties outside of production builds (#6579)

    * fix(docs): preserve css properties across `stencil docs`
    
    * chore:
    johnjenkins authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    69d331e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e6184 View commit details
    Browse the repository at this point in the history
  3. fix(mock-doc): add global instanceof HTMLElement / SVGElement plu…

    …s new `MockLabelElement` (#6581)
    
    * fix(mock-doc): add global instanceof `HTMLElement` / `SVGElement` & `MockLabelElement`
    
    * chore:
    
    * chore:
    johnjenkins authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    756b7aa View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2026

  1. fix(runtime): dist parent should hydrate even when children fail (#…

    …6583)
    
    * fix(runtime): `dist` parent should hydrate even when children fail
    
    * chore:
    
    * chore:
    
    * chore:
    
    * chore:
    
    * chore:
    
    * chore:
    johnjenkins authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    50ad901 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. fix(types): don't include @internal properties in dist build requir…

    …ed fields (#6585)
    
    * fix(types): don't include `@internal` properties into public build required fields
    
    * chore:
    johnjenkins authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    6136a67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d63bf5d View commit details
    Browse the repository at this point in the history
  3. fix(runtime): call componentShouldUpdate for every prop changed (#6587

    )
    
    * fix(runtime): call `componentShouldUpdate` for every prop changed
    
    * chore:
    johnjenkins authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    dd4d2e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4eeb37 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. chore(deps-dev): bump webpack from 5.102.1 to 5.104.1 (#6589)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.102.1 to 5.104.1.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md)
    - [Commits](webpack/webpack@v5.102.1...v5.104.1)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-version: 5.104.1
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2026
    Configuration menu
    Copy the full SHA
    6395f2b View commit details
    Browse the repository at this point in the history
  2. v4.42.1 (#6590)

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