| OLD | NEW |
| 1 #### 0.14.0-dev | 1 #### 0.14.0 |
| 2 * Upgraded to polymer 0.4.0 ([polymer-dev#d66a86e][d66a86e]). | 2 * Upgraded to polymer 0.4.0 ([polymer-dev#d66a86e][d66a86e]). |
| 3 * The platform.js script is no longer required in Chrome or Dartium | 3 * The platform.js script is no longer required in Chrome or Dartium |
| 4 (version 36). You can now remove this from your projects for development, | 4 (version 36). You can now remove this from your projects for development, |
| 5 and it will be injected when running pub build or pub serve. If you would | 5 and it will be injected when running pub build or pub serve. If you would |
| 6 like the option to not inject platform.js at all in the built output (if you | 6 like the option to not inject platform.js at all in the built output (if you |
| 7 are deploying to chrome exclusively), please star this bug | 7 are deploying to chrome exclusively), please star this bug |
| 8 http://dartbug.com/20865. | 8 http://dartbug.com/20865. |
| 9 | 9 |
| 10 #### 0.13.1 | 10 #### 0.13.1 |
| 11 * Upgraded error messages to have a unique and stable identifier. This | 11 * Upgraded error messages to have a unique and stable identifier. This |
| 12 requires a version of `code_transformers` newer than `0.2.3`. | 12 requires a version of `code_transformers` newer than `0.2.3`. |
| 13 * Upgraded minimum version constraint on 'args' to '0.11.0'. | 13 * Upgraded minimum version constraint on `args` to `0.11.0`. |
| 14 | 14 |
| 15 #### 0.13.0+3 | 15 #### 0.13.0+3 |
| 16 * Added a warning about flashes of unstyled content if we can detect a | 16 * Added a warning about flashes of unstyled content if we can detect a |
| 17 situation that would cause it [20751](http://dartbug.com/20751). | 17 situation that would cause it [20751](http://dartbug.com/20751). |
| 18 | 18 |
| 19 #### 0.13.0+2 | 19 #### 0.13.0+2 |
| 20 * Update internal transformers to delete .concat.js and .map files when in | 20 * Update internal transformers to delete .concat.js and .map files when in |
| 21 release mode, saving about 1MB of space in the built output. | 21 release mode, saving about 1MB of space in the built output. |
| 22 | 22 |
| 23 #### 0.13.0+1 | 23 #### 0.13.0+1 |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 #### 0.9.2+3 | 217 #### 0.9.2+3 |
| 218 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 218 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 219 event bindings in dart2js, by working around issue | 219 event bindings in dart2js, by working around issue |
| 220 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 220 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 221 | 221 |
| 222 #### 0.9.2+2 | 222 #### 0.9.2+2 |
| 223 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 223 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 224 | 224 |
| 225 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 225 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 226 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 226 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |