Skip to content

Releases: stenciljs/core

☕️ 3.0.0-alpha.0 (2022-11-28)

28 Nov 18:17
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • compiler: fix 'destroy' callback naming (#3289) (b733e79)
  • declarations: correct event handler names for composition events (#3777) (4d6a842)
  • runtime: type autocapitalize property as a string (#3692) (2cec0a6)
  • runtime: narrow onInput & onCapture event type (#3135) (8316a62)

Features

  • api remove sys parameter from parseFlags public API (#3489 (b5db83c))
  • cli: update configuration flag defaults for V3 (#3502) (7241968)
  • compiler: export custom types in compiled output (#3710) (e52489e)
  • compiler remove deprecated assetsDir field (#3341) (eb61f89)
  • node: drop node 12 support (#3302) (72779d9)
  • output_targets: remove legacy angular target (#3493) (62bacc8)
  • output_targets: remove dist-custom-elements-bundle (#3579) (3c97c0f)
  • output_targets: add CustomElementExportBehavior to dist-custom-elements (#3562) (c9a9366)
  • output_targets: add defineCustomElements method & signature typedef to dist-custom-elements (#3619) (7521e17)
  • output_targets: moves autoDefineCustomElements to an export behavior for dist-custom-elements (#3615) (6b60ef3)
  • testing: puppeteer v10 support (#2934) (0c09aaa)
  • testing: update puppeteer supported version ranges (#3321) (81ab42f)

BREAKING CHANGES

See BREAKING_CHANGES.md - v3.0.0 for a comprehensive list of breaking changes.

See the v3.0.0 Migration Guide for a guide to migrate to Stencil v3.0.0.

🌏 2.19.3 (2022-11-15)

15 Nov 14:07
Compare
Choose a tag to compare

Bug Fixes

Thanks

🎉 Thanks for @PengBoUESTC and @boahc077 for their contributions! 🎉

🍋 2.19.2 (2022-10-27)

27 Oct 23:13
Compare
Choose a tag to compare

Bug Fixes

  • compiler: account for an existing constructor in convert-decorators (#3776) (7c92dbf), closes #3773

🌵 2.19.2-0 (2022-10-27)

27 Oct 17:08
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • compiler: account for an existing constructor in convert-decorators (#3776) (7c92dbf), closes #3773

📻 2.19.1 (2022-10-26)

26 Oct 11:49
Compare
Choose a tag to compare

Bug Fixes

🐺 2.19.1-0 (2022-10-25)

25 Oct 20:07
Compare
Choose a tag to compare
Pre-release

Bug Fixes

💾 2.19.0 (2022-10-24)

24 Oct 16:53
Compare
Choose a tag to compare

Bug Fixes

  • cli: "Browserslist: caniuse-lite is outdated" spams output when buildEs5 is truthy (#3649) (d30cf58)
  • compiler: update handling of decorators to support emitting ES2022+ (#3614) (f977830)
  • jest: adjust conversion of CLI args to Jest args (#3730) (5b76a0a), closes #3724

Features

😛 2.18.1 (2022-10-03)

03 Oct 17:00
Compare
Choose a tag to compare

Bug Fixes

  • cli: typo in telemetry command (#3602) (3013f5e)
  • logger: fix possibly-null property access in logger-typescript.ts (#3627) (49ead11), partially fixes #3443

🔥 2.18.0 (2022-09-12)

12 Sep 17:19
Compare
Choose a tag to compare

Bug Fixes

Features

  • loader: add private field to loader's package.json (#3566) (fc8efb3)
  • typescript: add support for typescript v4.7 (#3530) (1226e56)

🐞 2.17.4 (2022-08-22)

22 Aug 16:45
Compare
Choose a tag to compare

Bug Fixes