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-dev |
| 8 * Event bindings with `@` are no longer supported. |
| 9 |
7 #### Pub version 0.10.1 | 10 #### Pub version 0.10.1 |
8 * Reduce the analyzer work by mocking a small subset of the core libraries. | 11 * Reduce the analyzer work by mocking a small subset of the core libraries. |
9 | 12 |
10 #### Pub version 0.10.0+1 | 13 #### Pub version 0.10.0+1 |
11 * Better error message on failures in pub-serve/pub-build when pubspec.yaml | 14 * Better error message on failures in pub-serve/pub-build when pubspec.yaml |
12 is missing or has a wrong configuration for the polymer transformers. | 15 is missing or has a wrong configuration for the polymer transformers. |
13 | 16 |
14 #### Pub version 0.10.0 | 17 #### Pub version 0.10.0 |
15 * Interop with polymer-js elements now works. | 18 * Interop with polymer-js elements now works. |
16 * Polymer polyfills are now consolidated in package:web_components, which is | 19 * Polymer polyfills are now consolidated in package:web_components, which is |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 #### Pub version 0.9.2+4 | 55 #### Pub version 0.9.2+4 |
53 * fix linter on SVG and MathML tags with XML namespaces | 56 * fix linter on SVG and MathML tags with XML namespaces |
54 | 57 |
55 #### Pub version 0.9.2+3 | 58 #### Pub version 0.9.2+3 |
56 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), | 59 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), |
57 event bindings in dart2js, by working around issue | 60 event bindings in dart2js, by working around issue |
58 [15573](https://code.google.com/p/dart/issues/detail?id=15573) | 61 [15573](https://code.google.com/p/dart/issues/detail?id=15573) |
59 | 62 |
60 #### Pub version 0.9.2+2 | 63 #### Pub version 0.9.2+2 |
61 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 | 64 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 |
OLD | NEW |