Skip to content

Releases: AdguardTeam/ExtendedCss

2.0.22

05 Dec 10:59
Compare
Choose a tag to compare

🔪  fixed remove rules printing in AdGuard Browser Extension filtering log

🩸  fixed CssHitsCounter content style applying to selected elements

🕯  removed :if() and :if-not() pseudo-classes

2.0.18

28 Nov 17:25
Compare
Choose a tag to compare

📐  improved selector attribute parsing

2.0.10

17 Nov 12:33
Compare
Choose a tag to compare

🗳  Improved public method validate()

2.0.7

10 Nov 15:41
Compare
Choose a tag to compare

🔨  improved :not() and :is() pseudo-classes

📝  improved error logging for public method validate()

2.0.5

08 Nov 18:14
Compare
Choose a tag to compare

🔧  fixed parser for :xpath() position and standard selector attributes

2.0.2

01 Nov 16:47
Compare
Choose a tag to compare

🎉  The whole lib has been reworked, and the main reason is to avoid restrictions of the Sizzle library that we were using in v1.0. Now we have our own selector parser, and the selectors' application speed have been increased! Debug mode logging which is useful for filter list maintainers is better now as well!

♻️  :matches-css() pseudo-class has been improved and supports ::first-line pseudo-element

Pseudo-classes :matches-css-before() and :matches-css-after() became obsolete but are still compatible

1.3.16

15 Sep 15:49
Compare
Choose a tag to compare

💉  handle :has() pseudo-class by ExtendedCss anyway

1.3.14

18 Mar 13:01
Compare
Choose a tag to compare

1.3.13

30 Jul 12:41
Compare
Choose a tag to compare

📜  updated license

1.3.12

31 May 12:53
Compare
Choose a tag to compare

🧯 fixed nodeTextContentGetter error on undefined Node