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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/src/custom_element.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27f70dc25dcd68b71af3b02a55233fb9b1e1ceba..63dc3c38cb69a0673b920db872a6a62ca82f0cb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+#### 0.10.4
+ * Added `CustomElement` annotation. This can be added to any class to register
+ it with a tag in the main document.
+ * Added a `web_components.dart` file which exports all the annotations
+ provided by this package. Note that in later breaking releases
+ `html_import_annotation.dart` and `custom_element_proxy.dart` will likely
+ move into the `src` folder, so switching to the `web_components.dart` import
+ is recommended.
+
#### 0.10.3
* Added `generateWebComponentsBootstrap` method to the main `web_components`
transformer file which accepts a `Transform` and a `Resolver`. You can use
« 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