Skip to content

v0.12.0 - check yoself befo you wreck yoself

Compare
Choose a tag to compare
@trusktr trusktr released this 10 Sep 06:11
· 27 commits to main since this release

Fixes:

  • fix: enable noUncheckedIndexedAccess in tsconfig and fix type errors, preventing errors in downstream projects when they've enabled noUncheckedIndexedAccess too. 20893e7
  • fix: improve ElementAttributes type helper so that union string prop types are not converted to string. Thanks to @bigmistqke for the tip in #21! 5f216f8
    • BREAKING: This could introduce a type error for someone, due to it making union string types more accurate.
  • fix: guard against missing DOM API in element decorator (f.e. when an app imports things server-side in SSR setups like Solid Start, Astro, etc). 7a67b74

Full Changelog: v0.11.9...v0.12.0