v3.14.7
EN:
Perf(Log)
Optimize rendering performance when adding logs. (PR #567)Fix(Core)
Fix plugin panel sorting error when settingpluginOrder
option. (issue #559)Fix(Core)
Fix intervention error caused bypreventDefault
inTouch
events. (issue #546)Fix(Log)
Fixwindow.onerror
missing line breaks.Fix(Log)
Fix unclickablevc-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)
FixFetch
stays in pending status whenwindow
is proxied. (issue #556)Fix(Storage)
Fix storage pannel sorting error when settingstorage.defaultStorages
option. (issue #560)Chore
Add optionenv['no-core-js']
to disable core-js polyfill. (PR #562)
CN:
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)Chore
添加env['no-core-js']
选项来停用构建时使用 core-js polyfill。 (PR #562)