Releases: stenciljs/core
Releases · stenciljs/core
💾 2.19.0 (2022-10-24)
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)
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)
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.2 (2022-08-01)
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
🏜 2.17.2-0 (2022-07-19)
Bug Fixes
- compiler: fix typedef file generated for dist-custom-elements (#3468) (854d498)
Features
😊 2.17.1 (2022-07-11)
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)