v0.12.0 - check yoself befo you wreck yoself
Fixes:
- fix: enable
noUncheckedIndexedAccess
in tsconfig and fix type errors, preventing errors in downstream projects when they've enablednoUncheckedIndexedAccess
too. 20893e7 - fix: improve
ElementAttributes
type helper so that union string prop types are not converted tostring
. 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