Skip to content

Releases: ionic-team/stencil

🍍 v4.12.6 (2024-03-11)

11 Mar 15:45
a285d75
Compare
Choose a tag to compare

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 (2024-03-04)

04 Mar 18:25
0498d3c
Compare
Choose a tag to compare

Bug Fixes

Thanks

🎉 andrew9994 for your contribution!

🐮 4.12.4 (2024-02-26)

26 Feb 16:00
3c2284b
Compare
Choose a tag to compare

Bug Fixes

🐍 v4.12.3 (2024-02-20)

20 Feb 19:05
df833b3
Compare
Choose a tag to compare

Bug Fixes

  • compiler: point crypto import at crypto instead of node:crypto (#5369) (7fb783f), closes #5358
  • runtime: replace innerHTML with textContent for CSS injection (#5207) (8de2ab5), closes #5206

Thanks

🎉 Thanks TheodoreGC for their contributions! 🎉

🎯 v4.12.2 (2024-02-12)

12 Feb 16:50
fc85b1f
Compare
Choose a tag to compare

Bug Fixes

  • compiler: support async globalScripts functions (#5158) (8a129ce), closes #3392
  • mock-doc: overwrite parentElement in MockHTMLElement to return null (#5336) (0d9ed22), closes #5252

🏸 v4.12.1 (2024-02-05)

05 Feb 16:01
f9df928
Compare
Choose a tag to compare

Bug Fixes

  • mock-doc: improve error message when :scope selector is used (#5318) (f5d4e98)
  • runtime: dynamic slot name change (#5304) (9d9fe41), closes #2982
  • runtime: only generate lazy build CSS when there are component tags (#5305) (a0c1bd0), closes #3771

🌅 4.12.0 (2024-01-29)

29 Jan 15:57
89816e1
Compare
Choose a tag to compare

Bug Fixes

  • hmr: allow changes to component decorators when using HMR (#5290) (656355f)

Features

  • runtime: automatically insert key attrs during compilation (#5143) (9c47438)

🍝 4.11.0 (2024-01-22)

22 Jan 17:58
b2ec143
Compare
Choose a tag to compare

Bug Fixes

  • runtime: resolve memory leak caused by global content ref (#5266) (fb1b3f5)
  • screenshot: recognise clip options (#5205) (0d61a53)
  • style: fixes to watching nested and multiple styles on Stencil components (#5244) (fa5ab1b)

Features

  • compiler: deprecate customResolveOptions config option (#5269) (6faf746)
  • deps: upgrade rollup, commonjs plugin (#5274) (661120c)

🍪 v4.10.0 (2024-01-15)

15 Jan 15:49
13c7b7d
Compare
Choose a tag to compare

Bug Fixes

  • runtime: revert slot relocation forwarding (#5222) (a2e119d)
  • runtime: slot regressions from experimental slot fixes (#5221) (3b4deaa)

Features

  • deps: update dependency typescript to ~5.3.0 (#5248) (e0e6a96)
  • runtime: add extras flag for scoped slot changes (#5220) (15ff950)

🍬 v4.9.1 (2024-01-08)

08 Jan 16:17
be680c6
Compare
Choose a tag to compare

Bug Fixes

  • declarations: bundle child_process type for portability (#5165) (59ecd9e)