Skip to content

Stable Release v1.10.0

Compare
Choose a tag to compare
@dfreedm dfreedm released this 19 Sep 17:48
· 6886 commits to master since this release

Meaningful Changes

  • Add Polymer.Settings.passiveTouchGestures
    • passiveTouchGestures is backported from Polymer 2.1, passive (non-preventable) touch event listeners for gesture events such as tap and track.
    • This can increase scrolling performance, at the cost of no longer being able to call trackEvent.preventDefault() to stop scrolling behavior.
    • This setting is false by default and meant as an opt-in.

Raw Notes

  • Backport passive touch gestures #4829 (commit)

  • [ci skip] Update CHANGELOG (commit)

  • Be more precise about the origin of webcomponentsjs (commit)