v0.38.0
Added
-
This version adds initial support for the
:haspseudo-selector. It is a great addition that enables finding elements containing matching children.Examples for selectors:
"div:has(h1)""div:has(h1, p, span)""div:has(p.foo)""div:has(img[src='https://example.com'])""tr:has(*:fl-contains('TEST'))"
Note that combinators like
">"are not allowed yet.Thank you @bvobart for this feature!
Fixed
-
Add
:styleoption documentation toFloki.text/2. Thanks @s3cur3 for the fix.