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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/polymer/lib/src/build/linter.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 # changelog 1 # changelog
2 2
3 This file contains highlights of what changes on each version of the polymer 3 This file contains highlights of what changes on each version of the polymer
4 package. We will also note important changes to the polyfill packages (observe, 4 package. We will also note important changes to the polyfill packages (observe,
5 web_components, and template_binding) if they impact polymer. 5 web_components, and template_binding) if they impact polymer.
6 6
7 #### Pub version 0.13.0+3
8 * Added a warning about flashes of unstyled content if we can detect a
9 situation that would cause it [20751](http://dartbug.com/20751).
10
7 #### Pub version 0.13.0+2 11 #### Pub version 0.13.0+2
8 * Update internal transformers to delete .concat.js and .map files when in 12 * Update internal transformers to delete .concat.js and .map files when in
9 release mode, saving about 1MB of space in the built output. 13 release mode, saving about 1MB of space in the built output.
10 14
11 #### Pub version 0.13.0+1 15 #### Pub version 0.13.0+1
12 * Bug fix for http://dartbug.com/18171. Elements that extend other elements 16 * Bug fix for [18171](http://dartbug.com/18171). Elements that extend other
13 but don't have a template will still inherit styles from those elements. 17 elements but don't have a template will inherit styles from those elements.
14 * Bug fix for http://dartbug.com/20544. Better runtime logging when attributes 18 * Bug fix for [20544](http://dartbug.com/20544). Better runtime logging when
15 are defined on an element but have no corresponding property on the class. 19 attributes are defined on an element but have no corresponding property on
20 the class.
16 21
17 #### Pub version 0.13.0 22 #### Pub version 0.13.0
18 * Update to match polymer 0.3.5 ([polymer-dev#5d00e4b][5d00e4b]). There was a 23 * Update to match polymer 0.3.5 ([polymer-dev#5d00e4b][5d00e4b]). There was a
19 breaking change in the web_components package where selecting non-rendered 24 breaking change in the web_components package where selecting non-rendered
20 elements doesn't work, but it shouldn't affect most people. See 25 elements doesn't work, but it shouldn't affect most people. See
21 https://github.com/Polymer/ShadowDOM/issues/495. 26 https://github.com/Polymer/ShadowDOM/issues/495.
22 27
23 #### Pub version 0.12.2+1 28 #### Pub version 0.12.2+1
24 * Small bug fix for `polymer:new_element` 29 * Small bug fix for `polymer:new_element`
25 30
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 #### Pub version 0.9.2+3 210 #### Pub version 0.9.2+3
206 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574), 211 * fix [15574](https://code.google.com/p/dart/issues/detail?id=15574),
207 event bindings in dart2js, by working around issue 212 event bindings in dart2js, by working around issue
208 [15573](https://code.google.com/p/dart/issues/detail?id=15573) 213 [15573](https://code.google.com/p/dart/issues/detail?id=15573)
209 214
210 #### Pub version 0.9.2+2 215 #### Pub version 0.9.2+2
211 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1 216 * fix enteredView in dart2js, by using custom_element >= 0.9.1+1
212 217
213 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f 218 [6ad2d61]:https://github.com/Polymer/polymer-dev/commit/6a3e1b0e2a0bbe546f6896b3 f4f064950d7aee8f
214 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd 219 [3b690ad]:https://github.com/Polymer/polymer-dev/commit/3b690ad0d995a7ea339ed601 075de2f84d92bafd
OLDNEW
« 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