-
Notifications
You must be signed in to change notification settings - Fork 814
Comparing changes
Open a pull request
base repository: stenciljs/core
base: v4.36.3
head repository: stenciljs/core
compare: v4.37.0
- 7 commits
- 100 files changed
- 5 contributors
Commits on Aug 29, 2025
-
feat(runtime): allow class extending (#6362)
* feat(runtime): allow class extending * chore: fix tests * feat: extend Stencil decorated classes! * chore: assign / reuse `foundSuper` * chore: fix test * chore: format * chore: fix test * chore: read all the extended tree class methods * chore: added some unit tests * chore: more unit tests * chore: wdio tests and bundleid fixing * chore: get tests to pass * chore: fix tests? * chore: try this * chore: silly me * chore: test 2 layer extends --------- Co-authored-by: John Jenkins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0456db1 - Browse repository at this point
Copy the full SHA 0456db1View commit details
Commits on Sep 12, 2025
-
fix(runtime): make sure watchers can fire immediately if the custom e…
…lement is already defined (#6381) customElements.whenDefined always returns the answer asynchronously. Making the check synchronous when possible resolves the issue fixes: 6373 BREAKING CHANGE: Watchers will fire earlier than before, but this is the expected behavior
Configuration menu - View commit details
-
Copy full SHA for 4fb9140 - Browse repository at this point
Copy the full SHA 4fb9140View commit details -
feat: new core api - Mixin (#6375)
* feat: new Mixin function * chore: prettier * chore: lint * chore: pretty much there * chore: lint * chore: spelling * chore: tidy * chore: fixup test --------- Co-authored-by: John Jenkins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08f6583 - Browse repository at this point
Copy the full SHA 08f6583View commit details -
fix(dist-custom-elements): apply
initializeNextTick
configJohn Jenkins committedSep 12, 2025 Configuration menu - View commit details
-
Copy full SHA for dbcdeff - Browse repository at this point
Copy the full SHA dbcdeffView commit details -
John Jenkins committed
Sep 12, 2025 Configuration menu - View commit details
-
Copy full SHA for 444596c - Browse repository at this point
Copy the full SHA 444596cView commit details -
fix(dist-custom-elements): apply
initializeNextTick
config setting (#……6382) Co-authored-by: John Jenkins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bdf9fb - Browse repository at this point
Copy the full SHA 7bdf9fbView commit details
Commits on Sep 13, 2025
-
Co-authored-by: johnjenkins <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7ee800 - Browse repository at this point
Copy the full SHA d7ee800View 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.36.3...v4.37.0