diff --git a/CHANGELOG.md b/CHANGELOG.md index 044bbe1f87..807dd49af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,190 @@ # Change Log +##[v1.1.0](https://github.com/Polymer/polymer/tree/v1.1.0) (2015-08-13) +- Add comment. ([commit](https://github.com/Polymer/polymer/commit/337b54a)) + +- Add tests for key splice fix. ([commit](https://github.com/Polymer/polymer/commit/4bc055b)) + +- Fixes #2251: resolve imported stylesheets against correct document. ([commit](https://github.com/Polymer/polymer/commit/68af666)) + +- Reduce keySplices to minimum change set before notifying. Fixes #2261 ([commit](https://github.com/Polymer/polymer/commit/f74d072)) + +- Make `clearSelection` public. ([commit](https://github.com/Polymer/polymer/commit/7497729)) + +- Add logical info iff an element being added is an insertion point; do not add logical info for any element in a shady root. ([commit](https://github.com/Polymer/polymer/commit/45cb150)) + +- Make `clearSelection` public. ([commit](https://github.com/Polymer/polymer/commit/d55be7d)) + +- Fixes #2235. Manages logical information in shady distribution more directly by capturing it explicitly when needed and not whenever distribution is run. ([commit](https://github.com/Polymer/polymer/commit/21500fb)) + +- ensure path fixup is applied correctly to styles in templates. ([commit](https://github.com/Polymer/polymer/commit/b22f3cd)) + +- Based on feedback, change `module` to `include` in custom-style and dom-module style marshaling. ([commit](https://github.com/Polymer/polymer/commit/f469129)) + +- Document custom-style module property. ([commit](https://github.com/Polymer/polymer/commit/398d9f7)) + +- Add comment. ([commit](https://github.com/Polymer/polymer/commit/4e640c7)) + +- Add tests and require `module` to be on `style` elements. ([commit](https://github.com/Polymer/polymer/commit/58d3c3b)) + +- `custom-style` supports `module` property that accepts a `dom-module` containing style data. `don-module` style data may be specified inside `