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

Unified Diff: pkg/polymer/CHANGELOG.md

Issue 528093002: FOUC lint test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update changelog/pubspec 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/linter.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 3aaedd21808629c95dbd30f230b55fe6d33aa54d..5057632e6e18553cd0a8eff8f6f51e32c398541e 100644
--- a/pkg/polymer/CHANGELOG.md
+++ b/pkg/polymer/CHANGELOG.md
@@ -4,15 +4,20 @@ This file contains highlights of what changes on each version of the polymer
package. We will also note important changes to the polyfill packages (observe,
web_components, and template_binding) if they impact polymer.
+#### Pub version 0.13.0+3
+ * Added a warning about flashes of unstyled content if we can detect a
+ situation that would cause it [20751](http://dartbug.com/20751).
+
#### Pub version 0.13.0+2
* Update internal transformers to delete .concat.js and .map files when in
release mode, saving about 1MB of space in the built output.
#### Pub version 0.13.0+1
- * Bug fix for http://dartbug.com/18171. Elements that extend other elements
- but don't have a template will still inherit styles from those elements.
- * Bug fix for http://dartbug.com/20544. Better runtime logging when attributes
- are defined on an element but have no corresponding property on the class.
+ * Bug fix for [18171](http://dartbug.com/18171). Elements that extend other
+ elements but don't have a template will inherit styles from those elements.
+ * Bug fix for [20544](http://dartbug.com/20544). Better runtime logging when
+ attributes are defined on an element but have no corresponding property on
+ the class.
#### Pub version 0.13.0
* Update to match polymer 0.3.5 ([polymer-dev#5d00e4b][5d00e4b]). There was a
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/linter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698