Stencil Versions Save

A toolchain for building scalable, enterprise-ready component systems on top of TypeScript and Web Component standards. Stencil components can be distributed natively to React, Angular, Vue, and traditional web developers from a single, framework-agnostic codebase.

v4.17.1

1 week ago

Bug Fixes

v4.17.0

1 week ago

Internal

  • Rollup to Esbuild Migration The Stencil team has been working on a migration from Rollup to Esbuild. This release (v4.17.0) is the first release we make in which the published Stencil code is compiled by Esbuild. We have done our due diligence to ensure that this will have no impact on Stencil users nor the output of your compiled components. If you experience any problems though, please raise an issue and we will address it accordingly.

Bug Fixes

  • docs: merge together style docs from multiple CSS files (#5653) (84e1a14)
  • docs: respect custom README content when writing to a custom path (#5648) (6bfba1d), fixes #5400
  • slot-fallback: fix hiding fallback slot content issue when the slotted element is a text node (#5496) (29c69c4), fixes #5335
  • testing: perform string -> boolean type casting for Jest config (#5672) (20f74fc), fixes #5640

Thanks

🎉 Thanks @yigityuce & @PebblerWon for their contributions! 🎉

v4.16.0

2 weeks ago

Bug Fixes

Features

v4.15.0

3 weeks ago

Features

  • compiler: perform automatic key insertion in more situations (#5594) (8ee071b)
  • typescript: Update dependency typescript to v5.4.4 (#5636) (a463871)

v4.14.1

1 month ago

Bug Fixes

  • compiler: don't mistake aliased paths for collections imports (#5620) (af22bb8), closes #2319
  • runtime: nested multiple default slot relocation (#5403) (363c07b), partially closes #5335
  • runtime: prevent ref callbacks from being called too early (#5614) (81fa375), closes #4074

Thanks

🎉 Thanks @yigityuce for their contributions! 🎉

v4.14.0

1 month ago

Bug Fixes

Features

  • testing: allow to set screenshot timeout option in Jest v28+ (#5537) (6df12b2)
  • testing: support deep piercing with Puppeteer (#5481) (13d5d41)
  • typescript: Update dependency typescript to v5.4.3 (#5588) (9d489e4)

v4.13.0

1 month ago

Bug Fixes

  • compiler: allow to set custom root directory (#5446) (b6b9617)
  • compiler: don't validate references for @Prop, @Method and @Event decorator (#5475) (3e45a82), closes #1352
  • renderer: fix conditional rendering issue (#5365) (5aa886e), closes #5335
  • renderer: fix missing slot ref callback handling (#5337) (41f877e), closes #5335
  • runtime: remove forceUpdate in appendChild patch (#5437) (e03795b)
  • sys: fix expected types for createNodeLogger and createNodeSys (#5375) (7a70281)
  • testing: use viewport for Puppeteer screenshot clip dimensions (#5359) (c879800), closes #5353

Features

Thanks

🎉 Thanks @yigityuce for their contributions! 🎉

v4.12.6

1 month ago

Bug Fixes

  • cli: move version logging earlier in CLI to allow -v, --version (#5425) (194b0fc)
  • compiler: fix generated import statement (#5419) (502da1b)
  • test: ensure screenshot dir is cleaned up (#5421) (15e7a49)

v4.12.5

2 months ago

Bug Fixes

Thanks

🎉 andrew9994 for your contribution!

v4.12.4

2 months ago

Bug Fixes