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

Side by Side Diff: CHANGELOG.md

Issue 1091903002: Move DomProxyMixin to this package (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: 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/dom_proxy_mixin.dart » ('j') | lib/web_components.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #### 0.11.2
2 * Copied `DomProxyMixin` from `custom_element_apigen` to this package.
3
1 #### 0.11.1+3 4 #### 0.11.1+3
2 * Switch `html5lib` package dependency to `html`. 5 * Switch `html5lib` package dependency to `html`.
3 6
4 #### 0.11.1+2 7 #### 0.11.1+2
5 * Added a runtime warning about bad packages paths in html imports to 8 * Added a runtime warning about bad packages paths in html imports to
6 `initWebComponents`. 9 `initWebComponents`.
7 10
8 #### 0.11.1+1 11 #### 0.11.1+1
9 * fixes unknown HTML elements if using interop_support.js 12 * fixes unknown HTML elements if using interop_support.js
10 13
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 201 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
199 breaking changes so we are republishing it in 0.4.0) 202 breaking changes so we are republishing it in 0.4.0)
200 203
201 #### 0.3.5 204 #### 0.3.5
202 * Added `registerDartType` to register a Dart API for a custom-element written 205 * Added `registerDartType` to register a Dart API for a custom-element written
203 in Javascript. 206 in Javascript.
204 * Updated to platform 0.3.3-29065bc 207 * Updated to platform 0.3.3-29065bc
205 208
206 #### 0.3.4 209 #### 0.3.4
207 * Updated to platform 0.2.4 (see lib/build.log for details) 210 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | lib/src/dom_proxy_mixin.dart » ('j') | lib/web_components.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698