-
Notifications
You must be signed in to change notification settings - Fork 804
Comparing changes
Open a pull request
base repository: stenciljs/core
base: v4.19.2
head repository: stenciljs/core
compare: v4.20.0
Commits on Jul 8, 2024
-
chore(deps): update dependency eslint-plugin-jsdoc to v48.5.1 (#5889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d185025 - Browse repository at this point
Copy the full SHA d185025View commit details -
chore(deps): update typescript-eslint to v7.15.0 (#5888)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 23f2b47 - Browse repository at this point
Copy the full SHA 23f2b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c212c - Browse repository at this point
Copy the full SHA a7c212cView commit details
Commits on Jul 10, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 82a7bb9 - Browse repository at this point
Copy the full SHA 82a7bb9View commit details
Commits on Jul 15, 2024
-
chore(deps): update dependency eslint-plugin-jsdoc to v48.7.0 (#5894)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e102a07 - Browse repository at this point
Copy the full SHA e102a07View commit details -
chore(deps): update typescript-eslint to v7.16.0 (#5895)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b571354 - Browse repository at this point
Copy the full SHA b571354View commit details
Commits on Jul 16, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for d571bbb - Browse repository at this point
Copy the full SHA d571bbbView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5e74837 - Browse repository at this point
Copy the full SHA 5e74837View commit details
Commits on Jul 17, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8a7d89a - Browse repository at this point
Copy the full SHA 8a7d89aView commit details
Commits on Jul 22, 2024
-
chore(deps): update typescript-eslint to v7.16.1 (#5901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0e56d43 - Browse repository at this point
Copy the full SHA 0e56d43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3def2b7 - Browse repository at this point
Copy the full SHA 3def2b7View commit details
Commits on Jul 23, 2024
-
fix(ci): revert usage of pull_request_target trigger (#5903)
* remove pack-and-comment workflow STENCIL-1363 * revert usage of pull_request_target trigger
Configuration menu - View commit details
-
Copy full SHA for 7ae36aa - Browse repository at this point
Copy the full SHA 7ae36aaView commit details
Commits on Jul 26, 2024
-
fix(core): add missing screenshot export (#5909)
* fix(core): add missing screenshot export * added tests
Configuration menu - View commit details
-
Copy full SHA for 764a8ba - Browse repository at this point
Copy the full SHA 764a8baView commit details
Commits on Jul 29, 2024
-
chore(deps): update typescript-eslint to v7.17.0 (#5914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98e2de2 - Browse repository at this point
Copy the full SHA 98e2de2View commit details -
chore(deps): update dependency eslint-plugin-jsdoc to v48.8.3 (#5913)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f69460d - Browse repository at this point
Copy the full SHA f69460dView commit details -
fix(compiler): run copy task after other output targets (#5902)
* fix(compiler): run copy task after other output targets * run secondary tasks in parallel
Configuration menu - View commit details
-
Copy full SHA for c3d4e8b - Browse repository at this point
Copy the full SHA c3d4e8bView commit details
Commits on Aug 1, 2024
-
fix(testing): update Jest types (#5910)
* fix(testing): update Jest types * add more tests * prettier * apply configuration changes to other Jest versions
Configuration menu - View commit details
-
Copy full SHA for 5f8c969 - Browse repository at this point
Copy the full SHA 5f8c969View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5dd4f7f - Browse repository at this point
Copy the full SHA 5dd4f7fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ccf1a89 - Browse repository at this point
Copy the full SHA ccf1a89View commit details -
chore(deps): update actions/checkout action to v4.1.7 (#5917)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a6203f - Browse repository at this point
Copy the full SHA 4a6203fView commit details -
chore(deps): update actions/setup-node action to v4.0.3 (#5918)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd75952 - Browse repository at this point
Copy the full SHA fd75952View commit details -
fix(compiler): respect project tsconfig watch options (#5916)
* fix(compiler): respect project tsconfig watch options Fixes: #5709 STENCIL-1079 * add tests * export function
Configuration menu - View commit details
-
Copy full SHA for 74adeee - Browse repository at this point
Copy the full SHA 74adeeeView commit details
Commits on Aug 2, 2024
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 71bfde6 - Browse repository at this point
Copy the full SHA 71bfde6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.19.2...v4.20.0