-
-
Notifications
You must be signed in to change notification settings - Fork 834
Comparing changes
Open a pull request
base repository: stenciljs/core
base: v4.36.3
head repository: stenciljs/core
compare: v4.37.1
- 11 commits
- 105 files changed
- 6 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 <john.jenkins@nanoporetech.com>
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 <john.jenkins@nanoporetech.com>
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
initializeNextTickconfigJohn 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
initializeNextTickconfig setting (#……6382) Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
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 <5030133+johnjenkins@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d7ee800 - Browse repository at this point
Copy the full SHA d7ee800View commit details
Commits on Sep 16, 2025
-
fix(runtime): stop eager json parsing for unknown and any type bindin…
…gs (#6384) * fix(runtime): stop eager json parsing for unknown and any type bindings * fix(tests): skipping impacted tests for now so they can be restored later
Configuration menu - View commit details
-
Copy full SHA for ccae0d7 - Browse repository at this point
Copy the full SHA ccae0d7View commit details
Commits on Sep 19, 2025
-
fix(dist-custom-elements): revert #6381
John Jenkins committedSep 19, 2025 Configuration menu - View commit details
-
Copy full SHA for 77cfdb3 - Browse repository at this point
Copy the full SHA 77cfdb3View commit details -
fix(Mixin): export
MixinFactorytype for ease of use (#6390)* fix(Mixin): export `MixinFactory` for ease of use * chore: prettier * chore: loosen type slightly --------- Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
Configuration menu - View commit details
-
Copy full SHA for a26114e - Browse repository at this point
Copy the full SHA a26114eView commit details -
Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d442307 - Browse repository at this point
Copy the full SHA d442307View 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.1