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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 723393003: update to polymer js 0.5.1 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: final tweaks Created 6 years 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
Index: pkg/polymer/CHANGELOG.md
diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
index 00d54b19055767a0b03fdb4d9621b3a3b4eb122b..a1ad1119f436d342110318550fd63e5dc0d9bc81 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -1,4 +1,16 @@
-#### Pub version 0.15.1+5
+#### 0.15.2
+ * Upgraded to polymer js version
+ [0.5.1](https://github.com/Polymer/polymer/releases/tag/0.5.1).
+ **Dart Note**: Since dirty checking is only a development feature for
+ Polymer Dart, we did not include the functionality to stop dirty checks in
+ inactive windows.
+ * `polymer.js` is now the unminified version, and `polymer.min.js` is the
+ minified version.
+ * Fixed bug where polymer js was creating instances of extended elements in
+ order to check if they had been registered. All dart custom elements now get
+ registered with polymer js using the HTMLElement prototype.
+
+#### 0.15.1+5
* Increase code_transformers lower bound and use shared transformers from it.
#### 0.15.1+4

Powered by Google App Engine
This is Rietveld 408576698