Skip to content

Stable release 2013-08-29

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfreedm dfreedm released this 30 Aug 00:04
· 5820 commits to master since this release

HTMLImports

CustomElements

  • WebComponentsReady is now fired without a delay (commit)
  • An exception is thrown if the name argument to document.register() doesn't contain a dash ("-") (commit)

PointerGestures

  • tap now fires on spacebar for non-input elements (commit)

ShadowDOM

  • Fixed issue with ensureSameOwnerDocument when parent is a document (commit)
  • Use HTMLShadowElement wrapper (commit)
  • Faster SideTable; means faster polyfill (commit)

observe-js

  • Expose PathObserver.setValue (commit)
  • Add a CompoundPathObserver (commit)
  • Add optional PathObserver.valueFn (commit)
  • Expose Path.isValid (commit)

polymer-expressions

  • Expressions are not cached (commit)
  • Add support for one way and two way filters. (commit, commit)
  • Added support for objectexpression

platform

  • Allow users to opt-in to native Shadow DOM using ?shadow=native, even when it is not fully supported (commit)
  • Native Shadow DOM is used by default only when it's available unprefixed (commit)

polymer

  • Properties are serialized when their original value is an object (commit)
  • Boolean properties are reflected as boolean attributes. Fixes #240 and #239 (commit)
  • Add tests for jquery + shadowdom polyfill interaction! (commit)

polymer-elements

  • Added <polymer-scrub>: a basic scrubbing element (commit)
  • Added mock-data element (commit)
  • <polymer-selection> has been moved to its own folder (commit)
  • More xhr features were exposed on <polymer-ajax> (commit)
  • <polymer-overlay>'s open event was renamed to polymer-overlay-open (commit)

polymer-ui-elements

  • Added <polymer-ui-pages> element that can be paired with <polymer-ui-tabs> (commit)
  • Added <polymer-ui-card> element (commit)

projects

  • Removed g-app and animations. (commit)