Polymer v1.2.1 Release Notes

Release Date: 2015-10-29 // over 8 years ago
    • 🛠 Fix test for SD polyfill (commit)

    • ➕ Add pre-condition check for completeness. (commit)

    • Find non distributed children with deepContains (commit)

    • 🛠 Ensure outer paths aren't forwarded to instance props. Fixes #2556. (commit)

    • ➕ Add Polymer.dom.deepContains (commit)

    • ⚡️ [ci skip] Update CHANGELOG (commit)

    • isLightDescendant should return false for self (commit)

    • 🛠 Fix for mixins declaration with space before colon. Allow any space character or even { and } (before and after capturing pattern correspondingly) as pattern boundaries instead of new lines only. In minified sources there might be no space, semicolon or line start, so we need to account that as well. (commit)