Skip to content
This repository was archived by the owner on Jan 20, 2018. It is now read-only.

Releases: dart-archive/web-components

0.12.5

16 Nov 17:02
Compare
Choose a tag to compare
  • Update to not use deprecated analyzer apis.
  • Update analyzer minimum version to 0.27.1.

0.12.4

14 Nov 17:16
Compare
Choose a tag to compare
  • Update to JS version
    0.7.23.
  • Update analyzer, code_transformers, and html version constraints.

0.12.3

01 Sep 14:26
Compare
Choose a tag to compare

Update to JS version 0.7.21

0.12.2+3

17 Mar 15:55
Compare
Choose a tag to compare
Merge pull request #45 from dart-lang/update-transformer-test

Update transformer test

0.11.1

24 Mar 14:39
Compare
Choose a tag to compare
v0.11.1

add deployMode and use it in test for inline scripts

0.10.5+3

11 Mar 22:40
Compare
Choose a tag to compare
v0.10.5+3

update analyzer and code_transformers version and use mock sdk from c…

0.10.4+1

27 Feb 15:34
Compare
Choose a tag to compare
v0.10.4+1

update initialize version and use path.url always

0.10.4

27 Feb 14:51
Compare
Choose a tag to compare
add @CustomElement

[email protected]

Review URL: https://codereview.chromium.org//957883002

0.10.1

24 Jan 00:19
Compare
Choose a tag to compare

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.