Chromium Code Reviews| Index: pkg/web_components/pubspec.yaml |
| diff --git a/pkg/web_components/pubspec.yaml b/pkg/web_components/pubspec.yaml |
| index 7a3fa764ee40565e38e2efacca4f27a4f02c0597..82efc01d95264f520dc786c5af2644784daf87e9 100644 |
| --- a/pkg/web_components/pubspec.yaml |
| +++ b/pkg/web_components/pubspec.yaml |
| @@ -1,11 +1,13 @@ |
| name: web_components |
| -version: 0.3.3 |
| +version: 0.3.4 |
| author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
| homepage: https://www.dartlang.org/polymer-dart/ |
| description: > |
| + Polyfills for Shadow DOM, Custom Elements, and HTML Imports. |
| Custom Elements let authors define their own elements. Authors associate code |
| with custom tag names, and then use those custom tag names as they would any |
| standard tag. Shadow DOM is designed to provide encapsulation for custom |
| - elements, by hiding DOM subtrees under shadow roots. |
| + elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors |
| + bundle code and HTML as if they were libraries. |
| environment: |
| - sdk: ">=1.2.0 <2.0.0" |
| + sdk: ">=1.4.0-dev.6.6 <2.0.0" |
|
Jennifer Messerly
2014/05/14 17:56:31
did the relevant dart2js changes get cherry picked
|