Skip to content

v1.1.1

Compare
Choose a tag to compare
@dfreedm dfreedm released this 20 Aug 22:36
· 6886 commits to master since this release
  • Fixes #2263: ensure custom-style can parse variable definitions in supported selectors (e.g. /deep/) without exception due to unknown css. (commit)
  • Fixes #2311, #2323: when elements are removed from their previous position when they are added elsewhere, make sure to remove them from composed, not logical parent. (commit)
  • Update Changelog (commit)
  • Add selectedItem property (commit)
  • Add test for large splice (commit)
  • Use numeric sort when removing dom-repeat instances (commit)
  • Fixes #2267: properly find dom-module for mixed case elements (commit)
  • Fixes #2304: avoid trying to read style data from imports that did not load. (commit)
  • Avoid saving logical info on parent when a content is added inside a fragment + slight factoring. (commit)
  • Fixes #2276: avoid losing logical information and simplify logical tree handling (commit)
  • Moved check earlier. Added test for negative literal. (commit)
  • Fixes #2253: refine logical tree check and populate parents of insertion points with logical info only if necessary. Fixes #2283: when a node is removed, we need to potentially distribute not only its host but also its parent. (commit)
  • Support for negative numbers in computed bindings (commit)