Skip to content

Stable release 2013-09-05

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfreedm dfreedm released this 05 Sep 22:03
· 5816 commits to master since this release

CustomElements

  • Address same issue as PR 57. Android browser is not supported, but implemented fix since it's trivial. (commit)
  • Remove CustomElements.watchAllShadows. Platform repo now overrides createShadowRoot() and handles this automatically. Fixes issue #24. (commit)

ShadowDOM

  • Use eval() for default generated getters, setters and methods. (commit)
  • Fix issues related to tree changes. (commit)
  • Optimization for wrapping code (commit)

observe-js

  • Changed hasEval logic to always test for eval when CSP securityPolicy.allowsEval is true (commit)
  • Remove Path.isValid, expose path.valid. Make invalidPath a singleton (commit)
  • Expose Path.get and support Paths as arguments to PathObserver and CompoundPath observer (commit)
  • Dirty-check underlying value -- not computed value (commit)

NodeBind

TemplateBinding

  • getInstanceModel() renamed to prepareInstanceModel() (commit)
  • Avoid calling isTemplate for every instance created (commit)
  • getBinding renamed to prepareBinding/bindingFn (commit)
  • Fixes IE (commit)

polymer-expressions

  • Use path.valid, rather than Path.isValid (commit)
  • Caching references to Path objects (commit)

platform

  • Remove deprecated window.dirtyCheck(); use Platform.flush() instead. Fixes issue #10 (commit)
  • Added @polyfill-rule directive for polyfills styling; helps address issue #36 (commit)

polymer

  • Better support for using Vulcanizer and inline CSS stylesheets. Addresses issue #262 (commit)

polymer-elements

  • fire polymer-grid-layout event after performing layout (commit)
  • Added documentation for <polymer-layout> (commit)

polymer-ui-elements

  • Improved theme handling code for <polymer-ui-icon> (commit)

more-elements

  • <flatiron-director> routing regex now accepts all characters (commit)

toolkit-ui

  • Using Platform.flush() instead of deprecated dirtyCheck (commit)

todomvc

labs

  • Shuttle v2 (commit)
  • Layout animation now supports nested absolute / relative positioning. (commit)
  • Layout animation add support for shadow DOM. (commit)
  • Vulcanizer now inlines everything from imports (commit)