| Index: pkg/polymer/CHANGELOG.md
|
| diff --git a/pkg/polymer/CHANGELOG.md b/pkg/polymer/CHANGELOG.md
|
| index 070bc8c2858da073dec2eebb112952b2bd6c8fdb..9f9e26da06c34738b40bdfdd5d24de97a383c7d9 100644
|
| --- a/pkg/polymer/CHANGELOG.md
|
| +++ b/pkg/polymer/CHANGELOG.md
|
| @@ -1,3 +1,13 @@
|
| +#### 0.14.3-dev
|
| + * Add option to not inject platform.js in the build output
|
| + [20865](http://dartbug.com/20865). To use, set `inject_platform_js` to
|
| + false in the polymer transformer config section of your pubspec.yaml:
|
| +
|
| + transformers:
|
| + - polymer:
|
| + inject_platform_js: false
|
| + ...
|
| +
|
| #### 0.14.2+1
|
| * Fix findController function for js or dart wrapped elements. This fixes
|
| event bindings when using paper-dialog and probably some other cases,
|
|
|