Skip to content

Releases: stenciljs/core

📻 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

🌭 2.17.3 (2022-08-02)

02 Aug 22:49
Compare
Choose a tag to compare

Bug Fixes

🍤 2.17.2 (2022-08-01)

01 Aug 16:40
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix bug with parsing --fooBar=baz type CLI flags (#3483) (65f5275), closes #3471 #3481
  • cli: remove usage of deprecated npm env var from arg parser (#3486) (22d9858), closes #3482
  • compiler: fix typedef file generated for dist-custom-elements (#3468) (854d498)
  • compiler: update package.json validation for the 'module' field (#3475) (47c4ccb)
  • mock-doc: add missing methods to the element mock (#3480) (835e00f)

Features

  • mock-doc: dispatch blur and focus events (#3449) (15520b7)

🏜 2.17.2-0 (2022-07-19)

19 Jul 19:33
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • compiler: fix typedef file generated for dist-custom-elements (#3468) (854d498)

Features

  • mock-doc: dispatch blur and focus events (#3449) (15520b7)

😊 2.17.1 (2022-07-11)

11 Jul 17:08
Compare
Choose a tag to compare

Bug Fixes

  • cli: add explicit support for Jest CLI arguments (#3444) (700b3a9)
  • compiler: handle null window.location.origin (#2813) (255cd66)
  • styles: ensure styles are applied before paint (#3452) (c47cec6)