Skip to content

Latest commit

 

History

History
294 lines (156 loc) · 9.62 KB

File metadata and controls

294 lines (156 loc) · 9.62 KB

v1.27.4 (Fri May 31 2024)

💅 Polish

⚠️ Pushed to master

  • Build system: update rollup plugins (@chrmod)

🏠 Internal

Authors: 1


v1.26.16 (Thu Feb 22 2024)

🔩 Dependencies

Authors: 1


v1.26.13 (Tue Jan 09 2024)

🔩 Dependencies

Authors: 1


v1.26.8 (Mon Oct 09 2023)

🏠 Internal

Authors: 4


v1.26.7 (Mon Sep 18 2023)

🐛 Bug Fix

🏠 Internal

Authors: 2


v1.26.6 (Fri Jun 02 2023)

🔩 Dependencies

Authors: 1


v1.26.2 (Thu Mar 02 2023)

🔩 Dependencies

Authors: 1


v1.26.0 (Wed Feb 22 2023)

🔩 Dependencies

Authors: 1


v1.25.2 (Mon Jan 16 2023)

🏠 Internal

🔩 Dependencies

Authors: 2


v1.24.0 (Fri Aug 26 2022)

🔩 Dependencies

Authors: 1


v1.23.9 (Fri Aug 19 2022)

🔩 Dependencies

Authors: 1


v1.23.4 (Mon Jan 17 2022)

🔩 Dependencies

Authors: 1


v1.23.0 (Mon Oct 18 2021)

🔩 Dependencies

Authors: 1


v1.22.7 (Wed Sep 22 2021)

🏠 Internal

🔩 Dependencies

Authors: 2


v1.22.5 (Wed Aug 25 2021)

🔩 Dependencies

Authors: 1


v1.22.3 (Thu Jul 29 2021)

🔩 Dependencies

Authors: 1


v1.22.2 (Sun Jun 20 2021)

🔩 Dependencies

Authors: 1


v1.21.0 (Sun May 30 2021)

🚀 New Feature

🏠 Internal

Authors: 1


v1.20.5 (Tue May 04 2021)

🐛 Bug Fix

🔩 Dependencies

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