Skip to content

Stable Release 0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfreedm dfreedm released this 17 Jan 01:18
· 5654 commits to master since this release

Big changes

  • Fixed that darned expressions bug:
    • protect against undefined context in Member.valueFn (commit)
  • SVG Templates! <template> is now support in SVG. Note that the behavior is similar to templates in non-template browsers: their content is not going to be inert.
  • Lots of Shadow DOM Polyfill work

CustomElements

  • Rewrite inserted and removed clauses to match old semantics (commit)
  • Keep track of inserted/removed for every upgraded element (commit)
  • use same console grouping as inserted (commit)
  • listen for HTMLImportsLoaded only if HTMLImports.ready is false (commit)

ShadowDOM

  • Fix issue where the DOM tree could get out of sync. (commit)
  • Implement Text.prototype.splitText (commit)
  • Fix issue related to matches and jQuery (commit)
  • Fix element issue again (commit)
  • Fix issue with Element not having all the required properties (commit)
  • Fix issues with innerHTML in plaintext like elements (commit)
  • Make Node.textContent ignore comment nodes (commit)
  • Safari 6 returns null for SVGUseElement.prototype.instanceRoot (commit)
  • Blacklist keyLocation from all Events (commit)
  • Fix issue with SVGElementInstance (commit)

TemplateBinding

  • add back delegate as second arg to createInstance() && clean up delegate/ref semantics, specifically: (commit)
  • add support for svg templates (commit)
  • remove unused code in fixTemplateElementPrototype (commit)
  • Fix template.ref (commit)

observe-js

  • ensure that observedSet resets observed objects after changes (commit)
  • remove unused isolateObservers optimization (commit)
  • fix benchmark breakage (commit)
  • dont bother to push value after addObserved (happens soon after via check_) (commit)
  • refactor iterateObjects (commit)
  • correctly differentiating between node.js, node-webkit and the browser (commit)

polymer-dev

  • Support vertical space between attributes in polymer element definition (commit)
  • adapt to new mdv api. (commit)

polymer-expressions

  • terrible, horrible, hack (commit)
  • Force all expressions to reset deps on changes. (commit)
  • fixed long lines (commit)
  • protect against undefined context in Member.valueFn (commit)
  • add on- event bindings (commit)

tools

  • Sort tags in semver order (commit)
  • update mocha (commit)
  • sort elements (commit)
  • fix changelog diffing, add -n flag to disable tagging (commit)

code-mirror

  • Added value, mode, theme, tabSize, and lineNumbers attributes (commit)

google-map

  • add google-map-search query property to metadata (commit)
  • add google map places search (commit)

pixi-js

  • webkitShadowRoot -> shadowRoot (commit)

polymer-ajax

polymer-home-page

polymer-home-page-dev

  • make build.sh executable (commit)

polymer-list

  • adapt to new mdv api (commit)

polymer-ui-iconset

  • ensure iconset's src is always relative to the main document (currently only when native imports is used). (commit)