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

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

Issue 558673004: update polymer js to 0.4.0 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
OLDNEW
1 # changelog 1 #### Pub version 0.7.0-dev
2 2 * Updated to 0.4.0-5a7353d release, with same cherry pick as 0.6.0+1.
3 This file contains highlights of what changes on each version of this package. 3 * Many features were moved into the polymer package, this package is now
4 purely focused on polyfills.
5 * Change Platform.deliverDeclarations to
6 Platform.consumeDeclarations(callback).
4 7
5 #### Pub version 0.6.0+1 8 #### Pub version 0.6.0+1
6 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/500 to fix 9 * Cherry pick https://github.com/Polymer/ShadowDOM/pull/500 to fix
7 http://dartbug.com/20141. Fixes getDefaultComputedStyle in firefox. 10 http://dartbug.com/20141. Fixes getDefaultComputedStyle in firefox.
8 11
9 #### Pub version 0.6.0 12 #### Pub version 0.6.0
10 * Upgrades to platform master as of 8/25/2014 (see lib/build.log for details). 13 * Upgrades to platform master as of 8/25/2014 (see lib/build.log for details).
11 This is more recent than the 0.3.5 release as there were multiple breakages 14 This is more recent than the 0.3.5 release as there were multiple breakages
12 that required updating past that. 15 that required updating past that.
13 * There is a bug in this version where selecting non-rendered elements doesn't 16 * There is a bug in this version where selecting non-rendered elements doesn't
(...skipping 15 matching lines...) Expand all
29 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 32 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
30 breaking changes so we are republishing it in 0.4.0) 33 breaking changes so we are republishing it in 0.4.0)
31 34
32 #### Pub version 0.3.5 35 #### Pub version 0.3.5
33 * Added `registerDartType` to register a Dart API for a custom-element written 36 * Added `registerDartType` to register a Dart API for a custom-element written
34 in Javascript. 37 in Javascript.
35 * Updated to platform 0.3.3-29065bc 38 * Updated to platform 0.3.3-29065bc
36 39
37 #### Pub version 0.3.4 40 #### Pub version 0.3.4
38 * Updated to platform 0.2.4 (see lib/build.log for details) 41 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698