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

Side by Side Diff: pkg/polymer/CHANGELOG.md

Issue 589743002: warn if inlining the same css file more than once (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: generate messages.html, update pubspec/changelog for release 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/common.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #### 0.14.3-dev 1 #### 0.14.3
2 * Warn if the same css file is inlined more than once,
3 [19996](http://dartbug.com/19996).
2 * Don't start moving elements from head to body until we find the first 4 * Don't start moving elements from head to body until we find the first
3 import, [20826](http://dartbug.com/20826). 5 import, [20826](http://dartbug.com/20826).
4 * Add option to not inject platform.js in the build output 6 * Add option to not inject platform.js in the build output
5 [20865](http://dartbug.com/20865). To use, set `inject_platform_js` to 7 [20865](http://dartbug.com/20865). To use, set `inject_platform_js` to
6 false in the polymer transformer config section of your pubspec.yaml: 8 false in the polymer transformer config section of your pubspec.yaml:
7 9
8 transformers: 10 transformers:
9 - polymer: 11 - polymer:
10 inject_platform_js: false 12 inject_platform_js: false
11 ... 13 ...
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 #### 0.9.2+3 253 #### 0.9.2+3
252 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 254 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
253 event bindings in dart2js, by working around issue 255 event bindings in dart2js, by working around issue
254 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 256 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
255 257
256 #### 0.9.2+2 258 #### 0.9.2+2
257 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 259 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
258 260
259 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 261 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
260 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 262 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW
« 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