Polymer v1.4.0 Release Notes

Release Date: 2016-03-18 // about 8 years ago
    • ๐Ÿ‘€ Fast check in createdCallback to see if registration has finished. (commit)

    • ๐Ÿ’… even more lazy: defer template lookup and style collection until finish register time. (commit)

    • ๐Ÿ›  fix lint errors. (commit)

      • turn on lazy registration via Polymer.Settings.lazyRegister * ensure registration finished by calling Element.prototype.ensureRegisterFinished() (commit)
    • โœ‚ remove crufty smoke test. (commit)

    • ๐Ÿ›  fix lint issues (commit)

    • ๐Ÿ”„ Change forceRegister to eagerRegister and add Polymer.Settings.eagerRegister flag. (commit)

    • โž• Add forceRegister flag to force an element to fully register when Polymer is called. Normally, some work is deferred until the first element instance is created. (commit)

    • Call registered no prototype. (commit)

    • Lazy register features we can be deferred until first instance. This is an optimization which can speed up page load time when elements are registered but not needed at time of first paint/interaction (commit)

    • Do not reflect uppercase properties (commit)

    • ๐Ÿ‘‰ Make sure event.path is an array (commit)

    • ๐Ÿ›  fix testing failures on assert.notInclude of null (commit)

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