| OLD | NEW |
| 1 This file contains highlights of what changes on each version of the polymer | 1 This file contains highlights of what changes on each version of the polymer |
| 2 package. We will also note important changes to the polyfill packages (observe, | 2 package. We will also note important changes to the polyfill packages (observe, |
| 3 web_components, and template_binding) if they impact polymer. | 3 web_components, and template_binding) if they impact polymer. |
| 4 | 4 |
| 5 #### 0.13.1-dev | 5 #### 0.13.1 |
| 6 * Upgraded error messages to have a unique and stable identifier. This | 6 * Upgraded error messages to have a unique and stable identifier. This |
| 7 requires a version of `code_transformers` newer than `0.2.2-dev`. | 7 requires a version of `code_transformers` newer than `0.2.3`. |
| 8 * Upgraded minimum version constraint on 'args' to '0.11.0'. | 8 * Upgraded minimum version constraint on 'args' to '0.11.0'. |
| 9 | 9 |
| 10 #### 0.13.0+3 | 10 #### 0.13.0+3 |
| 11 * Added a warning about flashes of unstyled content if we can detect a | 11 * Added a warning about flashes of unstyled content if we can detect a |
| 12 situation that would cause it [20751](http://dartbug.com/20751). | 12 situation that would cause it [20751](http://dartbug.com/20751). |
| 13 | 13 |
| 14 #### 0.13.0+2 | 14 #### 0.13.0+2 |
| 15 * Update internal transformers to delete .concat.js and .map files when in | 15 * Update internal transformers to delete .concat.js and .map files when in |
| 16 release mode, saving about 1MB of space in the built output. | 16 release mode, saving about 1MB of space in the built output. |
| 17 | 17 |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 #### 0.9.2+3 | 212 #### 0.9.2+3 |
| 213 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 213 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 214 event bindings in dart2js, by working around issue | 214 event bindings in dart2js, by working around issue |
| 215 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 215 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 216 | 216 |
| 217 #### 0.9.2+2 | 217 #### 0.9.2+2 |
| 218 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 218 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 219 | 219 |
| 220 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 220 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 221 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 221 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |