Polymer v1.3.0 Release Notes

Release Date: 2016-02-22 // about 8 years ago
    • [ci skip] Add instructions to pull request template (commit)

    • [ci skip] markdown fail (commit)

    • [ci skip] Add instructions to issue template (commit)

    • ๐Ÿ”ง Make sure to configure properties on polymer elements that do not have property effects. (commit)

    • ๐Ÿ›  Fix lint errors. (commit)

    • โž• Add comment. Ensure Date deserializes to String for correctness. (commit)

    • ๐Ÿ”ง Serialize before deserialize when configuring attrs. Fixes #3433. (commit)

    • Restrict early property set to properties that have accessors. This allows users to set properties in created which are listed in properties but which have no accessor. (commit)

    • ๐Ÿ›  fix crlf once and for all (commit)

    • ๐Ÿ›  fix test linting from #3350 (commit)

    • ๐Ÿ‘‰ Use the new .github folder for issue and pull request templates (commit)

    • [ci skip] Use https for jsbin (commit)

    • [ci skip] Add issue and pr template (commit)

    • โšก๏ธ Update to gulp-eslint v2 (commit)

    • ๐Ÿ›  fix lint errors (commit)

    • ๐Ÿ›  Minor fixes based on review. (commit)

    • Undo fix on IE10 where the custom elements polyfill's mixin strategy makes this unfeasible. (commit)

    • โšก๏ธ Update comments. (commit)

    • โž• Add test that late resolved functions don't warn (commit)

    • โž• Add support for properties defined in a behavior. (commit)

    • ๐Ÿ‘ Generalized approach supporting compute and observers (commit)

    • Proper implementation (commit)

    • ๐Ÿ‘Œ Support dynamic functions for computed annotations. (commit)

    • ordering issue for when assert is defined in native html imports (commit)

    • ๐Ÿ‘• Lint the tests (commit)

    • โž• Add support for one-of attribute selector while not breaking support for general sibling combinator. Fixes #3023. Fix taken from #3067. (commit)

    • ๐Ÿ›  Fix bindings with special characters (commit)

    • ๐Ÿ‘• [ci skip] move linting into before_script stage (commit)

    • ๐Ÿ›  Fix lint error and uncomment test. (commit)

    • โž• Add test for overriding property based :host selector from outside. (commit)

    • โž• Add comment and fix typo (commit)

    • ๐Ÿ›  Ensure _propertySetter is installed first. Fixes #3063 (commit)

    • Disable tap gesture when track gesture is firing for ancestor node (commit)

    • ๐Ÿ›  Fix parsing of parenthesis in default of variable declaration (commit)

    • Rename _mapRule to _mapRuleOntoParent (commit)

    • ๐Ÿ‘• Test with ESLint enabled (commit)

    • ๐Ÿ‘‰ Make behaviors array unique (commit)

    • ๐Ÿ‘‰ Use deserialize from the node. (commit)

    • Actually execute case-map (commit)

    • ๐Ÿ‘• [ci skip] .eslintrc is deprecated, add .json suffix (commit)

    • โœ… Make the test more look like a spec (commit)

    • ๐Ÿ”ง Configure attr's with property effects. More robust fix for #3288. (commit)

    • ๐Ÿ‘• Use ESLint for Polymer (commit)

    • โž• Add test suite for effects order (commit)

    • ๐Ÿ›  Fix negation when a negated binding is changed (commit)

    • โž• Add unit test suite for CaseMap (commit)

    • ๐Ÿ›  Fixes for IE style ordering issue. (commit)

    • ๐Ÿ›  Fixes #3326. Changes inspired by #3276 and #3344 (commit)

    • ๐Ÿ›  Fix for getters/setters for property become inaccessible when property set on element before it is ready (commit)

    • Non-destructive @keyframes rule transformation. (commit)

    • ๐Ÿ›  Fix test regression from PR 3289 (commit)

    • ๐Ÿšš Move test and add to runner. (commit)

    • ๐Ÿ‘‰ make isDebouncerActive actually return a bool (commit)

    • ๐Ÿ‘• Lint the javascript code with eslint (commit)

    • i suck at git (commit)

    • ๐Ÿ›  Fix for scoping when class is not specified on element (null was prepended instead of empty string) (commit)

    • Using constant rather than plain :host and ::content, also create regexp object only once (commit)

    • Eliminate the need to write :host ::content instead of just ::content, while keeping the same processing under the hood (commit)

    • ๐Ÿ›  Fix: There is no effect of kind 'computedAnnotation' (commit)

    • ๐Ÿ›  fix test case in 5d17efc (commit)

    • โž• add test for 3326 (commit)

    • โšก๏ธ [ci skip] update CHANGELOG (commit)

    • ๐Ÿ”ง Exclude attribute bindings from configuration. Fixes #3288. (commit)

    • ๐ŸŽ Doubled Polymer.CaseMap.dashToCamelCase performance with simplified and once compiled RegExp. 5 times faster Polymer.CaseMap.camelToDashCase using simplified replace part, simplified and once compiled RegExp. (commit)

    • โšก๏ธ Update PRIMER.md (commit)

    • โœ… Unit tests (commit)

    • ๐Ÿ‘ Allow newlines in computed binding argument list (commit)

    • โœ‚ Remove redundant assign to window.Polymer (commit)

    • parentProps should not override argument based props (commit)