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.19.2
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.20.0
Choose a head ref

Commits on Jul 8, 2024

  1. chore(deps): update dependency eslint-plugin-jsdoc to v48.5.1 (#5889)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 8, 2024
    Copy the full SHA
    d185025 View commit details
  2. chore(deps): update typescript-eslint to v7.15.0 (#5888)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 8, 2024
    Copy the full SHA
    23f2b47 View commit details
  3. Copy the full SHA
    a7c212c View commit details

Commits on Jul 10, 2024

  1. fix(runtime): make isSameVnode return false on initial render in a hy…

    …dration case (#5891)
    
    * fix(runtime): make isSameVnode return false on initial render in a hydration case
    
    * prettier
    christian-bromann authored Jul 10, 2024
    Copy the full SHA
    82a7bb9 View commit details

Commits on Jul 15, 2024

  1. chore(deps): update dependency eslint-plugin-jsdoc to v48.7.0 (#5894)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 15, 2024
    Copy the full SHA
    e102a07 View commit details
  2. chore(deps): update typescript-eslint to v7.16.0 (#5895)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 15, 2024
    Copy the full SHA
    b571354 View commit details

Commits on Jul 16, 2024

  1. fix(compiler): no need for commenting selectors anymore (#5892)

    * fix(compiler): no need for commenting selectors anymore
    
    * prettier
    
    * breaking: don't render shadow components when serializeShadowRoot is false
    
    * update tests
    
    * fix setting style tag
    
    * prettier
    
    * build fix
    
    * remove comment
    
    * make default true
    
    * prettier
    christian-bromann authored Jul 16, 2024
    Copy the full SHA
    d571bbb View commit details
  2. fix: update TypeScript to v5.5 (#5898)

    * chore: bump typescript version in renovate.json to <5.6.0
    
    * chore: update TS to 5.5
    
    * prettier
    
    * remove console.log
    christian-bromann authored Jul 16, 2024
    Copy the full SHA
    5e74837 View commit details

Commits on Jul 17, 2024

  1. chore(release): update execa and fix incompatibility with Listr (#5897)

    * chore(release): update execa and fix incompatibility with Listr
    
    * prettier
    
    * wrap package names in back ticks to get around cspell
    christian-bromann authored Jul 17, 2024
    Copy the full SHA
    8a7d89a View commit details

Commits on Jul 22, 2024

  1. chore(deps): update typescript-eslint to v7.16.1 (#5901)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 22, 2024
    Copy the full SHA
    0e56d43 View commit details
  2. Copy the full SHA
    3def2b7 View commit details

Commits on Jul 23, 2024

  1. fix(ci): revert usage of pull_request_target trigger (#5903)

    * remove pack-and-comment workflow
    
    STENCIL-1363
    
    * revert usage of pull_request_target trigger
    tanner-reits authored Jul 23, 2024
    Copy the full SHA
    7ae36aa View commit details

Commits on Jul 26, 2024

  1. fix(core): add missing screenshot export (#5909)

    * fix(core): add missing screenshot export
    
    * added tests
    christian-bromann authored Jul 26, 2024
    Copy the full SHA
    764a8ba View commit details

Commits on Jul 29, 2024

  1. chore(deps): update typescript-eslint to v7.17.0 (#5914)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 29, 2024
    Copy the full SHA
    98e2de2 View commit details
  2. chore(deps): update dependency eslint-plugin-jsdoc to v48.8.3 (#5913)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 29, 2024
    Copy the full SHA
    f69460d View commit details
  3. fix(compiler): run copy task after other output targets (#5902)

    * fix(compiler): run copy task after other output targets
    
    * run secondary tasks in parallel
    christian-bromann authored Jul 29, 2024
    Copy the full SHA
    c3d4e8b View commit details

Commits on Aug 1, 2024

  1. fix(testing): update Jest types (#5910)

    * fix(testing): update Jest types
    
    * add more tests
    
    * prettier
    
    * apply configuration changes to other Jest versions
    christian-bromann authored Aug 1, 2024
    Copy the full SHA
    5f8c969 View commit details
  2. fix(compiler): don't allow shadowRoot getter to avoid hydration issues (

    #5912)
    
    * fix(compiler): don't allow shadowRoot getter to avoid hydration issues
    
    * remove magic string
    
    * prettier
    christian-bromann authored Aug 1, 2024
    Copy the full SHA
    5dd4f7f View commit details
  3. fix(runtime): hydrate shadow dom first (#5911)

    * fix(runtime): hydrate shadow dom first
    
    * prettier
    
    * hydrate shadow first
    
    * remove any
    
    * don't remove vnodes that are about to be hydrated
    
    * prettier
    christian-bromann authored Aug 1, 2024
    Copy the full SHA
    ccf1a89 View commit details
  4. chore(deps): update actions/checkout action to v4.1.7 (#5917)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 1, 2024
    Copy the full SHA
    4a6203f View commit details
  5. chore(deps): update actions/setup-node action to v4.0.3 (#5918)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 1, 2024
    Copy the full SHA
    fd75952 View commit details
  6. fix(compiler): respect project tsconfig watch options (#5916)

    * fix(compiler): respect project tsconfig watch options
    
    Fixes: #5709
    
    STENCIL-1079
    
    * add tests
    
    * export function
    tanner-reits authored Aug 1, 2024
    Copy the full SHA
    74adeee View commit details

Commits on Aug 2, 2024

  1. Release v4.20.0 (#5920)

    * v4.20.0
    
    * update changelog
    
    * update changelog
    
    ---------
    
    Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
    Co-authored-by: Christian Bromann <git@bromann.dev>
    Co-authored-by: Tanner Reits <47483144+tanner-reits@users.noreply.github.com>
    4 people authored Aug 2, 2024
    Copy the full SHA
    71bfde6 View commit details
Loading