| 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 if they | 4 package. We will also note important changes to the polyfill packages if they |
| 5 impact polymer: custom_element, html_import, observe, shadow_dom, | 5 impact polymer: custom_element, html_import, observe, shadow_dom, |
| 6 and template_binding. | 6 and template_binding. |
| 7 | 7 |
| 8 #### Pub version 0.10.0-dev |
| 9 * Deploy step removes use of mirrors to initialize polymer elements. Mirrors |
| 10 are still used for @published and for polymer-expressions. |
| 11 **breaking change**: @initMethod and @CustomTag are only supported on |
| 12 public classes/methods. |
| 13 |
| 14 #### Pub version 0.9.5 |
| 15 * Improvements on how to handle cross-package HTML imports. |
| 16 |
| 8 #### Pub version 0.9.4 | 17 #### Pub version 0.9.4 |
| 9 * Removes unused dependency on csslib. | 18 * Removes unused dependency on csslib. |
| 10 | 19 |
| 11 #### Pub version 0.9.3+3 | 20 #### Pub version 0.9.3+3 |
| 12 * Removes workaround now that mirrors implement a missing feature. Requires | 21 * Removes workaround now that mirrors implement a missing feature. Requires |
| 13 SDK >= 1.1.0-dev.5.0. | 22 SDK >= 1.1.0-dev.5.0. |
| 14 | 23 |
| 15 #### Pub version 0.9.3+2 | 24 #### Pub version 0.9.3+2 |
| 16 * Fix rare canonicalization bug | 25 * Fix rare canonicalization bug |
| 17 [15694](https://code.google.com/p/dart/issues/detail?id=15694) | 26 [15694](https://code.google.com/p/dart/issues/detail?id=15694) |
| 18 | 27 |
| 19 #### Pub version 0.9.3+1 | 28 #### Pub version 0.9.3+1 |
| 20 * Fix type error in runner.dart | 29 * Fix type error in runner.dart |
| 21 [15649](https://code.google.com/p/dart/issues/detail?id=15649). | 30 [15649](https://code.google.com/p/dart/issues/detail?id=15649). |
| 22 | 31 |
| 23 #### Pub version 0.9.3 | 32 #### Pub version 0.9.3 |
| 24 * pub-build now runs the linter automatically | 33 * pub-build now runs the linter automatically |
| 25 | 34 |
| 26 #### Pub version 0.9.2+4 | 35 #### Pub version 0.9.2+4 |
| 27 * fix linter on SVG and MathML tags with XML namespaces | 36 * fix linter on SVG and MathML tags with XML namespaces |
| 28 | 37 |
| 29 #### Pub version 0.9.2+3 | 38 #### Pub version 0.9.2+3 |
| 30 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 39 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
| 31 event bindings in dart2js, by working around issue | 40 event bindings in dart2js, by working around issue |
| 32 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 41 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
| 33 | 42 |
| 34 #### Pub version 0.9.2+2 | 43 #### Pub version 0.9.2+2 |
| 35 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 44 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
| OLD | NEW |