Skip to content

2.9.2

Latest

Choose a tag to compare

@facelessuser facelessuser released this 07 Aug 00:56
78661a6

2.9.2

  • FIX: Fix issue where :is() and :where() were not accounting for empty selectors in the max selector count as
    they should (@arpitjain099).
  • FIX: Fix issue where :has() was allowing empty selectors in some circumstances even though it is not
    forgiving.
  • FIX: Reduce selector object size when :is() and :where() contain empty selectors.