| OLD | NEW |
| 1 name: web_components | 1 name: web_components |
| 2 version: 0.11.1+3 | 2 version: 0.11.2 |
| 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> | 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> |
| 4 homepage: https://www.dartlang.org/polymer-dart/ | 4 homepage: https://www.dartlang.org/polymer-dart/ |
| 5 description: > | 5 description: > |
| 6 Polyfills for Shadow DOM, Custom Elements, and HTML Imports. | 6 Polyfills for Shadow DOM, Custom Elements, and HTML Imports. |
| 7 Custom Elements let authors define their own elements. Authors associate code | 7 Custom Elements let authors define their own elements. Authors associate code |
| 8 with custom tag names, and then use those custom tag names as they would any | 8 with custom tag names, and then use those custom tag names as they would any |
| 9 standard tag. Shadow DOM is designed to provide encapsulation for custom | 9 standard tag. Shadow DOM is designed to provide encapsulation for custom |
| 10 elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors | 10 elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors |
| 11 bundle code and HTML as if they were libraries. | 11 bundle code and HTML as if they were libraries. |
| 12 dependencies: | 12 dependencies: |
| (...skipping 12 matching lines...) Expand all Loading... |
| 25 - web_components: | 25 - web_components: |
| 26 $include: '**/*_test.html' | 26 $include: '**/*_test.html' |
| 27 entry_points: | 27 entry_points: |
| 28 - test/custom_element_test.html | 28 - test/custom_element_test.html |
| 29 - test/custom_element_proxy_test.html | 29 - test/custom_element_proxy_test.html |
| 30 - test/html_import_annotation_test.html | 30 - test/html_import_annotation_test.html |
| 31 - test/init_web_components_test.html | 31 - test/init_web_components_test.html |
| 32 | 32 |
| 33 environment: | 33 environment: |
| 34 sdk: ">=1.9.0-dev.7.1 <2.0.0" | 34 sdk: ">=1.9.0-dev.7.1 <2.0.0" |
| OLD | NEW |