Skip to content

Latest commit

 

History

History
174 lines (90 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

174 lines (90 loc) · 5.33 KB

v1.22.7 (Wed Sep 22 2021)

🏠 Internal

Authors: 1


v1.22.3 (Thu Jul 29 2021)

🔩 Dependencies

Authors: 1


v1.22.2 (Sun Jun 20 2021)

🐛 Bug Fix

🔩 Dependencies

Authors: 2


v1.21.0 (Sun May 30 2021)

🏠 Internal

Authors: 1


v1.20.3 (Sat Feb 27 2021)

🏠 Internal

Authors: 1


v1.20.0 (Thu Jan 21 2021)

Release Notes

Initial support for extended CSS selectors (a.k.a. procedural filters) (#1574)

Add initial support for extended CSS selectors (a.k.a. procedural filters) as well as the :remove() modifier for element hiding rules (note: the already supported :style modified now also works with extended CSS selectors). The following new pseudo-classes are implemented: :has (and its alias :if), :has-text (both string and RegExp literals), and :not (whenever its argument is also an extended selector, otherwise fallback to native implementation).

Caveats:

  • Loading of extended css filters is disabled by default and needs to be toggled using the loadExtendedSelectors option while initializing the blocker instance.
  • These news selectors are currently only supported by WebExtensionBlocker (support for Puppeteer, Electron and Playwright is not planned at this time but help from the community would be greatly appreciated).

Miscellaneous changes:

  • Removal of unused injectCSSRule helper.
  • Replace Closure compiler by Terser.

🚀 New Feature

  • Initial support for extended CSS selectors (a.k.a. procedural filters) #1574 (@remusao)

Authors: 1


v1.18.7 (Tue Nov 24 2020)

💅 Polish

Authors: 1


v1.18.6 (Wed Nov 18 2020)

🐛 Bug Fix

  • Fix memory leak by using a WeakMap to hold context information in blocker #1451 (@remusao)

Authors: 1


v1.18.0 (Mon Aug 24 2020)

🐛 Bug Fix

🔩 Dependencies

Authors: 1


v1.17.0 (Sun Jul 12 2020)

🐛 Bug Fix

🔩 Dependencies

Authors: 1


v1.16.1 (Wed Jul 08 2020)

🐛 Bug Fix

🔩 Dependencies

Authors: 1


v1.16.0 (Wed Jun 10 2020)

🚀 New Feature

  • feature: add support for Playwright blocking #417 (@remusao)

Authors: 1