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
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
English | [简体中文](./CHANGELOG_CN.md)
2
2
3
+
## 3.15.1 (2023-06-01)
4
+
5
+
-`Feat(Netwrk)` Add new option `network.ignoreUrlRegExp` to skip some requests. (PR #623)
6
+
-`Fix(Core)` Fix prototype pollution in `vConsole.setOption()`. (issue #616#621)
7
+
-`Fix(Core)` Fix plugin event `ready` triggering before its HTML finishes rendering. (issue #591)
8
+
-`Fix(Log)` Reset group state when `console.clear()` is called. (issue #611)
9
+
-`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)
11
+
12
+
3
13
## 3.15.0 (2022-11-02)
4
14
5
15
-`Feat(Log)` Add recycle scrolling to imporove performance, and add scroll to top/bottom buttons. (PR #570)
@@ -77,7 +87,7 @@ English | [简体中文](./CHANGELOG_CN.md)
77
87
78
88
## 3.13.0 (2022-03-15)
79
89
80
-
-`Feat(Log)` Add new option `log.showTimestames`, see [Public Properties & Methods](./doc/public_properties_methods.md).
90
+
-`Feat(Log)` Add new option `log.showTimestamps`, see [Public Properties & Methods](./doc/public_properties_methods.md).
81
91
-`Fix(Core)` Use polyfill `click` event to prevent raw click event not working in some cases.
82
92
-`Fix(style)` Fix CSS transition failure in WeChat webview by using `bottom` instead of `transform`.
83
93
-`Fix(Core)` Fix error when calling vConsole method in `onReady` callback. (issue #516)
0 commit comments