This repository was 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
nullchildNodesarray. - DocumentFragments that are appended have their
childNodesarray cleared,
rather than getting a new emptychildNodesinstance.
v1.0.2
update version