- Fix an accidentally quadratic reduce(concat) in FlattenedNodesObserver (#5739) 3c2f7591
https://github.com/Polymer/polymer/compare/v3.5.1...v3.5.2
Unclaimed project
Are you a maintainer of polymer? Claim this project to take control of your public changelog and roadmap.
https://github.com/Polymer/polymer/compare/v3.5.1...v3.5.2
This update to Polymer includes some new global settings:
legacyUndefined / setLegacyUndefined
What does it do? This setting reverts how computed properties handle undefined values to the Polymer 1 behavior: when enabled, computed properties will only be recomputed if none of th...