Skip to content

1.2.0

Compare
Choose a tag to compare
@rayd rayd released this 27 Jun 21:08
· 18 commits to master since this release
  • Adds support for parsing HTML strings with comments.

  • Fixes issue with creating text nodes that are only whitespace. This is mostly a problem when paired with an <iframe> tag, which shouldn't have children appended inside it:

    e.g.

      <iframe src="https://example.com">
      </iframe>

    would create a child node with a newline and some spaces, which can cause problems.