Skip to content

v0.11.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 08:15
· 1 commit to main since this release
979e705

Patch Changes

  • ✨ Implement full attribute methods for HTMLImageElement (by @mws19901118 in #681)

    Implemented complete attribute handling for HTMLImageElement class including getAttribute(), setAttribute(), hasAttribute(), removeAttribute(), and toggleAttribute() methods. Added attributes Map to store element attributes and enhanced setAttribute() to properly handle src attribute. Includes comprehensive unit tests covering all attribute methods.