OLD | NEW |
| 1 #### 0.14.2-dev |
| 2 * Pub will now create helpful index pages in all folders containing entry |
| 3 points and in their parent folders, in debug mode only |
| 4 [20963](http://dartbug.com/20963). |
| 5 |
1 #### 0.14.1 | 6 #### 0.14.1 |
2 * The build.dart file no longer requires a list of entry points, and you can | 7 * The build.dart file no longer requires a list of entry points, and you can |
3 replace the entire file with `export 'package:polymer/default_build.dart';` | 8 replace the entire file with `export 'package:polymer/default_build.dart';` |
4 [20396](http://dartbug.com/20396). | 9 [20396](http://dartbug.com/20396). |
5 * Inlined imports from the head of the document now get inserted inside a | 10 * Inlined imports from the head of the document now get inserted inside a |
6 hidden div, similar to the js vulcanizer [20943](http://dartbug.com/20943). | 11 hidden div, similar to the js vulcanizer [20943](http://dartbug.com/20943). |
7 | 12 |
8 #### 0.14.0+1 | 13 #### 0.14.0+1 |
9 * Small style improvements on error/warnings page. | 14 * Small style improvements on error/warnings page. |
10 | 15 |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
229 #### 0.9.2+3 | 234 #### 0.9.2+3 |
230 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 235 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
231 event bindings in dart2js, by working around issue | 236 event bindings in dart2js, by working around issue |
232 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 237 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
233 | 238 |
234 #### 0.9.2+2 | 239 #### 0.9.2+2 |
235 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 240 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
236 | 241 |
237 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 242 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
238 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 243 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
OLD | NEW |