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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 225903007: Update polymer's changelog (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
index a9f364133a0d23d49c6f7796fe05ec4f5bb17b80..6aa0a4cc3862d0a6f123a1944628c1f4f4633fb9 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -6,6 +6,10 @@ impact polymer: custom_element, html_import, observe, shadow_dom,
and template_binding.
#### Pub version 0.10.0-dev
+ * initPolymer is now deprecated: no need to call it or to include init.dart,
+ instead include `<link rel="import" href="packages/polymer/polymer.html">`
+ * Mime-type of script tags needs to change to prepare for upcoming breaking
+ change in Dartium: use `<script type="application/dart;component=1">`.
* The output of pub-build no longer uses mirrors. We replace all uses of
mirrors with code generation.
* Interop with polymer-js elements now works.
@@ -17,9 +21,7 @@ and template_binding.
* New feature: `@ObserveProperty('foo bar.baz') myMethod() {...}` will cause
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
Siggi Cherem (dart-lang) 2014/04/05 00:58:24 this was now redundant/incorrect (see "The output
- are still used for @published and for polymer-expressions.
- **breaking change**: @initMethod and @CustomTag are only supported on
+ * **breaking change**: @initMethod and @CustomTag are only supported on
public classes/methods.
#### Pub version 0.9.5
« 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