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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 589563002: Add support for not including platform.js in build output (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/lib/src/build/common.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 070bc8c2858da073dec2eebb112952b2bd6c8fdb..9f9e26da06c34738b40bdfdd5d24de97a383c7d9 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -1,3 +1,13 @@
+#### 0.14.3-dev
+ * Add option to not inject platform.js in the build output
+ [20865](http://dartbug.com/20865). To use, set `inject_platform_js` to
+ false in the polymer transformer config section of your pubspec.yaml:
+
+ transformers:
+ - polymer:
+ inject_platform_js: false
+ ...
+
#### 0.14.2+1
* Fix findController function for js or dart wrapped elements. This fixes
event bindings when using paper-dialog and probably some other cases,
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698