Bug Fixes
- compiler: mixin jsx processing (#6615) (ccda746)
- compiler: proper discovery and processing of external mixins / classes (#6620) (0ee951e)
- dist-custom-elements: stop
renderfunction being stripped from imports (#6623) (cd33ccb) - mock-doc: add missing
partsetter to MockElement (#6612) (abfdd57) - runtime: init prop reactivity when ele.prop === instance.prop (#6614) (ad6a344)
- runtime: mixin get / set
@Propinfinite loop (#6618) (11201b5) - types: provide warnings for ts 4094; anon classes may not be private or protected (#6613) (3fbc441)
- types: raise typescript errors even without
components.d.ts(#6616) (827d0d6)
New Contributors
Full Changelog: v4.43.1...v4.43.2