-
-
Notifications
You must be signed in to change notification settings - Fork 834
Comparing changes
Open a pull request
base repository: stenciljs/core
base: v4.35.3
head repository: stenciljs/core
compare: v4.36.2
- 19 commits
- 84 files changed
- 14 contributors
Commits on Jul 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d84f9e7 - Browse repository at this point
Copy the full SHA d84f9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f363dd - Browse repository at this point
Copy the full SHA 2f363ddView commit details
Commits on Jul 8, 2025
-
feat(moc-doc): serialize
delegatesFocusshadow DOM property (#6333)Co-authored-by: Mickey Pesic <mpesic@apple.com>
Configuration menu - View commit details
-
Copy full SHA for 56fe6e3 - Browse repository at this point
Copy the full SHA 56fe6e3View commit details
Commits on Jul 10, 2025
-
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
Configuration menu - View commit details
-
Copy full SHA for bfbd683 - Browse repository at this point
Copy the full SHA bfbd683View commit details
Commits on Jul 11, 2025
-
fix(ssr):
scoped: truecomponents forwarded slots (#6340)* fix(ssr): `scoped: true` slot forwarding * chore: fix tests --------- Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
Configuration menu - View commit details
-
Copy full SHA for fd4b892 - Browse repository at this point
Copy the full SHA fd4b892View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6106c70 - Browse repository at this point
Copy the full SHA 6106c70View commit details
Commits on Jul 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 051522f - Browse repository at this point
Copy the full SHA 051522fView commit details
Commits on Jul 15, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 188e7db - Browse repository at this point
Copy the full SHA 188e7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c63f25d - Browse repository at this point
Copy the full SHA c63f25dView commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for 257923c - Browse repository at this point
Copy the full SHA 257923cView commit details
Commits on Jul 17, 2025
-
fix(runtime): only patch non-shadow components with <slot>s (#6348)
* fix(runtime): only patch non-shadow components with <slot>s * chore: revert e2e test --------- Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
Configuration menu - View commit details
-
Copy full SHA for 827b7f0 - Browse repository at this point
Copy the full SHA 827b7f0View commit details -
docs(internal): add technical docs for Stencil (#6347)
* docs(internal): add technical docs for Stencil * more content * rename index file * fix mermaid * improve compiler docs * fix mermaid * fix mermaid * fix mermaid * enhance runtime docs * add references where possible * more docs on vdom * link where possible * cspell * ignore more words * update wdio packages * fix e2e tests * fix eslint * change maxinstances * reduce to 1 * tweak * revert * only run in Chrome * more revert * more
Configuration menu - View commit details
-
Copy full SHA for a93db56 - Browse repository at this point
Copy the full SHA a93db56View commit details
Commits on Jul 18, 2025
-
fix(runtime): stop applying patches to non-shadow / non-render() comp…
…onents (#6349) * fix(runtime): do not apply other patches to non-slot components * chore: use hasRenderFn * chore: revert test revert :D * chore: tidy --------- Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com> Co-authored-by: Christian Bromann <git@bromann.dev>
Configuration menu - View commit details
-
Copy full SHA for 3a18a37 - Browse repository at this point
Copy the full SHA 3a18a37View commit details -
Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a12a53e - Browse repository at this point
Copy the full SHA a12a53eView commit details
Commits on Jul 24, 2025
-
Add JSON parsing support for custom prop types (Unknown/Any) to provi…
…de consistent behavior between SSR and non-SSR environments. (#6352) * Custom types get proper object parsing while primitives remain unchanged - String props: Always remain strings, even if they look like JSON - Number props: Always get parsed as numbers - Boolean props: Always get parsed as Booleans - Custom interface props: Get JSON parsing attempted - Any props: Get JSON parsing attempted * Update parse-property-value.spec.ts
Configuration menu - View commit details
-
Copy full SHA for a3fe474 - Browse repository at this point
Copy the full SHA a3fe474View commit details
Commits on Jul 28, 2025
-
fix(bundle): remove post order of node-resolve (#6353)
* fix(bundle): remove post order of node-resolve node-resolve resolveId hook has been moved to the end of the plugin chain, so other plugins that were meant to be called after resolve some modules incorrectly fixes: #6335 * style: format --------- Co-authored-by: Fabrice Tsiava <fabrice.tsiava@contentsquare.com>
Configuration menu - View commit details
-
Copy full SHA for 19b56d1 - Browse repository at this point
Copy the full SHA 19b56d1View commit details -
chore(deps-dev): bump form-data in /src/testing/jest/jest-27-and-under (
#6351) --- updated-dependencies: - dependency-name: form-data dependency-version: 3.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Jenkins <johnljenkins@Hotmail.com>
Configuration menu - View commit details
-
Copy full SHA for 43d5f3c - Browse repository at this point
Copy the full SHA 43d5f3cView commit details -
chore(deps): bump form-data from 3.0.3 to 3.0.4 (#6355)
Bumps [form-data](https://github.com/form-data/form-data) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md) - [Commits](form-data/form-data@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 3.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 712a4e0 - Browse repository at this point
Copy the full SHA 712a4e0View commit details -
Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 57f5683 - Browse repository at this point
Copy the full SHA 57f5683View 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.35.3...v4.36.2