| 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.11.1-dev |
| 8 * Use the latest template_binding with better NodeBind interop support (for |
| 9 two-way bindings with JS polymer elements). |
| 10 * Fix for [19770](https://code.google.com/p/dart/issues/detail?id=19770) |
| 11 |
| 7 #### Pub version 0.11.0+5 | 12 #### Pub version 0.11.0+5 |
| 8 * fixes web_components version in dependencies | 13 * fixes web_components version in dependencies |
| 9 | 14 |
| 10 #### Pub version 0.11.0+4 | 15 #### Pub version 0.11.0+4 |
| 11 * workaround for bug | 16 * workaround for bug |
| 12 [19653](https://code.google.com/p/dart/issues/detail?id=19653) | 17 [19653](https://code.google.com/p/dart/issues/detail?id=19653) |
| 13 | 18 |
| 14 #### Pub version 0.11.0+3 | 19 #### Pub version 0.11.0+3 |
| 15 * update readme | 20 * update readme |
| 16 | 21 |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 #### Pub version 0.9.2+4 | 84 #### Pub version 0.9.2+4 |
| 80 * fix linter on SVG and MathML tags with XML namespaces | 85 * fix linter on SVG and MathML tags with XML namespaces |
| 81 | 86 |
| 82 #### Pub version 0.9.2+3 | 87 #### Pub version 0.9.2+3 |
| 83 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 88 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 84 event bindings in dart2js, by working around issue | 89 event bindings in dart2js, by working around issue |
| 85 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 90 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 86 | 91 |
| 87 #### Pub version 0.9.2+2 | 92 #### Pub version 0.9.2+2 |
| 88 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 93 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| OLD | NEW |