Chromium Code Reviews| 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). |