web_components 0.5.0 copy "web_components: ^0.5.0" to clipboard
web_components: ^0.5.0 copied to clipboard

outdatedDart 1 only

Polyfills for Shadow DOM, Custom Elements, and HTML Imports. Custom Elements let authors define their own elements. Authors associate code with custom tag names, and then use those custom tag names as [...]

changelog #

This file contains highlights of what changes on each version of this package.

Pub version 0.5.0

  • Upgrades to platform version 0.3.4-02a0f66 (see lib/build.log for details).

Pub version 0.4.0

  • Adds registerDartType and updates to platform 0.3.3-29065bc (re-applies the changes in 0.3.5).

Pub version 0.3.5+1

  • Reverts back to what we had in 0.3.4. (The platform.js updates in 0.3.5 had breaking changes so we are republishing it in 0.4.0)

Pub version 0.3.5

  • Added registerDartType to register a Dart API for a custom-element written in Javascript.
  • Updated to platform 0.3.3-29065bc

Pub version 0.3.4

  • Updated to platform 0.2.4 (see lib/build.log for details)
0
likes
0
pub points
5%
popularity

Publisher

unverified uploader

Polyfills for Shadow DOM, Custom Elements, and HTML Imports. Custom Elements let authors define their own elements. Authors associate code with custom tag names, and then use those custom tag names as they would any standard tag. Shadow DOM is designed to provide encapsulation for custom elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors bundle code and HTML as if they were libraries.

Homepage

License

unknown (LICENSE)

More

Packages that depend on web_components