Skip to content

Releases: AdguardTeam/ExtendedCss

1.3.0

09 Sep 10:47
Compare
Choose a tag to compare

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

03 Sep 08:52
Compare
Choose a tag to compare

🥁  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

05 Aug 17:20
Compare
Choose a tag to compare
  • Patched sizzle trusted types

1.2.12

04 Aug 12:26
Compare
Choose a tag to compare

Pseudo-class :remove() has been added

1.2.11

30 Jul 14:40
Compare
Choose a tag to compare
  • Fixed type description

1.2.10

30 Jul 09:24
Compare
Choose a tag to compare

Tiny fix for :upward(0)

1.2.9

27 Jul 13:47
Compare
Choose a tag to compare

This release adds support for CJS modules

1.2.8

19 May 11:33
Compare
Choose a tag to compare
  • Pseudo-class :upward has been implemented
  • Babel config has been added

1.2.5

24 Apr 09:28
Compare
Choose a tag to compare
  • Fixed ':xpath' and ':nth-ancestor' validation

1.2.3

07 Apr 22:27
Compare
Choose a tag to compare
  • Improved typescript support