-
-
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.1
head repository: stenciljs/core
compare: v4.35.2
- 14 commits
- 46 files changed
- 9 contributors
Commits on Jun 20, 2025
-
fix(mock-doc): prevent infinite recursion in blur event handlers (#6310)
* fix(mock-doc): prevent infinite recursion in blur event handlers Fixes a regression introduced in commit 1304ffc where blur event handlers calling blur() on input elements would cause infinite recursion and "Maximum call stack size exceeded" errors. The issue occurred when: 1. input.blur() dispatches a blur event 2. blur event handler calls blur() on the same element 3. This creates an infinite loop leading to stack overflow Solution: - Add recursion prevention mechanism using WeakMap to track elements currently processing specific event types - Modify MockElement.blur() to check for existing blur processing - Allow first blur event to process normally while preventing recursive calls - Add comprehensive test case to verify fix and prevent regressions Closes: #6307 * prettier
Configuration menu - View commit details
-
Copy full SHA for 092cacd - Browse repository at this point
Copy the full SHA 092cacdView commit details
Commits on Jun 22, 2025
-
fix(runtime): patch non-scoped / non-shadow components
John Jenkins committedJun 22, 2025 Configuration menu - View commit details
-
Copy full SHA for 8b007e9 - Browse repository at this point
Copy the full SHA 8b007e9View commit details
Commits on Jun 23, 2025
-
Revert "fix(runtime): patch non-scoped / non-shadow components"
This reverts commit 8b007e9.
Configuration menu - View commit details
-
Copy full SHA for 76656f6 - Browse repository at this point
Copy the full SHA 76656f6View commit details -
fix(ssr): fixes for
scoped: truecomponents during SSR (#6311)* fix(ssr): fixed for `scoped: true` components during SSR * chore: prettier * chore: added tests * Update src/runtime/client-hydrate.ts --------- 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 b07dda6 - Browse repository at this point
Copy the full SHA b07dda6View commit details -
feat(testing): support browser executable path detection via environm… (
#6308) * feat(testing): support browser executable path detection via environment variables Add fallback chain for browser executable path using PUPPETEER_EXECUTABLE_PATH and CHROME_PATH environment variables, improving automatic browser detection for Puppeteer-based testing. * fix executablePath * always apply --no-sandbox in CI * update unit tests * fix unit tests
Configuration menu - View commit details
-
Copy full SHA for b7e2b50 - Browse repository at this point
Copy the full SHA b7e2b50View commit details -
fix(ci): hardening security of GH actions (#6305)
* fix(ci): hardening security of GH actions * revert dev server change
Configuration menu - View commit details
-
Copy full SHA for 3f80413 - Browse repository at this point
Copy the full SHA 3f80413View commit details
Commits on Jun 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fc2e158 - Browse repository at this point
Copy the full SHA fc2e158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9da2c90 - Browse repository at this point
Copy the full SHA 9da2c90View commit details
Commits on Jun 25, 2025
-
fix(compiler): fix attachInternals should be usable without formAssoc… (
#6286) * fix(compiler): fix attachInternals should be usable without formAssociated * feat: Add unit tests * fix: Prettier white space issue
Configuration menu - View commit details
-
Copy full SHA for 7132259 - Browse repository at this point
Copy the full SHA 7132259View commit details
Commits on Jun 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e35a004 - Browse repository at this point
Copy the full SHA e35a004View commit details
Commits on Jun 29, 2025
-
fix(utils): single global stylesheet instance for performance (#6320)
* fix(utils): single global stylesheet instance for performance * lazy getter * simplify
Configuration menu - View commit details
-
Copy full SHA for fe5d130 - Browse repository at this point
Copy the full SHA fe5d130View commit details
Commits on Jun 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5925974 - Browse repository at this point
Copy the full SHA 5925974View commit details -
fix(ssr): slow property hydration, incorrect rendering (#6325)
* fix(ssr): slow property hydration, incorrect rendering * chore: fiddle * chore: prettier --------- Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
Configuration menu - View commit details
-
Copy full SHA for f018c73 - Browse repository at this point
Copy the full SHA f018c73View commit details
Commits on Jul 2, 2025
-
* v4.35.2 * update --------- 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 de20b40 - Browse repository at this point
Copy the full SHA de20b40View 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.1...v4.35.2