| OLD | NEW |
| 1 #### 0.14.2+1 |
| 2 * Fix findController function for js or dart wrapped elements. This fixes |
| 3 event bindings when using paper-dialog and probably some other cases, |
| 4 [20931](http://dartbug.com/20931). |
| 5 |
| 1 #### 0.14.2 | 6 #### 0.14.2 |
| 2 * Polymer will now create helpful index pages in all folders containing entry | 7 * Polymer will now create helpful index pages in all folders containing entry |
| 3 points and in their parent folders, in debug mode only | 8 points and in their parent folders, in debug mode only |
| 4 [20963](http://dartbug.com/20963). | 9 [20963](http://dartbug.com/20963). |
| 5 | 10 |
| 6 #### 0.14.1 | 11 #### 0.14.1 |
| 7 * The build.dart file no longer requires a list of entry points, and you can | 12 * The build.dart file no longer requires a list of entry points, and you can |
| 8 replace the entire file with `export 'package:polymer/default_build.dart';` | 13 replace the entire file with `export 'package:polymer/default_build.dart';` |
| 9 [20396](http://dartbug.com/20396). | 14 [20396](http://dartbug.com/20396). |
| 10 * Inlined imports from the head of the document now get inserted inside a | 15 * Inlined imports from the head of the document now get inserted inside a |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 #### 0.9.2+3 | 239 #### 0.9.2+3 |
| 235 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 240 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 236 event bindings in dart2js, by working around issue | 241 event bindings in dart2js, by working around issue |
| 237 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 242 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 238 | 243 |
| 239 #### 0.9.2+2 | 244 #### 0.9.2+2 |
| 240 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 245 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 241 | 246 |
| 242 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 247 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 243 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 248 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |