Stable Release v1.9.1
Meaningful Changes
- Fix use of
this.resolveUrl()
function in theproperties
block - Fix hybrid use of
dom-if
,dom-bind
, anddom-repeat
with 2.x wrapper elements to stamp content above the wrapper
Example:
<!-- content should be stamped here -->
<dom-bind>
<template is="dom-bind">
<!-- content -->
</template>
</dom-bind>
Raw Notes
-
Remove use of ES6 API. (commit)
-
Remove use of ES6 API. (commit)
-
Ensure optimization uses hybrid parentNode (commit)
-
Use local
parentNode
(commit) -
Capture hybridDomRepeat. (commit)
-
Fix dom-if detachment (commit)
-
Add dom-if test for add/remove. (commit)
-
Add test for add & remove (commit)
-
Add 2.x hybrid affordances for stamping template content. Fixes #4536 (commit)
-
Fix lint (commit)
-
Make tests more strict. (commit)
-
Use
_importPath
inresolveUrl
so it available early. Fixes #4532 (commit) -
[ci skip] update Changelog (commit)