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

Side by Side Diff: CHANGELOG.md

Issue 993673002: append html imports before the dart script tag (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: add some js script tags to the head around the dart script tag Created 5 years, 9 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
« no previous file with comments | « no previous file | lib/build/web_components.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 #### 0.10.5+2
2 * Append html imports in front of the dart script tag, if one exists in
3 `document.head`.
4
1 #### 0.10.5+1 5 #### 0.10.5+1
2 * Fix @HtmlImport with relative paths from within folders in deployment mode. 6 * Fix @HtmlImport with relative paths from within folders in deployment mode.
3 7
4 #### 0.10.5 8 #### 0.10.5
5 * Update `ImportCrawler` with support for pre-parsed initial documents. This 9 * Update `ImportCrawler` with support for pre-parsed initial documents. This
6 allows it to work better with other transformers in the same step (you can 10 allows it to work better with other transformers in the same step (you can
7 pass in a modified document). 11 pass in a modified document).
8 12
9 #### 0.10.4+2 13 #### 0.10.4+2
10 * Fix `@CustomElement` test in internet explorer. 14 * Fix `@CustomElement` test in internet explorer.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 155 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
152 breaking changes so we are republishing it in 0.4.0) 156 breaking changes so we are republishing it in 0.4.0)
153 157
154 #### 0.3.5 158 #### 0.3.5
155 * Added `registerDartType` to register a Dart API for a custom-element written 159 * Added `registerDartType` to register a Dart API for a custom-element written
156 in Javascript. 160 in Javascript.
157 * Updated to platform 0.3.3-29065bc 161 * Updated to platform 0.3.3-29065bc
158 162
159 #### 0.3.4 163 #### 0.3.4
160 * Updated to platform 0.2.4 (see lib/build.log for details) 164 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | lib/build/web_components.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698