| 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.2-dev | 7 #### Pub version 0.12.2 |
| 8 * Fix for [20539](http://dartbug.com/20539). Log widget will now html escape | 8 * Fix for [20539](http://dartbug.com/20539). Log widget will now html escape |
| 9 messages. | 9 messages. |
| 10 * Fix for [20538](http://dartbug.com/20538). Log widget will now surface lint | 10 * Fix for [20538](http://dartbug.com/20538). Log widget will now surface lint |
| 11 logs from imported files. | 11 logs from imported files. |
| 12 * Backward compatible change to prepare for upcoming change of the user agent | 12 * Backward compatible change to prepare for upcoming change of the user agent |
| 13 in Dartium. | 13 in Dartium. |
| 14 * `pub run polymer:new_element` now supports specifying a base class. | 14 * `pub run polymer:new_element` now supports specifying a base class. |
| 15 **Note**: only native DOM types and custom elements written in Dart can be | 15 **Note**: only native DOM types and custom elements written in Dart can be |
| 16 extended. Elements adapted from Javascript (like core- and paper- elements) | 16 extended. Elements adapted from Javascript (like core- and paper- elements) |
| 17 cannot be extended. | 17 cannot be extended. |
| 18 * other bug fixes in `polymer:new_entry`. |
| 18 | 19 |
| 19 #### Pub version 0.12.1 | 20 #### Pub version 0.12.1 |
| 20 * **New**: When running in pub-serve, any warnings and errors detected by the | 21 * **New**: When running in pub-serve, any warnings and errors detected by the |
| 21 polymer transformers will be displayed in the lower-right corner of your | 22 polymer transformers will be displayed in the lower-right corner of your |
| 22 entrypoint page. You can opt-out by adding this option to your pubspec: | 23 entrypoint page. You can opt-out by adding this option to your pubspec: |
| 23 | 24 |
| 24 transformers: | 25 transformers: |
| 25 - polymer: | 26 - polymer: |
| 26 ... | 27 ... |
| 27 inject_build_logs_in_output: false | 28 inject_build_logs_in_output: false |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 #### Pub version 0.9.2+3 | 186 #### Pub version 0.9.2+3 |
| 186 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 187 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 187 event bindings in dart2js, by working around issue | 188 event bindings in dart2js, by working around issue |
| 188 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 189 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 189 | 190 |
| 190 #### Pub version 0.9.2+2 | 191 #### Pub version 0.9.2+2 |
| 191 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 192 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 192 | 193 |
| 193 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 194 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 194 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 195 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |