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

Side by Side Diff: CHANGELOG.md

Issue 993423004: Fix normalization of relative paths inside of deep relative imports (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: format 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+3
2 * Fix normalization of relative paths inside of deep relative imports,
3 https://github.com/dart-lang/polymer-dart/issues/30.
4
1 #### 0.10.5+2 5 #### 0.10.5+2
2 * Append html imports in front of the dart script tag, if one exists in 6 * Append html imports in front of the dart script tag, if one exists in
3 `document.head`. 7 `document.head`.
4 8
5 #### 0.10.5+1 9 #### 0.10.5+1
6 * Fix @HtmlImport with relative paths from within folders in deployment mode. 10 * Fix @HtmlImport with relative paths from within folders in deployment mode.
7 11
8 #### 0.10.5 12 #### 0.10.5
9 * Update `ImportCrawler` with support for pre-parsed initial documents. This 13 * Update `ImportCrawler` with support for pre-parsed initial documents. This
10 allows it to work better with other transformers in the same step (you can 14 allows it to work better with other transformers in the same step (you can
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 159 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
156 breaking changes so we are republishing it in 0.4.0) 160 breaking changes so we are republishing it in 0.4.0)
157 161
158 #### 0.3.5 162 #### 0.3.5
159 * Added `registerDartType` to register a Dart API for a custom-element written 163 * Added `registerDartType` to register a Dart API for a custom-element written
160 in Javascript. 164 in Javascript.
161 * Updated to platform 0.3.3-29065bc 165 * Updated to platform 0.3.3-29065bc
162 166
163 #### 0.3.4 167 #### 0.3.4
164 * Updated to platform 0.2.4 (see lib/build.log for details) 168 * 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