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

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

Issue 724723003: use shared code transformer, update web_components to remove .map and .concat files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 #### Pub version 0.9.0-dev 1 #### Pub version 0.9.0+1
2 * Remove all `.map` and `.concat.js` files during release mode.
3
4 #### Pub version 0.9.0
2 * Updated to platform version 0.4.2, internally a deprecated API was removed, 5 * Updated to platform version 0.4.2, internally a deprecated API was removed,
3 hence the bump in the version number. 6 hence the bump in the version number.
4 7
5 * split dart_support.js in two. dart_support.js only contains what is 8 * split dart_support.js in two. dart_support.js only contains what is
6 necessary in order to use platform.js, 9 necessary in order to use platform.js,
7 interop_support.js/interop_support.html can be imported separately when 10 interop_support.js/interop_support.html can be imported separately when
8 providing Dart APIs for js custom elements. 11 providing Dart APIs for js custom elements.
9 12
10 #### Pub version 0.8.0 13 #### Pub version 0.8.0
11 * Re-apply changes from 0.7.1+1 and also cherry pick 14 * Re-apply changes from 0.7.1+1 and also cherry pick
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 70 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
68 breaking changes so we are republishing it in 0.4.0) 71 breaking changes so we are republishing it in 0.4.0)
69 72
70 #### Pub version 0.3.5 73 #### Pub version 0.3.5
71 * Added `registerDartType` to register a Dart API for a custom-element written 74 * Added `registerDartType` to register a Dart API for a custom-element written
72 in Javascript. 75 in Javascript.
73 * Updated to platform 0.3.3-29065bc 76 * Updated to platform 0.3.3-29065bc
74 77
75 #### Pub version 0.3.4 78 #### Pub version 0.3.4
76 * Updated to platform 0.2.4 (see lib/build.log for details) 79 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698