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: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,17 @@
1
1
English | [简体中文](./CHANGELOG_CN.md)
2
2
3
+
## 3.15.2 (2023-06-??)
4
+
5
+
-`Fix(Network)` Fix possible "Cannot read property" error by `sendBeacon`. (issue #615, #629)
6
+
7
+
3
8
## 3.15.1 (2023-06-01)
4
9
5
10
-`Feat(Netwrk)` Add new option `network.ignoreUrlRegExp` to skip some requests. (PR #623)
6
11
-`Fix(Core)` Fix prototype pollution in `vConsole.setOption()`. (issue #616#621)
7
12
-`Fix(Core)` Fix plugin event `ready` triggering before its HTML finishes rendering. (issue #591)
8
13
-`Fix(Log)` Reset group state when `console.clear()` is called. (issue #611)
9
14
-`Fix(Log)` Compatible with iOS (less than 13.4) that does not support `ResizeObserver`, but there may be a potential performance issue when printing a large number of logs. (issue #610)
10
-
-`Fix(Network)` Fix possible "Cannot read property" error by `sendBeacon`. (issue #615)
0 commit comments