Skip to content

v9.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Apr 18:51
f94ed89

🎨 Features

  • Refactors the internal logic of how query selection works to improve performance and make maintenance easier. (#792)
  • Adds support for adjacent sibling to query selectors (e.g. ".a + .b"). (#792)

👷‍♂️ Patch fixes

  • Fixes issue where *.querySelectorAll() did not return elements in document order. (#285)