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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 468323003: Describe new features in new_element in changelog. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 029b2578397c19e6050976301dd1f1684c17df47..c4dbf6db61a4ceb06f9c50eb4de9e6b524aa75f5 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -7,6 +7,10 @@ web_components, and template_binding) if they impact polymer.
#### Pub version 0.12.2-dev
* Backward compatible change to prepare for upcoming change of the user agent
in Dartium.
+ * `pub run polymer:new_element` now supports specifying a base class.
+ **Note**: only native DOM types and custom elements written in Dart can be
+ extended. Elements adapted from Javascript (like core- and paper- elements)
+ cannot be extended.
#### Pub version 0.12.1
* **New**: When running in pub-serve, any warnings and errors detected by the
« 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