Skip to content

v5.1.0

Latest
Compare
Choose a tag to compare
@fb55 fb55 released this 27 Apr 18:31
· 536 commits to master since this release
  • Added an option to disable relative selectors (#766) 1c1f7f2
    • By default, selectors are relative to the passed context, which means that no parent elements of the context will be matched. (Eg. a b c with context b will never give any results.)
      If the relativeSelector option is set to false, selectors won't be absolutized and selectors can test for parent elements outside of the context.
    • See #709 for context.

v5.0.1...v5.1.0