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
* feat: support sendBeacon network
* chore: add sendBeacon dev
* feat: print unhandledrejection log
* refactor: change 'unhandledrejection' to 'Uncaught (in promise)'
* Update issue templates
* chore: rename functions
* chore(log): use `addEventListener("error", ...)` instead of `window.onerror`.
* docs: update usage
* fix(storage): Fix the issue that the cookie of the non-first-level domain cannot be deleted. (issue Tencent#398)
* chore: Use TypeScript.
* Feat(Network): Display "Type" (Request Type) in "General", including `xhr|fetch|ping`.
* chore(Network): Optimization mockSendBeacon().
* fix(Network): Display fetch response as formatted JSON.
* chore(Network): Optimization mockFetch(), convert response body into text according to the `content-type`.
* Fix(Network): Recover original `window.fetch()` method when remove Network panel.
* Fix(Element): Fix issue that elements are rendered as nested when `attributes` or `characterData` changed. (issue Tencent#399)
* chore: add test file.
* chore: remove console.log
* docs: update docs
* chore: build v3.6.0
Co-authored-by: cola119 <[email protected]>
Co-authored-by: zimv <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+32-21
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,20 @@
1
1
English | [简体中文](./CHANGELOG_CN.md)
2
2
3
+
#### 3.6.0 (2021-05-21)
4
+
5
+
-`Feat(Log)` Print `unhandledrejection` log. (PR #389 by @zimv)
6
+
-`Feat(Network)` Support `navigator.sendBeacon()` in Network panel. (PR #383 by @cola119)
7
+
-`Feat(Network)` Display "Type" (Request Type) in "General", including `xhr|fetch|ping`.
8
+
-`Chore(Global)` Use TypeScript. Now Network panel is conveted to `.ts` file.
9
+
-`Fix(Network)` Recover original `window.fetch()` method when remove Network panel.
10
+
-`Fix(Storage)` Fix issue that the cookie of the non-first-level domain cannot be deleted. (issue #398)
11
+
-`Fix(Element)` Fix issue that elements are rendered as nested when `attributes` or `characterData` changed. (issue #399)
12
+
13
+
3
14
#### 3.5.2 (2021-05-13)
4
15
5
-
-`Chore` Update to Webpack5 and update all NPM packages to the latest version.
6
-
-`Fix(General)` Fix invalid click caused by wrong `selection`.
16
+
-`Chore(Global)` Update to Webpack5 and update all NPM packages to the latest version.
17
+
-`Fix(Global)` Fix invalid click caused by wrong `selection`.
7
18
-`Fix(Log)` Delete `cachedLogs` when reached `maxLogNumber` limit.
8
19
-`Fix(Log)` Fix XSS risk.
9
20
@@ -26,50 +37,50 @@ English | [简体中文](./CHANGELOG_CN.md)
26
37
27
38
#### V3.4.1 (2021-04-09)
28
39
29
-
-`Feature(General)` Add `setSwitchPosition(x, y)` method to update the position of switch button, see [Public Properties & Methods](./doc/public_properties_methods.md) for more details.
-`Fix(General)` Update theme style after `setOption()`.
32
-
-`Fix(General)` Remove `transitionEnd` to prevent compatibility issues. (issue #364)
40
+
-`Feature(Global)` Add `setSwitchPosition(x, y)` method to update the position of switch button, see [Public Properties & Methods](./doc/public_properties_methods.md) for more details.
-`Feature(General)` Add darkmode theme, see `vConsole.option.theme` in [Public Properties & Methods](./doc/public_properties_methods.md). (PR #307 by @progrape)
40
-
-`Feature(General)` Add safe area to switch button. (issue #353)
50
+
-`Feature(Global)` Add darkmode theme, see `vConsole.option.theme` in [Public Properties & Methods](./doc/public_properties_methods.md). (PR #307 by @progrape)
51
+
-`Feature(Global)` Add safe area to switch button. (issue #353)
41
52
-`Feature(Log)` Auto move input cursor to the bracket after autocomplete command. (issue #293)
42
53
-`Feature(System)` Add `Location` info to System tab. (issue #343)
43
54
-`Feature(Network)` Add `fetch` log in Network tab. (by @weiqian93)
44
55
-`Feature(Network)` Add Request Headers to Network tab.
45
56
-`Feature(Network)` Use short URL and display parameters in Network tab. (issue #291)
46
57
-`Feature(Plugin)` New third-party plugin [vconsole-stats-plugin](https://github.com/smackgg/vConsole-Stats). (by @smackgg)
47
-
-`Fix(General)` The position of the switch button will be reset by mistake when clicked.
48
-
-`Fix(General)` Fix `document.documentElement.offsetHeight|offsetWidth` is unreliable in newer browsers. (PR #314 by @littlee)
49
-
-`Fix(General)` Prevent dispatchEvent for disabled or readOnly elements. (PR #314 by @norux)
0 commit comments