@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 3.1.0-alpha.8 ] - 2025-01-30
9
9
10
10
### Added
11
11
@@ -14,20 +14,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
15
15
### Changed
16
16
17
- - We throw error for empty modifier list in network rules.
18
- - Updated [ @adguard/agtree ] to ` v3.0.0 ` which improves the bundle size and performance.
19
- - Updated [ @adguard/scriptlets ] to ` v2.0.1 `
20
- - Updated [ @adguard/extended-css ] to ` v2.1.0 `
17
+ - Drop UMD support, now only ESM builds.
18
+ - Updated [ @adguard/agtree ] to ` v3.0.0-alpha.3 ` which improves the bundle size
19
+ and performance.
20
+ - Updated [ @adguard/scriptlets ] to ` v2.1.4 ` which improves the bundle size and
21
+ performance.
21
22
22
23
### Fixed
23
24
24
- - Handling missing children data in the deserializer for certain nodes.
25
25
- URI encoded ` $removeparam ` value is not removed in MV3 [ AdguardBrowserExtension #3014 ] .
26
26
- ` $removeparam ` fails to match encoded URL params in MV2 [ AdguardBrowserExtension #3015 ] .
27
27
- ` $popup,third-party ` modifiers cause document blocking [ AdguardBrowserExtension #3012 ] .
28
28
- ` $removeparam ` incorrectly removes parameters from encoded URLs [ AdguardBrowserExtension #3076 ] .
29
29
- Pattern shortcut extraction from regexp patterns with character classes [ AdguardBrowserExtension #2924 ] .
30
30
31
+ [ 3.1.0-alpha.8 ] : https://github.com/AdguardTeam/tsurlfilter/releases/tag/tsurlfilter-v3.1.0-alpha.8
31
32
[ AdguardBrowserExtension#3014 ] : https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3014
32
33
[ AdguardBrowserExtension#3015 ] : https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3015
33
34
[ AdguardBrowserExtension#3012 ] : https://github.com/AdguardTeam/AdguardBrowserExtension/issues/3012
0 commit comments