| OLD | NEW |
| 1 #### 0.15.1-dev | 1 #### 0.15.1+1 |
| 2 * Fix typo in error message polymer#42 |
| 3 |
| 4 #### 0.15.1 |
| 2 * Upgraded to polymer [0.4.2][] | 5 * Upgraded to polymer [0.4.2][] |
| 3 * No need to include dart_support.js in your entrypoints anymore. | 6 * No need to include dart_support.js in your entrypoints anymore. |
| 4 | 7 |
| 5 #### 0.15.0+1 | 8 #### 0.15.0+1 |
| 6 * Widen web_components version constraint. | 9 * Widen web_components version constraint. |
| 7 | 10 |
| 8 #### 0.15.0 | 11 #### 0.15.0 |
| 9 * Upgraded to polymer 0.4.1 | 12 * Upgraded to polymer 0.4.1 |
| 10 * Added Polymer.forceReady method. This forces a ready state regardless of | 13 * Added Polymer.forceReady method. This forces a ready state regardless of |
| 11 whether or not there are still polymer-element declarations waiting for | 14 whether or not there are still polymer-element declarations waiting for |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 277 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 275 event bindings in dart2js, by working around issue | 278 event bindings in dart2js, by working around issue |
| 276 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 279 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 277 | 280 |
| 278 #### 0.9.2+2 | 281 #### 0.9.2+2 |
| 279 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 282 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 280 | 283 |
| 281 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 | 284 [0.4.2]: https://github.com/Polymer/polymer-dev/commit/8c339cf8614eb65145ec1ccbd
ba7ecbadf65b343 |
| 282 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 285 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 283 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 286 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |