Skip to content

v7.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Oct 16:50
· 0 commits to 7265c36b5e941469d5b9bf9e0fa17515c51edd92 since this release

馃帹 Features

  • Improves performance of window.getComputedStyle() by adding a cache that gets updated whenever something happens to the DOM tree (appendChild, removeChild etc.). (#599)
  • Adds support for CSS selector priority to window.getComputedStyle(). (#599)
  • Adds support for selectors with parent elements to Element.matches(). (#599)