| Index: pkg/web_components/CHANGELOG.md
|
| diff --git a/pkg/web_components/CHANGELOG.md b/pkg/web_components/CHANGELOG.md
|
| index 87f77b6e2bb721584bbcb4b7e0654e1348c7b185..fcb5e5ae494a4114806ba039a92bbb0ea48af184 100644
|
| --- a/pkg/web_components/CHANGELOG.md
|
| +++ b/pkg/web_components/CHANGELOG.md
|
| @@ -2,9 +2,18 @@
|
|
|
| This file contains highlights of what changes on each version of this package.
|
|
|
| +#### 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)
|
|
|