Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: pkg/template_binding/CHANGELOG.md

Issue 355133002: switch Node.bind to interop (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/polymer_expressions/test/syntax_test.html ('k') | pkg/template_binding/lib/src/element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/template_binding/CHANGELOG.md
diff --git a/pkg/template_binding/CHANGELOG.md b/pkg/template_binding/CHANGELOG.md
index 7df9ea5ec8d8b24b24545d006ba6529ae66cd0b6..fbc46ff4fd47f420f894f32d4c9df9946da10333 100644
--- a/pkg/template_binding/CHANGELOG.md
+++ b/pkg/template_binding/CHANGELOG.md
@@ -3,12 +3,19 @@
This file contains highlights of what changes on each version of the
template_binding package.
+#### Pub version 0.12.0-dev
+ * 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
+
#### Pub version 0.11.0
* Ported up to commit [TemplateBinding#1cee02][5b9a3b] and
[NodeBind#c47bc1][c47bc1].
#### Pub version 0.10.0
- * Applied patch to throw errors asycnhronously if property path evaluation
+ * 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).
« no previous file with comments | « pkg/polymer_expressions/test/syntax_test.html ('k') | pkg/template_binding/lib/src/element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698