Skip to content

Commit c46ec11

Browse files
committed
update CHANGELOG for 1.0.6
1 parent 4d98572 commit c46ec11

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11
# Change Log
22

3+
## [v1.0.6](https://github.com/Polymer/polymer/tree/v1.0.6) (2015-07-09)
4+
5+
**Fixed issues:**
6+
7+
- Basic support for host-context [\#1895](https://github.com/Polymer/polymer/issues/1895)
8+
9+
- custom property resolver tripping over some selectors? [\#1938](https://github.com/Polymer/polymer/issues/1938)
10+
11+
- Parsing compressed CSS does not work [\#1927](https://github.com/Polymer/polymer/issues/1927)
12+
13+
- Support Polymer.dom().classList.contains [\#1907](https://github.com/Polymer/polymer/issues/1907)
14+
15+
- Add support for :host-context [\#1900](https://github.com/Polymer/polymer/issues/1900)
16+
17+
- Grey overlay in mobile Safari [\#1970](https://github.com/Polymer/polymer/issues/1970)
18+
19+
- `node.unlisten` removes native event listeners too often [\#1988](https://github.com/Polymer/polymer/issues/1988)
20+
21+
- `notifyPath` doesn't return as its documentation says [\#1966](https://github.com/Polymer/polymer/issues/1966)
22+
23+
- "TypeError: Cannot set property 'display' of undefined" when HTML comment is present inside a dom-if template that evaluates to truthy [\#1786](https://github.com/Polymer/polymer/issues/1786)
24+
25+
- `dom-repeat` in a falsy `dom-if` should hide newly stamped children [\#1751](https://github.com/Polymer/polymer/issues/1751)
26+
27+
- Typo in Polymer.mixin API documentation [\#2001](https://github.com/Polymer/polymer/issues/2001)
28+
29+
- Low-level changes for `iron-list` integration (`fire` & `modelForElemennt`) [\#2003](https://github.com/Polymer/polymer/issues/2003)
30+
31+
- Normalized event difference with ShadowDOM and Shady [\#1921](https://github.com/Polymer/polymer/issues/1921)
32+
33+
- DOM API innerHTML adds only first element [\#1972](https://github.com/Polymer/polymer/issues/1972)
34+
35+
- with Polymer\#1.05-update, style-sheets and custom-style-elements are not parsed in my project anymore [\#1974](https://github.com/Polymer/polymer/issues/1974)
36+
37+
- Expected behavior for importNode,cloneNode [\#1888](https://github.com/Polymer/polymer/issues/1888)
38+
39+
- \#1.0.5 computed property function name limitations? [\#2016](https://github.com/Polymer/polymer/issues/2016)
40+
341
## [v1.0.5](https://github.com/Polymer/polymer/tree/v1.0.5) (2015-06-25)
442

543
**Fixed issues:**

0 commit comments

Comments
 (0)