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

Side by Side Diff: CHANGELOG.md

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