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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 301173004: Prepare for polymer 0.10.0 release (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 | « pkg/observe/pubspec.yaml ('k') | pkg/polymer/README.md » ('j') | 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 6aa0a4cc3862d0a6f123a1944628c1f4f4633fb9..a1fb57ec0b5369ffa5247336cf94374f5b93f7ae 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -1,22 +1,19 @@
# changelog
This file contains highlights of what changes on each version of the polymer
-package. We will also note important changes to the polyfill packages if they
-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.
+package. We will also note important changes to the polyfill packages (observe,
+web_components, and template_binding) if they impact polymer.
+
+#### Pub version 0.10.0
* Interop with polymer-js elements now works.
* Polymer polyfills are now consolidated in package:web_components, which is
identical to platform.js from http://polymer-project.org.
- * Breaking change: "noscript" polymer-elements are created by polymer.js, and
- therefore cannot be extended (subtyped) in Dart. They can still be used
+ * The output of pub-build no longer uses mirrors. We replace all uses of
+ mirrors with code generation.
+ * **breaking change**: Declaring a polymer app requires an extra import to
+ `<link rel="import" href="packages/polymer/polymer.html">`
+ * **breaking change**: "noscript" polymer-elements are created by polymer.js,
+ and therefore cannot be extended (subtyped) in Dart. They can still be used
by Dart elements or applications, however.
* New feature: `@ObserveProperty('foo bar.baz') myMethod() {...}` will cause
myMethod to be called when "foo" or "bar.baz" changes.
« no previous file with comments | « pkg/observe/pubspec.yaml ('k') | pkg/polymer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698