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

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

Issue 516043002: fix for getDefaultComputedStyles (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update pubspec and changelog 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/web_components/lib/build.log » ('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 this package. 3 This file contains highlights of what changes on each version of this package.
4 4
5 #### Pub version 0.6.0+1
6 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/500 to fix
7 http://dartbug.com/20141. Fixes getDefaultComputedStyle in firefox.
8
5 #### Pub version 0.6.0 9 #### Pub version 0.6.0
6 * Upgrades to platform master as of 8/25/2014 (see lib/build.log for details). 10 * Upgrades to platform master as of 8/25/2014 (see lib/build.log for details).
7 This is more recent than the 0.3.5 release as there were multiple breakages 11 This is more recent than the 0.3.5 release as there were multiple breakages
8 that required updating past that. 12 that required updating past that.
9 * There is a bug in this version where selecting non-rendered elements doesn't 13 * There is a bug in this version where selecting non-rendered elements doesn't
10 work, but it shouldn't affect most people. See 14 work, but it shouldn't affect most people. See
11 https://github.com/Polymer/ShadowDOM/issues/495. 15 https://github.com/Polymer/ShadowDOM/issues/495.
12 16
13 #### Pub version 0.5.0+1 17 #### Pub version 0.5.0+1
14 * Backward compatible change to prepare for upcoming change of the user agent 18 * Backward compatible change to prepare for upcoming change of the user agent
(...skipping 10 matching lines...) Expand all
25 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 29 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
26 breaking changes so we are republishing it in 0.4.0) 30 breaking changes so we are republishing it in 0.4.0)
27 31
28 #### Pub version 0.3.5 32 #### Pub version 0.3.5
29 * Added `registerDartType` to register a Dart API for a custom-element written 33 * Added `registerDartType` to register a Dart API for a custom-element written
30 in Javascript. 34 in Javascript.
31 * Updated to platform 0.3.3-29065bc 35 * Updated to platform 0.3.3-29065bc
32 36
33 #### Pub version 0.3.4 37 #### Pub version 0.3.4
34 * Updated to platform 0.2.4 (see lib/build.log for details) 38 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | pkg/web_components/lib/build.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698