| OLD | NEW |
| 1 #### 0.14.3-dev |
| 2 * Add option to not inject platform.js in the build output |
| 3 [20865](http://dartbug.com/20865). To use, set `inject_platform_js` to |
| 4 false in the polymer transformer config section of your pubspec.yaml: |
| 5 |
| 6 transformers: |
| 7 - polymer: |
| 8 inject_platform_js: false |
| 9 ... |
| 10 |
| 1 #### 0.14.2+1 | 11 #### 0.14.2+1 |
| 2 * Fix findController function for js or dart wrapped elements. This fixes | 12 * Fix findController function for js or dart wrapped elements. This fixes |
| 3 event bindings when using paper-dialog and probably some other cases, | 13 event bindings when using paper-dialog and probably some other cases, |
| 4 [20931](http://dartbug.com/20931). | 14 [20931](http://dartbug.com/20931). |
| 5 | 15 |
| 6 #### 0.14.2 | 16 #### 0.14.2 |
| 7 * Polymer will now create helpful index pages in all folders containing entry | 17 * Polymer will now create helpful index pages in all folders containing entry |
| 8 points and in their parent folders, in debug mode only | 18 points and in their parent folders, in debug mode only |
| 9 [20963](http://dartbug.com/20963). | 19 [20963](http://dartbug.com/20963). |
| 10 | 20 |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 #### 0.9.2+3 | 249 #### 0.9.2+3 |
| 240 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 250 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 241 event bindings in dart2js, by working around issue | 251 event bindings in dart2js, by working around issue |
| 242 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 252 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 243 | 253 |
| 244 #### 0.9.2+2 | 254 #### 0.9.2+2 |
| 245 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 255 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 246 | 256 |
| 247 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 257 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 248 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 258 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |