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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
Index: pkg/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
index d732a8884cec3f1928fef07f52029ffd624442be..c53ea4cc483efb12d875edb18b62b3c6ac648400 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -6,6 +6,12 @@ impact polymer: custom_element, html_import, observe, shadow_dom,
and template_binding.
#### Pub version 0.10.0-dev
Siggi Cherem (dart-lang) 2014/02/10 20:49:23 maybe mention the fix for link-rel-stylesheet that
Jennifer Messerly 2014/02/10 22:17:11 my memory on this is already fuzzy :) But I don't
+ * Polymer polyfills are now consolidated in package:web_components, which is
+ identical to platform.js from http://polymer-project.org. This enables
+ interop with elements built in polymer.js.
+ * New feature: `@ObserveProperty('foo bar.baz') myMethod() {...}` will cause
Jennifer Messerly 2014/02/08 01:13:29 forgot to document these last change.
+ myMethod to be called when "foo" or "bar.baz" changes.
+ * Updated for 0.10.0-dev package:observe and package:template_binding changes.
* Deploy step removes use of mirrors to initialize polymer elements. Mirrors
are still used for @published and for polymer-expressions.
**breaking change**: @initMethod and @CustomTag are only supported on

Powered by Google App Engine
This is Rietveld 408576698