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

Side by Side Diff: CHANGELOG.md

Issue 981273002: fix relative @HtmlImport paths in deep folders in deployment mode (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: 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/html_import_annotation_recorder.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+1
2 * Fix @HtmlImport with relative paths from within folders in deployment mode.
3
1 #### 0.10.5 4 #### 0.10.5
2 * Update `ImportCrawler` with support for pre-parsed initial documents. This 5 * Update `ImportCrawler` with support for pre-parsed initial documents. This
3 allows it to work better with other transformers in the same step (you can 6 allows it to work better with other transformers in the same step (you can
4 pass in a modified document). 7 pass in a modified document).
5 8
6 #### 0.10.4+2 9 #### 0.10.4+2
7 * Fix `@CustomElement` test in internet explorer. 10 * Fix `@CustomElement` test in internet explorer.
8 11
9 #### 0.10.4+1 12 #### 0.10.4+1
10 * Update `initialize` lower bound to get bug fixes. 13 * Update `initialize` lower bound to get bug fixes.
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 151 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
149 breaking changes so we are republishing it in 0.4.0) 152 breaking changes so we are republishing it in 0.4.0)
150 153
151 #### 0.3.5 154 #### 0.3.5
152 * Added `registerDartType` to register a Dart API for a custom-element written 155 * Added `registerDartType` to register a Dart API for a custom-element written
153 in Javascript. 156 in Javascript.
154 * Updated to platform 0.3.3-29065bc 157 * Updated to platform 0.3.3-29065bc
155 158
156 #### 0.3.4 159 #### 0.3.4
157 * Updated to platform 0.2.4 (see lib/build.log for details) 160 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | lib/build/html_import_annotation_recorder.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698