Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Releases: Polymer/dom5

2.0.0

23 Sep 18:33
Compare
Choose a tag to compare
  • Upgraded to parse5 v2.2.1
  • (breaking) Because parse5 2.x correctly handles <template> elements,
    the nodeWalk* and query* functions will no longer return results from within
    <template>s. Code that relied on this must explicitly walk into template
    content documents.
  • (breaking) Removed parse(), parseFragment() and serialize(). Use
    parse5.parse(), etc., instead.
  • Nodes can be appended to parents with a null childNodes array.
  • DocumentFragments that are appended have their childNodes array cleared,
    rather than getting a new empty childNodes instance.

v1.0.2

24 Apr 15:07
Compare
Choose a tag to compare
update version