| 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+1 |
| 8 * Added a workaround for bug in HTML imports (issue |
| 9 [19650](https://code.google.com/p/dart/issues/detail?id=19650)). |
| 10 |
| 7 #### Pub version 0.11.0 | 11 #### Pub version 0.11.0 |
| 8 * **breaking change**: platform.js and dart_support.js must be specified in | 12 * **breaking change**: platform.js and dart_support.js must be specified in |
| 9 your entry points at the beginning of `<head>`. | 13 your entry points at the beginning of `<head>`. |
| 10 * **breaking change**: polymer.html is not required in entrypoints, but it is | 14 * **breaking change**: polymer.html is not required in entrypoints, but it is |
| 11 required from files that use `<polymer-element>`. | 15 required from files that use `<polymer-element>`. |
| 12 * **breaking change**: enteredView/leftView were renamed to attached/detached. | 16 * **breaking change**: enteredView/leftView were renamed to attached/detached. |
| 13 The old lifecycle methods will not be invoked. | 17 The old lifecycle methods will not be invoked. |
| 14 * **breaking change**: Event bindings with `@` are no longer supported. | 18 * **breaking change**: Event bindings with `@` are no longer supported. |
| 15 | 19 |
| 16 #### Pub version 0.10.1 | 20 #### Pub version 0.10.1 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 #### Pub version 0.9.2+4 | 65 #### Pub version 0.9.2+4 |
| 62 * fix linter on SVG and MathML tags with XML namespaces | 66 * fix linter on SVG and MathML tags with XML namespaces |
| 63 | 67 |
| 64 #### Pub version 0.9.2+3 | 68 #### Pub version 0.9.2+3 |
| 65 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 69 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 66 event bindings in dart2js, by working around issue | 70 event bindings in dart2js, by working around issue |
| 67 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 71 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 68 | 72 |
| 69 #### Pub version 0.9.2+2 | 73 #### Pub version 0.9.2+2 |
| 70 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 74 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| OLD | NEW |