Skip to content

v1.1.0

Compare
Choose a tag to compare
@justinfagnani justinfagnani released this 17 Aug 16:16
· 6886 commits to master since this release
  • Add comment. (commit)
  • Add tests for key splice fix. (commit)
  • Fixes #2251: resolve imported stylesheets against correct document. (commit)
  • Reduce keySplices to minimum change set before notifying. Fixes #2261 (commit)
  • Make clearSelection public. (commit)
  • Add logical info iff an element being added is an insertion point; do not add logical info for any element in a shady root. (commit)
  • Make clearSelection public. (commit)
  • 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)
  • Document custom-style module property. (commit)
  • Add comment. (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)