diff --git a/CHANGELOG.md b/CHANGELOG.md index 8171a1fd..c149da54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,16 @@ English | [简体中文](./CHANGELOG_CN.md) -## 3.14.7 (2022-09-??) +## 3.14.7 (2022-09-23) - `Perf(Log)` Optimize rendering performance when adding logs. (PR #567) +- `Fix(Core)` Fix plugin panel sorting error when setting `pluginOrder` option. (issue #559) +- `Fix(Core)` Fix intervention error caused by `preventDefault` in `Touch` events. (issue #546) - `Fix(Log)` Fix `window.onerror` missing line breaks. - `Fix(Log)` Fix unclickable `vc-cmd-clear-btn` on iOS Safari. (PR #564) - `Fix(Log)` Fix a typo that misjudged circular reference objects. (issue #566) - `Fix(Log|Network)` Copy objects or arrays as standard JSON format. (issue #547) - `Fix(Network)` Fix `Fetch` stays in pending status when `window` is proxied. (issue #556) - `Fix(Storage)` Fix storage pannel sorting error when setting `storage.defaultStorages` option. (issue #560) -- `Fix(Core)` Fix plugin panel sorting error when setting `pluginOrder` option. (issue #559) -- `Fix(Core)` Fix intervention error caused by `preventDefault` in `Touch` events. (issue #546) - `Chore` Add option `env['no-core-js']` to disable core-js polyfill. (PR #562) diff --git a/CHANGELOG_CN.md b/CHANGELOG_CN.md index 4563ebe7..13f89dc6 100644 --- a/CHANGELOG_CN.md +++ b/CHANGELOG_CN.md @@ -1,16 +1,16 @@ [English](./CHANGELOG.md) | 简体中文 -## 3.14.7 (2022-09-??) +## 3.14.7 (2022-09-23) - `Perf(Log)` 优化打印日志时的性能。 (PR #567) +- `Fix(Core)` 修复因设置 `pluginOrder` 导致插件面板排序错误的问题。 (issue #559) +- `Fix(Core)` 修复因 `Touch` 事件中的 `preventDefault` 导致的 intervention 错误。 (issue #546) - `Fix(Log)` 修复 `window.onerror` 丢失换行的问题。 - `Fix(Log)` 修复清除命令行按钮在 iOS Safari 中无法点击的问题。 (PR #564) - `Fix(Log)` 修复一处误判循环引用对象的笔误。 (issue #566) - `Fix(Log|Network)` 以标准 JSON 格式复制对象或数组。 (issue #547) - `Fix(Network)` 修复因 `window` 对象被代理导致 `Fetch` 一直为 pending 状态的问题。 (issue #556) - `Fix(Storage)` 修复因设置 `storage.defaultStorages` 导致 Storage 面板排序错误的问题。 (issue #560) -- `Fix(Core)` 修复因设置 `pluginOrder` 导致插件面板排序错误的问题。 (issue #559) -- `Fix(Core)` 修复因 `Touch` 事件中的 `preventDefault` 导致的 intervention 错误。 (issue #546) - `Chore` 添加 `env['no-core-js']` 选项来停用构建时使用 core-js polyfill。 (PR #562) diff --git a/package.json b/package.json index e62a1fa9..32d86826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vconsole", - "version": "3.14.7-rc", + "version": "3.14.7", "description": "A lightweight, extendable front-end developer tool for mobile web page.", "homepage": "https://github.com/Tencent/vConsole", "files": [