You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes #2235. Manages logical information in shady distribution more directly by capturing it explicitly when needed and not whenever distribution is run. (commit)
ensure path fixup is applied correctly to styles in templates. (commit)
Based on feedback, change module to include in custom-style and dom-module style marshaling. (commit)
Add tests and require module to be on style elements. (commit)
custom-style supports module property that accepts a dom-module containing style data. don-module style data may be specified inside <template> elements and style elements also support module attribute for referencing additional modules containing style data. (commit)
don-module no longer needs to eagerly upgrade custom elements since the web components polyfills do this automatically. (commit)