| OLD | NEW |
| 1 #### 0.15.0+1 |
| 2 * Widen web_components version constraint. |
| 3 |
| 1 #### 0.15.0 | 4 #### 0.15.0 |
| 2 * Added Polymer.forceReady method. This forces a ready state regardless of | 5 * Added Polymer.forceReady method. This forces a ready state regardless of |
| 3 whether or not there are still polymer-element declarations waiting for | 6 whether or not there are still polymer-element declarations waiting for |
| 4 their class definitions to be loaded. | 7 their class definitions to be loaded. |
| 5 * Added Polymer.waitingFor method. This returns a list of all polymer-element | 8 * Added Polymer.waitingFor method. This returns a list of all polymer-element |
| 6 declarations that are still waiting for their class definitions to be | 9 declarations that are still waiting for their class definitions to be |
| 7 loaded. | 10 loaded. |
| 8 * Add runtime checking of the waitingFor queue and print to the console if a | 11 * Add runtime checking of the waitingFor queue and print to the console if a |
| 9 deadlock situation is suspected to help diagnose the white screen of death. | 12 deadlock situation is suspected to help diagnose the white screen of death. |
| 10 * Added injectBoundHTML instance method. This can be used to dynamically | 13 * Added injectBoundHTML instance method. This can be used to dynamically |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 #### 0.9.2+3 | 268 #### 0.9.2+3 |
| 266 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 269 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 267 event bindings in dart2js, by working around issue | 270 event bindings in dart2js, by working around issue |
| 268 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 271 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 269 | 272 |
| 270 #### 0.9.2+2 | 273 #### 0.9.2+2 |
| 271 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 274 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 272 | 275 |
| 273 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 276 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 274 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 277 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |