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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 588373003: Update to polymer js version 0.4.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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
Index: pkg/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
index 8f1ac52d5a9929a2b88ff37f6f50221344d80be6..cb79aec4388d7e7475f2d91521cb9dde12ccc687 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -1,3 +1,13 @@
+#### 0.14.4-dev
+ * Added Polymer.forceReady method. This forces a ready state regardless of
+ whether or not there are still polymer-element declarations waiting for
+ their class definitions to be loaded.
+ * Added Polymer.waitingFor method. This returns a list of all polymer-element
+ declarations that are still waiting for their class definitions to be
+ loaded.
+ * Added injectBoundHTML instance method. This can be used to dynamically
+ inject html That is bound to your current element into a target element.
Siggi Cherem (dart-lang) 2014/09/23 21:08:53 That => that
jakemac 2014/09/23 22:15:01 Done.
+
#### 0.14.3
* Warn if the same css file is inlined more than once,
[19996](http://dartbug.com/19996).

Powered by Google App Engine
This is Rietveld 408576698