Skip to content

Stable Release v1.11.1

Compare
Choose a tag to compare
@dfreedm dfreedm released this 05 Dec 22:35
· 6886 commits to master since this release

Meaningful Changes

  • Fix :dir selector to handle a few more complicated use cases
    • other-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 set passive on touchend events, allowing tap and up gestures to prevent click.

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)