You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Change-log.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log
2
2
3
+
# 7.4.0-beta.2 (2026-05-07)
4
+
5
+
- Update release script: delegate publishing to GitHub Actions and refine messaging.
6
+
7
+
# 7.4.0-beta.1 (2026-05-07)
8
+
9
+
- Remove `"browser"` export field from `package.json` to improve ESM compatibility.
10
+
- Fix: Track intended activation state in `Client` to prevent conflicting `activate`/`deactivate` calls — reactivation is now blocked while deactivation is in progress.
11
+
- Migrate from TSLint to ESLint.
12
+
- Transition browser tests from Karma to Playwright; add Chromium, Firefox, and WebKit projects.
13
+
- Update CI workflows: bump `actions/checkout` to v5 and `actions/setup-node` to v6.
0 commit comments