This repository was archived by the owner on Jan 20, 2018. It is now read-only.
Releases: dart-archive/web-components
Releases · dart-archive/web-components
0.12.5
0.12.4
0.12.3
0.12.2+3
0.11.1
0.10.5+3
0.10.4+1
0.10.4
add @CustomElement [email protected] Review URL: https://codereview.chromium.org//957883002
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 for more information.