Skip to content

Commit

Permalink
feat: v3.4.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Jan 14, 2021
1 parent 4ad1fb3 commit 9499599
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
English | [简体中文](./CHANGELOG_CN.md)

#### V3.4.0 (2020-12-xx)
#### V3.4.0 (2021-01-14)

- [FEATURE] Add darkmode theme. (by @progrape)
- [FEATURE] Add darkmode theme, see `vConsole.option.theme` in [Public Properties & Methods](./doc/public_properties_methods.md). (by @progrape)
- [FEATURE] Add `fetch` log in Network tab. (by @weiqian93)
- [FEATURE] Add Request Headers to Network tab.
- [FEATURE] Use short URL and display parameters in Network tab. (issue #291)
- [FEATURE] New plugin [vconsole-stats-plugin](https://github.com/smackgg/vConsole-Stats). (by @smackgg)
- [FEATURE] Add safe area to switch button. (issue #353)
- [FEATURE] Add `Location` info to System tab. (issue #343)
- [FEATURE] Add safe area to switch button. (issue #353)
- [FEATURE] Auto move input cursor to the bracket after autocomplete command. (issue #293)
- [FEATURE] New plugin [vconsole-stats-plugin](https://github.com/smackgg/vConsole-Stats). (by @smackgg)
- [FIX] The position of the switch button will be reset by mistake when clicked.
- [FIX] Fix `document.documentElement.offsetHeight|offsetWidth` is unreliable in newer browsers. (by @littlee)
- [FIX] Prevent dispatchEvent for disabled or readOnly elements. (by @norux)
Expand All @@ -20,6 +20,7 @@ English | [简体中文](./CHANGELOG_CN.md)
- [FIX] Show all enumerable and unenumerable properties. (issue #327)
- [IMPROVE] Update Webpack DevServer option. (by @QinZhen001)


#### V3.3.4 (2019-08-19)

- [FEATURE] Add `%c` log format to support custom log style, see [Tutorial](./doc/tutorial.md) for more details.
Expand Down
21 changes: 21 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
[English](./CHANGELOG.md) | 简体中文

#### V3.4.0 (2021-01-14)

- 【特性】支持暗黑模式,配置项 `vConsole.option.theme`[Public Properties & Methods](./doc/public_properties_methods_CN.md)。(by @progrape)
- 【特性】Network 面板支持 `fetch` 网络记录。(by @weiqian93)
- 【特性】Network 面板支持显示 Request Headers。
- 【特性】Network 面板仅显示简短网址,URL 参数将显示在详细信息中。(issue #291)
- 【特性】System 面板增加显示 `Location` 信息。(issue #343)
- 【特性】开关按钮加入拖拽安全区,避免遮挡全面屏手机底部操作区。(issue #353)
- 【特性】指令输入框键入括号且自动补全括号后,光标将自动移动到括号内部。(issue #293)
- 【特性】新第三方插件 [vconsole-stats-plugin](https://github.com/smackgg/vConsole-Stats)。(by @smackgg)
- 【修复】修复点击开关按钮后位置会被重置的问题。
- 【修复】修复 `document.documentElement.offsetHeight|offsetWidth` 在新浏览器中不够准确的问题。(by @littlee)
- 【修复】阻止用户事件派发到 readOnly 或 disabled 的 element 上。(by @norux)
- 【修复】修复 nonce 查找不准确的问题。(by @sunderls)
- 【修复】修复一个安全问题。(#345 by @QiAnXinCodeSafe)
- 【修复】屏蔽 "webkitStorageInfo deprecation" 告警。
- 【修复】删除 `Symbol``Array.from` polyfill。(issue #325, #275)
- 【修复】日志中显示对象内所有的 enumerable 和 unenumerable 属性。 (issue #327)
- 【优化】更新 Webpack DevServer 的配置项。(by @QinZhen001)


#### V3.3.4 (2019-08-19)

- 【特性】增加 `%c` 以支持自定义日志样式,详情见 [使用教程](./doc/tutorial_CN.md)
Expand Down
4 changes: 2 additions & 2 deletions dist/vconsole.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vconsole",
"version": "3.4.0-alpha",
"version": "3.4.0",
"description": "A lightweight, extendable front-end developer tool for mobile web page.",
"homepage": "https://github.com/Tencent/vConsole",
"main": "dist/vconsole.min.js",
Expand Down

0 comments on commit 9499599

Please sign in to comment.