OLD | NEW |
| 1 #### 0.15.0-dev |
| 2 * Added Polymer.forceReady method. This forces a ready state regardless of |
| 3 whether or not there are still polymer-element declarations waiting for |
| 4 their class definitions to be loaded. |
| 5 * Added Polymer.waitingFor method. This returns a list of all polymer-element |
| 6 declarations that are still waiting for their class definitions to be |
| 7 loaded. |
| 8 * Added injectBoundHTML instance method. This can be used to dynamically |
| 9 inject html that is bound to your current element into a target element. |
| 10 |
1 #### 0.14.3 | 11 #### 0.14.3 |
2 * Warn if the same css file is inlined more than once, | 12 * Warn if the same css file is inlined more than once, |
3 [19996](http://dartbug.com/19996). | 13 [19996](http://dartbug.com/19996). |
4 * Don't start moving elements from head to body until we find the first | 14 * Don't start moving elements from head to body until we find the first |
5 import, [20826](http://dartbug.com/20826). | 15 import, [20826](http://dartbug.com/20826). |
6 * Add option to not inject platform.js in the build output | 16 * Add option to not inject platform.js in the build output |
7 [20865](http://dartbug.com/20865). To use, set `inject_platform_js` to | 17 [20865](http://dartbug.com/20865). To use, set `inject_platform_js` to |
8 false in the polymer transformer config section of your pubspec.yaml: | 18 false in the polymer transformer config section of your pubspec.yaml: |
9 | 19 |
10 transformers: | 20 transformers: |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 #### 0.9.2+3 | 263 #### 0.9.2+3 |
254 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 264 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
255 event bindings in dart2js, by working around issue | 265 event bindings in dart2js, by working around issue |
256 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 266 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
257 | 267 |
258 #### 0.9.2+2 | 268 #### 0.9.2+2 |
259 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 269 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
260 | 270 |
261 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 271 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
262 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 272 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
OLD | NEW |