Polymer v1.5.0 Release Notes

Release Date: 2016-05-31 // almost 8 years ago
    • ๐Ÿ›  Fix test in Firefox that was hacked to work in Canary (instead filed https://bugs.chromium.org/p/chromium/issues/detail?id=614198). (commit)

    • โœ‚ remove unneeded argument (commit)

    • slight optimization, avoid work if no cssText is set. (commit)

    • ๐Ÿ’… More efficient fix for #3661. Re-uses cached style element that needs to be replaced in the document rather than creating a new one. (commit)

    • ๐Ÿ›  Fixes #3661: ensure that cached style points to the applied style for Shady DOM styling. This ensures that the cache can be used to determine if a style needs to be applied to the document and prevents extra unnecessary styles from being added. This could happen when a property cascaded to a nested element and updateStyles was called after properties have changed. (commit)

    • ๐Ÿ›  Fix flakey attached/detached timing test. (commit)

    • โœ‚ remove HTML comment (commit)

    • โž• add more style[include] doc (commit)

    • โšก๏ธ Update the package.json name to match the actual npm published package. (#3570) (commit)

    • โœ‚ Remove unused event cache store (#3591) (commit)

    • [ci skip] sudo should be "required" (commit)

    • transition to travis trusty images (commit)

    • fine, console.dir then (commit)

    • ๐Ÿ›  fix ie missing console.table for stubbing (commit)

    • ๐Ÿ‘Œ Support the devtools console.log api (multiple strings) for polymer logging (commit)

    • Compute and use correct annotation value during config (commit)

    • Set propertyName on parent props for config phase. (commit)

    • ๐Ÿ”จ Refactorings around how computational expressions get their arguments (commit)

    • ๐Ÿ›  Fix safari 7 again (commit)

    • ๐Ÿ”ฆ Expose public API to reset mouse cancelling for testing touch (commit)

    • Delay detached callback with the same strategy as attached callback (commit)

    • [ci skip] Add missing dom5 devDependency (commit)

    • โœ… Don't use translate as a method for testing (commit)

    • Only fix prototype when registering at first create time. (commit)

    • ๐Ÿ›  Fixes #3525: Makes lazy registration compatible with platforms (like IE10) on which a custom element's prototype must be simulated. (commit)

    • ๐Ÿ‘‰ make sure gulp-cli 1 is used (commit)

    • Ensure Annotator recognizes dynamic fn as dependency for parent props. (commit)

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

    • Enabling caching of node_modules on Travis (commit)

    • ๐Ÿ›  Fix undefined class attribute in undefined template scope (commit)

    • ๐Ÿ“œ Use a parser based html minification (commit)

    • Call _notifyPath instead of notifyPath in templatizer (commit)

    • Keep it real for notifyPath. (commit)

    • Null debounced callback to set for GC. (commit)