This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
Releases: Polymer/dom5
Releases · Polymer/dom5
2.0.0
- 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()
andserialize()
. 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 emptychildNodes
instance.
v1.0.2
update version