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

Side by Side Diff: CHANGELOG.md

Issue 957883002: add @CustomElement (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: update pubspec/changelog and add some comments Created 5 years, 10 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/custom_element.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.4
2 * Added `CustomElement` annotation. This can be added to any class to register
3 it with a tag in the main document.
4 * Added a `web_components.dart` file which exports all the annotations
5 provided by this package. Note that in later breaking releases
6 `html_import_annotation.dart` and `custom_element_proxy.dart` will likely
7 move into the `src` folder, so switching to the `web_components.dart` import
8 is recommended.
9
1 #### 0.10.3 10 #### 0.10.3
2 * Added `generateWebComponentsBootstrap` method to the main `web_components` 11 * Added `generateWebComponentsBootstrap` method to the main `web_components`
3 transformer file which accepts a `Transform` and a `Resolver`. You can use 12 transformer file which accepts a `Transform` and a `Resolver`. You can use
4 this function from any transformer and share the resolver you already have. 13 this function from any transformer and share the resolver you already have.
5 * Fixed up the bootstrap call in `ScriptCompactor` to not use `=>` syntax 14 * Fixed up the bootstrap call in `ScriptCompactor` to not use `=>` syntax
6 since it has a declared return type of `void`. This could previously cause 15 since it has a declared return type of `void`. This could previously cause
7 a checked mode error if the original program returned something from `main`. 16 a checked mode error if the original program returned something from `main`.
8 17
9 #### 0.10.2+1 18 #### 0.10.2+1
10 * Minor cleanup to changelog and tests. 19 * Minor cleanup to changelog and tests.
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had 136 * Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had
128 breaking changes so we are republishing it in 0.4.0) 137 breaking changes so we are republishing it in 0.4.0)
129 138
130 #### 0.3.5 139 #### 0.3.5
131 * Added `registerDartType` to register a Dart API for a custom-element written 140 * Added `registerDartType` to register a Dart API for a custom-element written
132 in Javascript. 141 in Javascript.
133 * Updated to platform 0.3.3-29065bc 142 * Updated to platform 0.3.3-29065bc
134 143
135 #### 0.3.4 144 #### 0.3.4
136 * Updated to platform 0.2.4 (see lib/build.log for details) 145 * Updated to platform 0.2.4 (see lib/build.log for details)
OLDNEW
« no previous file with comments | « no previous file | lib/src/custom_element.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698