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

Side by Side Diff: CHANGELOG.md

Issue 1052523004: add console error about bad packages paths in html imports (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: fix version in changelog to match pubspec Created 5 years, 8 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/src/mirror_initializer.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.11.1+2
2 * Added a runtime warning about bad packages paths in html imports to
3 `initWebComponents`.
4
1 #### 0.11.1+1 5 #### 0.11.1+1
2 * fixes unknown HTML elements if using interop_support.js 6 * fixes unknown HTML elements if using interop_support.js
3 7
4 #### 0.11.1 8 #### 0.11.1
5 * Added `initWebComponents` function which performs html import aware 9 * Added `initWebComponents` function which performs html import aware
6 initialization of an application. This is done by crawling all imported 10 initialization of an application. This is done by crawling all imported
7 documents for dart script tags and initializing them. Any applications using 11 documents for dart script tags and initializing them. Any applications using
8 this package should switch to this method instead of calling `run` from the 12 this package should switch to this method instead of calling `run` from the
9 `initialize` package directly. 13 `initialize` package directly.
10 * You may also now just export `package:web_components/init.dart` to 14 * You may also now just export `package:web_components/init.dart` to
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 195 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
192 breaking changes so we are republishing it in 0.4.0) 196 breaking changes so we are republishing it in 0.4.0)
193 197
194 #### 0.3.5 198 #### 0.3.5
195 * Added `registerDartType` to register a Dart API for a custom-element written 199 * Added `registerDartType` to register a Dart API for a custom-element written
196 in Javascript. 200 in Javascript.
197 * Updated to platform 0.3.3-29065bc 201 * Updated to platform 0.3.3-29065bc
198 202
199 #### 0.3.4 203 #### 0.3.4
200 * Updated to platform 0.2.4 (see lib/build.log for details) 204 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | lib/src/mirror_initializer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698