Skip to content

1.0.10

Compare
Choose a tag to compare
@ameshkov ameshkov released this 21 Mar 09:14
· 427 commits to master since this release
  • [Added] :if and :if-not pseudo-classes support: #51
  • [Added] :properties pseudo-class support: #56
  • [Fixed] Protection from infinite loops while changing a protected element: #62
  • [Fixed] Improved extended rules performance: #55
  • [Fixed] Incorrect parsing of styles: #57

IMPORTANT: ExtendedCss constructor now has two arguments. The new one is propertyFilterIgnoreStyleNodes - a list of stylesheet nodes that should be ignored by the StyleObserver (an object that implements the :properties pseudo-class ). It is crucial to pass a list of custom stylesheets to the constructor.

README is updated with the detailed description of the ExtendedCss pseudo-classes:
https://github.com/AdguardTeam/ExtendedCss/blob/master/README.md