| OLD | NEW |
| 1 # changelog | 1 # changelog |
| 2 | 2 |
| 3 This file contains highlights of what changes on each version of the polymer | 3 This file contains highlights of what changes on each version of the polymer |
| 4 package. We will also note important changes to the polyfill packages (observe, | 4 package. We will also note important changes to the polyfill packages (observe, |
| 5 web_components, and template_binding) if they impact polymer. | 5 web_components, and template_binding) if they impact polymer. |
| 6 | 6 |
| 7 #### Pub version 0.12.1+1 |
| 8 * Fix typo in readme. |
| 9 |
| 7 #### Pub version 0.12.1 | 10 #### Pub version 0.12.1 |
| 8 * **New**: When running in pub-serve, any warnings and errors detected by the | 11 * **New**: When running in pub-serve, any warnings and errors detected by the |
| 9 polymer transformers will be displayed in the lower-right corner of your | 12 polymer transformers will be displayed in the lower-right corner of your |
| 10 entrypoint page. You can opt-out by adding this option to your pubspec: | 13 entrypoint page. You can opt-out by adding this option to your pubspec: |
| 11 | 14 |
| 12 transformers: | 15 transformers: |
| 13 - polymer: | 16 - polymer: |
| 14 ... | 17 ... |
| 15 inject_build_logs_in_output: false | 18 inject_build_logs_in_output: false |
| 16 | 19 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 #### Pub version 0.9.2+3 | 176 #### Pub version 0.9.2+3 |
| 174 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 177 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 175 event bindings in dart2js, by working around issue | 178 event bindings in dart2js, by working around issue |
| 176 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 179 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 177 | 180 |
| 178 #### Pub version 0.9.2+2 | 181 #### Pub version 0.9.2+2 |
| 179 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 182 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 180 | 183 |
| 181 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 184 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 182 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 185 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |