Stable Release v1.11.1
Meaningful Changes
- Fix
:dir
selector to handle a few more complicated use casesother-custom-element:dir()
:dir()
in a shadowroot should behave like*:dir()
- A few cases where the
dir
attribute is set between inside of a shadowroot
- Allow arbitrary whitespace in
<style include>
attribute value - When using
Polymer.Settings.passiveTouchGestures
, don't setpassive
ontouchend
events, allowingtap
andup
gestures to preventclick
.
Raw Notes
-
make PASSIVE_TOUCH take an argument (commit)
-
Handle more dir cases (commit)
-
Make
:dir
more robust (commit) -
Do not set touchend listeners to passive (commit)
-
Add comments on modified transforms (commit)
-
Fix :dir() bare selector in native shadowdom (commit)
-
Fix :dir selector when element uses CSS Custom Property Shim (commit)
-
Add a load-bearing escape into the comment regex (commit)
-
Polymer 1: Allow arbitrary whitespace in CSS imports (commit)
-
fix license issues (commit)
-
Fix tests on Firefox. (commit)
-
[ci skip] update changelog (commit)
-
Add support for styles with a
shady-unscoped
attribute (commit) -
Skip tests of ::shadow and /deep/ under native Shadow DOM (commit)