Skip to content

🏂 4.41.0 (2026-01-02)

Latest

Choose a tag to compare

@johnjenkins johnjenkins released this 02 Jan 22:24
· 4 commits to main since this release
b6af869

Bug Fixes

  • build: always fail build on typescript failure (#6520) (74aea99)
  • cli: --stats accepts 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 cloneNode patch 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

Full Changelog: v4.40.1...v4.41.0