| 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.13.0 |
| 8 * Update to match polymer 0.3.5 ([polymer-dev#5d00e4b][5d00e4b]). There was a |
| 9 breaking change in the web_components package where selecting non-rendered |
| 10 elements doesn't work, but it shouldn't affect most people. See |
| 11 https://github.com/Polymer/ShadowDOM/issues/495. |
| 12 |
| 7 #### Pub version 0.12.2+1 | 13 #### Pub version 0.12.2+1 |
| 8 * Small bug fix for `polymer:new_element` | 14 * Small bug fix for `polymer:new_element` |
| 9 | 15 |
| 10 #### Pub version 0.12.2 | 16 #### Pub version 0.12.2 |
| 11 * Fix for [20539](http://dartbug.com/20539). Log widget will now html escape | 17 * Fix for [20539](http://dartbug.com/20539). Log widget will now html escape |
| 12 messages. | 18 messages. |
| 13 * Fix for [20538](http://dartbug.com/20538). Log widget will now surface lint | 19 * Fix for [20538](http://dartbug.com/20538). Log widget will now surface lint |
| 14 logs from imported files. | 20 logs from imported files. |
| 15 * Backward compatible change to prepare for upcoming change of the user agent | 21 * Backward compatible change to prepare for upcoming change of the user agent |
| 16 in Dartium. | 22 in Dartium. |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 #### Pub version 0.9.2+3 | 195 #### Pub version 0.9.2+3 |
| 190 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 196 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 191 event bindings in dart2js, by working around issue | 197 event bindings in dart2js, by working around issue |
| 192 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 198 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 193 | 199 |
| 194 #### Pub version 0.9.2+2 | 200 #### Pub version 0.9.2+2 |
| 195 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 201 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| 196 | 202 |
| 197 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f | 203 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3
f4f064950d7aee8f |
| 198 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd | 204 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601
075de2f84d92bafd |
| OLD | NEW |