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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 151893003: Use a transformer to initialize custom elements and call initMethod. This is the (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 | « no previous file | pkg/polymer/example/canonicalization/lib/a.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
index 01e65d6ee78a189f27e96ee138a4176723fc9f90..d732a8884cec3f1928fef07f52029ffd624442be 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -5,6 +5,15 @@ package. We will also note important changes to the polyfill packages if they
impact polymer: custom_element, html_import, observe, shadow_dom,
and template_binding.
+#### Pub version 0.10.0-dev
+ * Deploy step removes use of mirrors to initialize polymer elements. Mirrors
+ are still used for @published and for polymer-expressions.
+ **breaking change**: @initMethod and @CustomTag are only supported on
+ public classes/methods.
+
+#### Pub version 0.9.5
+ * Improvements on how to handle cross-package HTML imports.
+
#### Pub version 0.9.4
* Removes unused dependency on csslib.
« no previous file with comments | « no previous file | pkg/polymer/example/canonicalization/lib/a.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698