changelog

This file contains highlights of what changes on each version of the template_binding package.

Pub version 0.12.0+3

  • fix bug in interop layer to ensure callbacks are run in the dirty-checking zone (this only affected running code directly in Dartium without running pub-build or pub-serve)

Pub version 0.12.0

  • NodeBind interop support. This allows elements such as Polymer's core-elements and paper-elements to work properly with Dart binding paths, including using Elements and functions as values, and two-way bindings.
  • NodeBind is no longer ported. It now comes from packages/web_components/platform.js
  • Up to date with TemplateBinding#d9f4543 (release 0.3.4)

Pub version 0.11.0

Pub version 0.10.0

  • Applied patch to throw errors asynchronously if property path evaluation fails.
  • Applied patch matching commit 51df59 (fix parser to avoid allocating PropertyPath if there is a non-null delegateFn).
  • Ported up to commit TemplateBinding#99e52d and NodeBind#f7cc76.