| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.44.0 (2026-08-10) source code.tar.gz | 2026-08-11 | 2.4 MB | |
| 4.44.0 (2026-08-10) source code.zip | 2026-08-11 | 3.3 MB | |
| README.md | 2026-08-11 | 3.8 kB | |
| Totals: 3 Items | 5.7 MB | 1 | |
What's Changed
- feat(config): allow suppressing reserved event name warnings by @deleonio in https://github.com/stenciljs/core/pull/6748
- chore(deps-dev): bump form-data from 3.0.4 to 3.0.5 in /src/testing/jest/jest-27-and-under by @dependabot[bot] in https://github.com/stenciljs/core/pull/6757
- fix(compiler): handle constructor overloads by @cyphercodes in https://github.com/stenciljs/core/pull/6766
- fix(compiler): escape backslashes before other escape sequences in styles by @Arul1998 in https://github.com/stenciljs/core/pull/6773
- fix(compiler): preserve bundler directive comments in es5 output by @Arul1998 in https://github.com/stenciljs/core/pull/6779
- chore(deps-dev): bump ws from 7.5.10 to 7.5.13 in /src/testing/jest/jest-27-and-under by @dependabot[bot] in https://github.com/stenciljs/core/pull/6796
- feat: added
closedbyandfocusgroupproperties by @mfranzke in https://github.com/stenciljs/core/pull/6797 - chore(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 by @dependabot[bot] in https://github.com/stenciljs/core/pull/6795
- fix(compiler): resolveVar follows import chain by @johnjenkins in https://github.com/stenciljs/core/pull/6801
- feat(jsx): add fetchpriority attribute to img, link, script, and iframe by @Burzmalian in https://github.com/stenciljs/core/pull/6803
- fix(compiler): too many required props / "union type too complex" by @johnjenkins in https://github.com/stenciljs/core/pull/6804
- chore: rename LICENSE.md to standard LICENSE by @johnjenkins in https://github.com/stenciljs/core/pull/6805
- chore(deps-dev): bump ip-address from 10.2.0 to 10.4.0 by @dependabot[bot] in https://github.com/stenciljs/core/pull/6806
- chore(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 by @dependabot[bot] in https://github.com/stenciljs/core/pull/6809
- feat(jsx): add global
translateattribute to HTMLAttributes by @erik-gullberg in https://github.com/stenciljs/core/pull/6808 - fix(docs): stop
toLowerCase()shadow part names by @johnjenkins in https://github.com/stenciljs/core/pull/6813 - fix(runtime): memory leak on document.hidden by @johnjenkins in https://github.com/stenciljs/core/pull/6811
- fix(runtime): VDOM should not process non-vnode objects by @johnjenkins in https://github.com/stenciljs/core/pull/6812
- fix(runtime): stop forwarded named slot being added to nested default slot by @johnjenkins in https://github.com/stenciljs/core/pull/6815
- fix(runtime): guard against render reentrancy under
taskQueue: 'immediate'by @johnjenkins in https://github.com/stenciljs/core/pull/6817 - fix(compiler): resolve inherited type references against the declaring file by @Arul1998 in https://github.com/stenciljs/core/pull/6782
- fix(runtime): retry lazy component load after a failed dynamic import by @yasinkocak in https://github.com/stenciljs/core/pull/6772
- feat(docs): better default part / slot handling by @johnjenkins in https://github.com/stenciljs/core/pull/6819
- fix(runtime): ensure non-shadow DOM getters return null instead of undefined by @ArjanEend in https://github.com/stenciljs/core/pull/6792
- Release v4.44.0 by @github-actions[bot] in https://github.com/stenciljs/core/pull/6820
New Contributors
- @Arul1998 made their first contribution in https://github.com/stenciljs/core/pull/6773
- @mfranzke made their first contribution in https://github.com/stenciljs/core/pull/6797
- @Burzmalian made their first contribution in https://github.com/stenciljs/core/pull/6803
- @erik-gullberg made their first contribution in https://github.com/stenciljs/core/pull/6808
- @yasinkocak made their first contribution in https://github.com/stenciljs/core/pull/6772
- @ArjanEend made their first contribution in https://github.com/stenciljs/core/pull/6792
Full Changelog: https://github.com/stenciljs/core/compare/v4.43.5...v4.44.0