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

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

Issue 638773002: Rolling packages to version 0.4.2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « pkg/template_binding/lib/js/observe.js ('k') | 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 #### Pub version 0.9.0-dev
2 * Updated to platform version 0.4.2, internally a deprecated API was removed,
3 hence the bump in the version number.
4
1 #### Pub version 0.8.0 5 #### Pub version 0.8.0
2 * Re-apply changes from 0.7.1+1 and also cherry pick 6 * Re-apply changes from 0.7.1+1 and also cherry pick
3 [efdbbc](https://github.com/polymer/CustomElements/commit/efdbbc) to fix 7 [efdbbc](https://github.com/polymer/CustomElements/commit/efdbbc) to fix
4 the customElementsTakeRecords function. 8 the customElementsTakeRecords function.
5 * **Breaking Change** The customElementsTakeRecords function now has an 9 * **Breaking Change** The customElementsTakeRecords function now has an
6 an optional argument `node`. There is no longer a single global observer, 10 an optional argument `node`. There is no longer a single global observer,
7 but one for each ShadowRoot and one for the main document. The observer that 11 but one for each ShadowRoot and one for the main document. The observer that
8 is actually used defaults to the main document, but if `node` is supplied 12 is actually used defaults to the main document, but if `node` is supplied
9 then it will walk up the document tree and use the first observer that it 13 then it will walk up the document tree and use the first observer that it
10 finds. 14 finds.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 62 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
59 breaking changes so we are republishing it in 0.4.0) 63 breaking changes so we are republishing it in 0.4.0)
60 64
61 #### Pub version 0.3.5 65 #### Pub version 0.3.5
62 * Added `registerDartType` to register a Dart API for a custom-element written 66 * Added `registerDartType` to register a Dart API for a custom-element written
63 in Javascript. 67 in Javascript.
64 * Updated to platform 0.3.3-29065bc 68 * Updated to platform 0.3.3-29065bc
65 69
66 #### Pub version 0.3.4 70 #### Pub version 0.3.4
67 * Updated to platform 0.2.4 (see lib/build.log for details) 71 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « pkg/template_binding/lib/js/observe.js ('k') | pkg/web_components/lib/build.log » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698