-
-
Notifications
You must be signed in to change notification settings - Fork 834
Comparing changes
Open a pull request
base repository: stenciljs/core
base: v4.28.2
head repository: stenciljs/core
compare: v4.30.0
- 14 commits
- 57 files changed
- 6 contributors
Commits on Apr 2, 2025
-
feat(jsx): add support for aria-* attributes in JSX typings (#6221)
Add typings for ARIA attributes like `aria-labelledby`, `aria-hidden`, etc., to the DOMAttributes interface. This allows better accessibility support and developer experience via type safety and IntelliSense. fixes: #6182
Configuration menu - View commit details
-
Copy full SHA for 6e748ec - Browse repository at this point
Copy the full SHA 6e748ecView commit details -
test(core): add type tests for JSX (#6222)
* test(core): add type tests for JSX * prettier * build wdio project * don't validate git status * require project to be build first * install
Configuration menu - View commit details
-
Copy full SHA for 5cca9ce - Browse repository at this point
Copy the full SHA 5cca9ceView commit details
Commits on Apr 3, 2025
-
feat(hydrate): support object serialization for hydrated components (#…
…6208) * feat(hydrate): support object serialization for hydrated components * prettier * serialize parameters into string * don't serialize primitives * implement hydration part * prettier * add more unit tests * prettier * revert some unneeded changes * better identify if value is serializable * properly case unknown attributes * fix tests * reorganisation * fix unit tests * fix analysis tests * e2e fixes * prettier * progress * skip some tests * prettier * reorg * fix test * fix tests * only deserialize if hydrateClientSide is set * improve comment * more test improvements * prettier * revert some tests that cause test errors * Revert "revert some tests that cause test errors" This reverts commit 7b108e2. * chore: fix tests * chore: lint * chore: fix e2e tests --------- Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
Configuration menu - View commit details
-
Copy full SHA for 523461e - Browse repository at this point
Copy the full SHA 523461eView commit details -
Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a38a37b - Browse repository at this point
Copy the full SHA a38a37bView commit details
Commits on Apr 5, 2025
-
fix(runtime): properly set scope classes (#6224)
* fix(runtime): properly set scope classes * prettier * update tests * prettier
Configuration menu - View commit details
-
Copy full SHA for 5982264 - Browse repository at this point
Copy the full SHA 5982264View commit details -
* v4.29.1 * 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 ecf1b97 - Browse repository at this point
Copy the full SHA ecf1b97View commit details
Commits on Apr 7, 2025
-
fix(utils): don't create sourcemap file if disabled (#6229)
* fix(utils): don't create sourcemap file if disabled * fix writeLazyChunk
Configuration menu - View commit details
-
Copy full SHA for 31a97d2 - Browse repository at this point
Copy the full SHA 31a97d2View commit details -
Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9aaccc5 - Browse repository at this point
Copy the full SHA 9aaccc5View commit details
Commits on Apr 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b7e410b - Browse repository at this point
Copy the full SHA b7e410bView commit details
Commits on Apr 11, 2025
-
fix(utils): remove lookbehind regexp for better performance (#6236)
* fix(utils): remove lookbehind regexp for better performance * prettier * add performance test * CI is slower * prettier * more * don't fail me on that
Configuration menu - View commit details
-
Copy full SHA for 2f712bc - Browse repository at this point
Copy the full SHA 2f712bcView commit details
Commits on Apr 14, 2025
-
fix(ssr): add scoped classes during SSR (#6238)
* fix(ssr): add scoped classes to `scoped` ssr components * chore: add test * chore: lint * chore: only on server --------- Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
Configuration menu - View commit details
-
Copy full SHA for 3363017 - Browse repository at this point
Copy the full SHA 3363017View commit details -
* v4.29.3 * 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 6e58761 - Browse repository at this point
Copy the full SHA 6e58761View commit details
Commits on Apr 24, 2025
-
feat(runtime): export a render method from the runtime (#6245)
* feat(runtime): export a render method * fix unit tests * add missing export
Configuration menu - View commit details
-
Copy full SHA for e6c0593 - Browse repository at this point
Copy the full SHA e6c0593View commit details -
Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8df2970 - Browse repository at this point
Copy the full SHA 8df2970View 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.28.2...v4.30.0