Skip to content

v1.0.8

Compare
Choose a tag to compare
@dfreedm dfreedm released this 20 Aug 22:37
· 6886 commits to master since this release
  • Disable tracking if scrolling (commit)
  • Fixes #2125: adds a register method to dom-module to support imperative creation. (commit)
  • Move recognizer reset into start of event flow (commit)
  • Fixed small typo on PRIMER.md (commit)
  • remove alternate calculation for _rootDataHost (commit)
  • Don't call dom-change when detached. (commit)
  • Fix typo. (commit)
  • Improve code formatting. (commit)
  • Up flush MAX to 100 and add overflow warning. (commit)
  • Fixes #1998: add api doc for customStyle property (commit)
  • Handle commentnodes correctly for textContent and innerHTML (commit)
  • Fixes #2098: don't accept undefined values as initial config (commit)
  • Remove key check; int check should guarantee key. (commit)
  • Add unit tests. (commit)
  • Allow setting non-index array properties. Fixes #2096. (commit)
  • update tests. (commit)
  • 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)
  • debounce returns debouncer. (commit)
  • Update index.html (commit)