Skip to content

v1.0.7

Compare
Choose a tag to compare
@dfreedm dfreedm released this 20 Aug 22:38
· 6886 commits to master since this release
  • Replace placeholders backwards to simplify. (commit)
  • Remove unnecessary keys bookkeeping. (commit)
  • Minor tweaks to comments, internal API consistency. (commit)
  • Always use placeholders; fix insertion reference bug. (commit)
  • Simplify. (commit)
  • Rename variables for clarity. (commit)
  • Fix reuse logic to handle multiple mutations in same turn. Fixes #2009. (commit)
  • Be more explicit. (commit)
  • Add Polymer.instanceof & isInstance. Fixes #2083. (commit)
  • Fixes #2081: make Polymer.dom(element).getDistributedNodes and Polymer.dom(element).getDestinationInsertionPoints() always return at least an empty array (was generating exception under Shadow DOM); make element.getContentChildNodes and element.getContentChildren always return at least an empty array when a selector is passed that does not find a (was generating exception under Shadow DOM) (commit)
  • Fixes #2077: workaround IE text node splitting issue that can make text bindings fail. (commit)
  • Fixes #2078: when computing custom style properties, make sure the styling scope is valid when the element is attached to a shadowRoot whose host is not a Polymer element. (commit)