Releases: AdguardTeam/ExtendedCss
Releases · AdguardTeam/ExtendedCss
1.3.0
What's new since v1.2.0:
📡 Now ExtendedCss can be imported as ESM and CJS module
💣 upward
, remove
, matches-attr
and matches-property
pseudo-classes have been implemented
🏁 Added support for flags in regular expression
🛠 Fixed xpath
and nth-ancestor
validation
⚙️ Patched sizzle trusted types for safeness securing of ExtendedCss
1.2.15
🥁 matches-attr
and matches-property
pseudo-classes have been implemented
💉 fixed: hiding of element strictly matched by style attribute [#87], node removing if parentNode has been removed before [#112]
1.2.13
1.2.12
Pseudo-class :remove()
has been added
1.2.11
1.2.10
Tiny fix for :upward(0)
1.2.9
1.2.8
- Pseudo-class
:upward
has been implemented - Babel config has been added
1.2.5
- Fixed ':xpath' and ':nth-ancestor' validation