| 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.0+4 |
| 8 * workaround for bug |
| 9 [19653](https://code.google.com/p/dart/issues/detail?id=19653) |
| 10 |
| 7 #### Pub version 0.11.0+3 | 11 #### Pub version 0.11.0+3 |
| 8 * update readme | 12 * update readme |
| 9 | 13 |
| 10 #### Pub version 0.11.0+2 | 14 #### Pub version 0.11.0+2 |
| 11 * bug fix: event listeners were not in the dirty-checking zone | 15 * bug fix: event listeners were not in the dirty-checking zone |
| 12 * bug fix: dispatch event in auto-binding | 16 * bug fix: dispatch event in auto-binding |
| 13 | 17 |
| 14 #### Pub version 0.11.0+1 | 18 #### Pub version 0.11.0+1 |
| 15 * Added a workaround for bug in HTML imports (issue | 19 * Added a workaround for bug in HTML imports (issue |
| 16 [19650](https://code.google.com/p/dart/issues/detail?id=19650)). | 20 [19650](https://code.google.com/p/dart/issues/detail?id=19650)). |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 #### Pub version 0.9.2+4 | 76 #### Pub version 0.9.2+4 |
| 73 * fix linter on SVG and MathML tags with XML namespaces | 77 * fix linter on SVG and MathML tags with XML namespaces |
| 74 | 78 |
| 75 #### Pub version 0.9.2+3 | 79 #### Pub version 0.9.2+3 |
| 76 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 80 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 77 event bindings in dart2js, by working around issue | 81 event bindings in dart2js, by working around issue |
| 78 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 82 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 79 | 83 |
| 80 #### Pub version 0.9.2+2 | 84 #### Pub version 0.9.2+2 |
| 81 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 85 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| OLD | NEW |