| OLD | NEW |
| 1 #### 0.14.1 |
| 2 * 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';` |
| 4 [20396](http://dartbug.com/20396). |
| 5 * 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). |
| 7 |
| 1 #### 0.14.0+1 | 8 #### 0.14.0+1 |
| 2 * Small style improvements on error/warnings page. | 9 * Small style improvements on error/warnings page. |
| 3 | 10 |
| 4 #### 0.14.0 | 11 #### 0.14.0 |
| 5 * Upgraded to polymer 0.4.0 ([polymer-dev#d66a86e][d66a86e]). | 12 * Upgraded to polymer 0.4.0 ([polymer-dev#d66a86e][d66a86e]). |
| 6 * The platform.js script is no longer required in Chrome or Dartium | 13 * The platform.js script is no longer required in Chrome or Dartium |
| 7 (version 36). You can now remove this from your projects for development, | 14 (version 36). You can now remove this from your projects for development, |
| 8 and it will be injected when running pub build or pub serve. If you would | 15 and it will be injected when running pub build or pub serve. If you would |
| 9 like the option to not inject platform.js at all in the built output (if you | 16 like the option to not inject platform.js at all in the built output (if you |
| 10 are deploying to chrome exclusively), please star this bug | 17 are deploying to chrome exclusively), please star this bug |
| 11 http://dartbug.com/20865. | 18 http://dartbug.com/20865. |
| 19 * Fixed invalid linter warning when using event handlers inside an |
| 20 `auto-binding-dart` template, [20913](http://dartbug.com/20913). |
| 12 | 21 |
| 13 #### 0.13.1 | 22 #### 0.13.1 |
| 14 * Upgraded error messages to have a unique and stable identifier. This | 23 * Upgraded error messages to have a unique and stable identifier. This |
| 15 requires a version of `code_transformers` newer than `0.2.3`. | 24 requires a version of `code_transformers` newer than `0.2.3`. |
| 16 * Upgraded minimum version constraint on `args` to `0.11.0`. | 25 * Upgraded minimum version constraint on `args` to `0.11.0`. |
| 17 | 26 |
| 18 #### 0.13.0+3 | 27 #### 0.13.0+3 |
| 19 * Added a warning about flashes of unstyled content if we can detect a | 28 * Added a warning about flashes of unstyled content if we can detect a |
| 20 situation that would cause it [20751](http://dartbug.com/20751). | 29 situation that would cause it [20751](http://dartbug.com/20751). |
| 21 | 30 |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 #### 0.9.2+3 | 229 #### 0.9.2+3 |
| 221 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 230 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 222 event bindings in dart2js, by working around issue | 231 event bindings in dart2js, by working around issue |
| 223 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 232 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 224 | 233 |
| 225 #### 0.9.2+2 | 234 #### 0.9.2+2 |
| 226 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 235 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 227 | 236 |
| 228 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 237 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 229 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 238 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |