Skip to content

v1.0.9

Compare
Choose a tag to compare
@dfreedm dfreedm released this 20 Aug 22:37
· 6886 commits to master since this release
  • Remove undocumented return value. (commit)
  • Add default, update docs. (commit)
  • Add tests for isSelected. (commit)
  • Default selected to empty array. Add isSelected API. (commit)
  • Fixes #2218: match style properties against scope transformed selector (not property unique selector) (commit)
  • Remove notify for items (unnecessary). (commit)
  • Uncomment line. (commit)
  • Give toggle a default. (commit)
  • Use multi-prop observer; default selected to null. (commit)
  • Add tests. Reset selection on items/multi change. Remove async. (commit)
  • Property matching must check non-transformed rule selector. (commit)
  • Make _itemsChanged depend on multi. (commit)
  • Make sure mouse position is not a factor for .click() in IE 10 (commit)
  • Always trigger tap for synthetic click events (commit)
  • Fixes #2193: Implements workaround for https://code.google.com/p/chromium/issues/detail?id=516550 by adding Polymer.RenderStatus.whenReady and using it to defer attached (commit)
  • Fix polyfill templates (commit)
  • Use _clientsReadied to avoid missing attribute->property sets in ready. (commit)
  • Make propagation of attribute changes at configure time more efficient (commit)
  • add offsetParent smoke tests (commit)
  • Fixes #1673: ensure instance effects exist before marshaling attributes. (commit)
  • Fix typo. (commit)
  • Clarify fire option defaults. Fixes #2180 (commit)
  • Add cross-reference for API docs. Fixes #2180 (commit)
  • Updated utils & removed fn signatures; defer to API docs. Fixes #2180 (commit)
  • Update core- to iron-ajax in PRIMER.md as in Polymer/old-docs-site#1276, Polymer/old-docs-site#1275 (commit)
  • Update core- to iron-ajax in jsdoc for dom-bind as in Polymer/old-docs-site#1276, Polymer/old-docs-site#1275 (commit)
  • Make properties replacement robust against properties which start with a leading ; (commit)
  • Fixes #2154: ensure Polymer.dom always sees wrapped nodes when ShadowDOM polyfill is in use. (commit)
  • Use css parser's property stripping code in custom-style. (commit)
  • Deduplicate track/untrack document event listener logic (commit)
  • Automatically filter mouseevents without the left mouse button (commit)
  • Fixes #2113: ensures custom-style rules that use @apply combined with defining properties apply correctly. (commit)
  • Correct & simplify per spec. (commit)
  • Clean up logic. (commit)
  • More loosely match expression function names (commit)
  • Fix link to direct to Cross-scope styling (commit)
  • Update behaviors order. Fixes #2144. (commit)
  • Cache style.display & textContent and re-apply on true. Fixes #2037 (commit)
  • Fixes #2118: force element is to be lowercase: mixing case causes confusion and breaks style shimming for type extensions. (commit)
  • Allow array API's accept string & negative args. Fixes #2062. Brings the API more in line with native splice, etc. (commit)
  • Fix #2107: improve binding expression parser to match valid javascript property names. (commit)