Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: pkg/web_components/pubspec.yaml

Issue 278823007: Update web_components pubspec and release a new version. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698