Skip to content

Elemento 1.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 08:17
f6f7e82

Added

  • New methods

    • Elements.isAttached(IsElement<E>) and
    • Elements.isAttached(Node)

    to test if an element/node is attached to the DOM by using the Node.isConnected property.

Changed

  • Changed method HasHTMLElement.style(String) to append a style definition rather than overwrite the existing styles.