Skip to content

Commit

Permalink
incorrect behaviour of $popup modifier. #2449 AG-25219
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 8fcc402
Merge: 509ae12 1559332
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Thu Sep 14 17:01:58 2023 +0300

    Merge branch 'master' into fix/AG-25219

commit 509ae12
Merge: 16fb681 a21abb1
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Wed Sep 13 17:47:43 2023 +0300

    merge master into the branch

commit 16fb681
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Wed Sep 13 16:55:46 2023 +0300

    update changelog

commit 7e8610d
Author: Slava Leleka <v.leleka@adguard.com>
Date:   Wed Sep 13 16:55:38 2023 +0300

    update tswebextension to v0.3.18
  • Loading branch information
slavaleleka committed Sep 14, 2023
1 parent 1559332 commit 6ee9f27
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Update `@adguard/tswebextension` to [v0.3.18](https://github.com/AdguardTeam/tsurlfilter/blob/master/packages/tswebextension/CHANGELOG.md#0318---2023-09-13)

### Fixed
- Slow enabling of recommended filters on first group activation
[#2431](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2431).
Expand All @@ -17,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2456](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2456).
- Translation language detection for Filter download page
[#2430](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2430)
- Do not block a tab loading by `$popup` modifier rule on direct url navigation
[#2449](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2449).
- Filtering log focus on the active tab
[#2482](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2482).
- Displaying of applied Stealth Mode options in filtering log request details
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@adguard/scriptlets": "^1.9.72",
"@adguard/translate": "^0.3.2",
"@adguard/tsurlfilter": "^2.1.11",
"@adguard/tswebextension": "^0.3.17",
"@adguard/tswebextension": "^0.3.18",
"@xstate/react": "^1.5.1",
"ace-builds": "^1.8.1",
"assert": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
tldts "5.6.45"
zod "3.19.1"

"@adguard/tswebextension@^0.3.17":
version "0.3.17"
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-0.3.17.tgz#7b35ba3d5216e550935771c78eecb0cccfce8ce0"
integrity sha512-KQQsLb1AAf1ktnDXak/m1sl/bugEZd4jxk8WB0ra+bFMTzzxmsHW1XaS6TIfEd5b1EqW5n3APUlmq+FoBepmZQ==
"@adguard/tswebextension@^0.3.18":
version "0.3.18"
resolved "https://registry.yarnpkg.com/@adguard/tswebextension/-/tswebextension-0.3.18.tgz#b1ad6e3e32ad1d201967d1e47f49f051da4e7173"
integrity sha512-Bvjsg+t6TvaunllHtJFgo2yZ1AVtLgSZ+V7eIdsw1HQ2zTV422RkIHcDLXv7x/K+XRVVJwXgUbamql1cdLJ+fQ==
dependencies:
"@adguard/assistant" "^4.3.70"
"@adguard/extended-css" "^2.0.52"
Expand Down

0 comments on commit 6ee9f27

Please sign in to comment.