Skip to content

Stable Release v1.9.1

Compare
Choose a tag to compare
@dfreedm dfreedm released this 17 Apr 23:58
· 6886 commits to master since this release

Meaningful Changes

  • Fix use of this.resolveUrl() function in the properties block
  • Fix hybrid use of dom-if, dom-bind, and dom-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 in resolveUrl so it available early. Fixes #4532 (commit)

  • [ci skip] update Changelog (commit)