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

Unified Diff: CHANGELOG.md

Issue 839013003: CustomElementProxy annotation (Closed) Base URL: git@github.com:dart-lang/web-components.git@master
Patch Set: update initialize dependency Created 5 years, 11 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/custom_element_proxy.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 9ce9c2872590cfd97c902e681673c1a7b9fc5725..6aeadaed0d02ad16ebac7bd077645793485b07d7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+#### 0.10.1
+ * Added the `CustomElementProxy` annotation. This can be added to any class
+ which proxies a javascript custom element and is the equivalent of calling
+ `registerDartType`. In order to use this you will need to be using the
+ `initialize` package, and call its `run` method from your main function. It
+ is also recommended that you include the transformer from that package to
+ remove the use of mirrors at runtime, see
+ [initialize](https://github.com/dart-lang/initialize) for more information.
+
#### 0.10.0
* Updated to the `0.5.1` js version.
* **Breaking Change** To remain consistent with the js repository all the
« no previous file with comments | « no previous file | lib/custom_element_proxy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698