You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added render method to dom-bind which can be called when async imports are used; documented template render functions (commit)
Fixes #2039: Polymer.dom.flush now triggers Custom Elements polyfill mutations and includes an api (Polymer.dom.addDebouncer(debouncer)) for adding debouncers which should run at flush time. Template rendering debouncers are placed in the flush list. (commit)
Fixes #2010, fixes #1818: Shady dom mutations which trigger additional mutations are now successfully enqueued. (commit)