Skip to content

v13.8.5

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 18:13
c091039

👷‍♂️ Patch fixes

  • Fixes problem related to invalid pseudo query selectors matching elements (e.g. ":before" should only match the pseudo element and not the actual element) - By @capricorn86 in task #1122
  • Adds support for using multiple pseudo query selectors (e.g. ":first-of-type:last-of-type") - By @capricorn86 in task #1122
  • Fixes minor typo in HTMLElementConfig - By @danbentley in task #1306