Bug Fixes
- build: always fail build on typescript failure (#6520) (74aea99)
- cli:
--statsaccepts optional path string as per documentation (#6524) (42ebdfa) - compiler: stop error from globalScript lack of default export (#6527) (ba03ccf)
- css: strip line breaks from final template literal (#6517) (dfeeaec)
- runtime: allow
cloneNodepatch even without<slot>(#6513) (e893bd1) - runtime: delay non-shadow onConnectedCallback; make sure slotted content is available (#6519) (9e38aa7)
- runtime: update non-shadow slotted content visibility via dynamic
<slot>(#6514) (cdcd873) - testing: jest / mixin related errors (#6512) (5c17422)
- types: components.d.ts - correctly import / export used enums (#6522) (e243c6f)
Features
- dev-server: new
strictPortproperty - Read the docs - (#6523) (cc12853) - runtime: support tsconfig
jsxImportSource(himport no longer necessary) - Read the docs - (#6525) (6482533)
Full Changelog: v4.40.1...v4.41.0