Polymer v1.6.0 Release Notes

Release Date: 2016-06-29 // almost 8 years ago
    • 🛠 Fix test to account for pseudo element differences x-browser. (commit)

    • ⏪ Restore functionality of selectors like :host(.foo)::after. (commit)

    • ➕ add comment. (commit)

    • 👍 re-support selectors like :host[inline] since this was previously supported under shady-dom. (commit)

    • 🛠 fix linting (commit)

    • ➕ Add test for not matching x-foox-bar given :host(x-bar) used inside x-foo (commit)

    • 🛠 fix test in IE/FF. (commit)

    • simplify :host fixup (commit)

    • 🛠 Fixes #3739: correctly shim :host(.element-name) as element-name.element-name. (commit)

    • 🛠 Fixes #3734: address HI/CE timing issue in importHref. Fixes upgrade time dependencies of scripts on previous elements in async imports. (commit)

    • 💅 Ensure element scope selectors are updated correctly when updateStyles is called when element is not in dom. (commit)

    • ➕ add comment. (commit)

    • ✂ remove unneeded flag. (commit)

    • 🛠 Fixes #3730 and inspired by (https://github.com/Polymer/polymer/pull/3585) (commit)

    • 💅 custom-style triggers updateStyles if root scope (StyleDefaults) has style properties when the custom-style is created. (commit)

    • 🛠 Fix _patchMatchesEffect. (#3631) (commit)

    • 🛠 Fixes #3555. Ensure selectors including ::content without a prefix … (#3721) (commit)

    • 🛠 Fixes #3530. When updateStyles is called and an element is not attached, invalidate its styling so that when it is attached, its custom properties will be updated. (commit)

    • ✅ Make sure effect functions receive latest values (commit)

    • ✅ [ci skip] data binding edge case smoke test (commit)

    • 💅 Use whenReady to apply custom styles. (commit)

    • ✅ Use firefox 46 for testing (commit)

    • ✅ Need to wait until render to test. (commit)

    • ➕ address feedback (commit)

    • 🛠 Fix lint, use query params instead of duplicate file. (commit)

    • 💅 Ensure custom styles updated after adding custom-style async. Fixes #3705. (commit)

    • Store cacheablility on the scope (commit)

    • 🛠 fix decorateStyles with custom-style (commit)

    • Do not scope cache elements with media rules, :host(), or :host-context() selectors (commit)

    • 👌 Support preventDefault() on touch (#3693) (commit)

    • Shim CSS Mixins in terms of CSS Custom Properties (#3587) (commit)

    • ⚡️ [ci skip] update changelog (commit)