Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 301 Bytes

CHANGELOG.md

File metadata and controls

9 lines (6 loc) · 301 Bytes

ts-dom-utils

2.2.0

Minor Changes

  • 3f66d1e: - Simplified createElement to handle all object properties, including style.
    • Fixed issue with styles not applying correctly.
    • Updated style type in SpecialAttributes to Partial<CSSStyleDeclaration> for editor hints and flexibility.