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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 576293002: make public the html element names map (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: move message Created 6 years, 3 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 | pkg/polymer/bin/new_element.dart » ('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 cf8f3c53328afb181542128bf524f1b98e54980e..9d0d395be3e1b8eff82b918a5d1c975969429018 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -1,3 +1,10 @@
+#### 0.14.1
+ * The build.dart file no longer requires a list of entry points, and you can
+ replace the entire file with `export 'package:polymer/default_build.dart';`
+ [20396](http://dartbug.com/20396).
+ * Inlined imports from the head of the document now get inserted inside a
+ hidden div, similar to the js vulcanizer [20943](http://dartbug.com/20943).
+
#### 0.14.0+1
* Small style improvements on error/warnings page.
@@ -9,6 +16,8 @@
like the option to not inject platform.js at all in the built output (if you
are deploying to chrome exclusively), please star this bug
http://dartbug.com/20865.
+ * Fixed invalid linter warning when using event handlers inside an
+ `auto-binding-dart` template, [20913](http://dartbug.com/20913).
#### 0.13.1
* Upgraded error messages to have a unique and stable identifier. This
« no previous file with comments | « no previous file | pkg/polymer/bin/new_element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698