Changelog
3.5.1 (2021-05-07)
Chore(Babel)
Fix incorrect catch
built by babel-loader. (PR #392 by @myl0204)Fix(Network)
Fix typing error. (PR #388 by @xovel)Changelog
3.5.0 (2021-04-28)
Feat(Log)
Add ability to copy a single line of logs. (by @akai)Feat(Plugin)
New third-party plugin vconsole-vue-devtools-plugin. (by @Zippowxk)Perf(System)
Rename "System" field to "Client", and add MacOS
version.Fix(Log)
Use natural sorting to sort object and array's keys. (issue #372)Fix(Network)
Fix JSON parse error when contentType
is text/html
. (by @zimv)Fix(Network)
Fix disableLogScrolling
not working in Network panel. (issue #282, #379)Changelog
v3.4.1 (2021-04-09)
Feat(Core)
Add setSwitchPosition(x, y)
method to update the position of switch button, see Public Properties & Methods for more details.Perf(Core)
Add Symbol
polyfill. (issue #361)Fix(Core)
Update theme style after setOption()
.Fix(Core)
Remove transitionEnd
to prevent compatibility issues. (issue #364)Fix(Network)
Fix fetch
optional parameter init
. (issue #363, #365)Fix(Network)
Fix XSS risks.Changelog
v3.4.0 (2021-01-14)
Feat(Core)
Add darkmode theme, see vConsole.option.theme
in Public Properties & Methods. (PR #307 by @progrape)Feat(Core)
Add safe area to switch button. (issue #353)Feat(Log)
Auto move input cursor to the bracket after autocomplete command. (issue #293)Feat(System)
Add Location
info to System tab. (issue #343)Feat(Network)
Add fetch
log in Network tab. (by @weiqian93)Feat(Network)
Add Request Headers to Network tab.Feat(Network)
Use short URL and display parameters in Network tab. (issue #291)Feat(Plugin)
New third-party plugin vconsole-stats-plugin. (by @smackgg)Fix(Core)
The position of the switch button will be reset by mistake when clicked.Fix(Core)
Fix document.documentElement.offsetHeight|offsetWidth
is unreliable in newer browsers. (PR #314 by @littlee)Fix(Core)
Prevent dispatchEvent for disabled or readOnly elements. (PR #314 by @norux)Fix(Core)
Fix nonce searching problem. (by @sunderls)Fix(Core)
Fix security issues. (#345 by @QiAnXinCodeSafe)Fix(Core)
Prevent "webkitStorageInfo deprecation" warning.Perf(Core)
Remove Symbol
, Array.from
polyfill. (issue #325, #275)Perf(Core)
Show all enumerable and unenumerable properties. (issue #327)Chore
Update Webpack DevServer option. (by @QinZhen001)Changelog
v3.3.4 (2019-08-19)
Feat(Log)
Add %c
log format to support custom log style, see Tutorial for more details.Feat(Plugin)
Add VConsole.VConsoleLogPlugin
(VConsole.VConsole*
plugins etc.) to VConsole
class.Fix(Core)
Fix a few minor issues. (#267 by @Molunerfinn, #272 by @domom)Fix(Storage)
Fix remove cookie fail when it is set path=/ or top domain. (#264 by @qianxinfeng)Perf(Core)
Display vConsole on window DOMContentLoaded
instead of window load
.Changelog
v3.3.2 (2019-07-04)
Feat(Core)
Add TypeScript definition file. (by @jas0ncn)Fix(Log)
Avoid scrolling to bottom when away from bottom edge. (by @ele828)Fix(Core)
Fix switch button position issue. (by @rexschuang)Fix(Core)
Fix a few minor issues. (by @stenders)Changelog
v3.3.0 (2019-02-02)
Feat(Log)
Add the ability to collapse the same log.Fix(Log)
Fix issue which formatted log (like console.log('[foo]', 'bar')
) will not display in Log tab.Changelog
v3.2.2 (2019-01-17)
Feat
Add console command prompt. (by @65147400)Feat
Add SessionStorage support in Storage tab. (by @hkc452)Fix
Fix JSON.stringify
function which was incorrectly rewritten.Fix
Fix logNumber
bug which was not reset when clear logs. (by @liuyuekeng)Fix
Fix unencoded HTML tag in Network tab. (by @mokang)Fix
Fix possible crash when decode content in Storage tab. (by @wolfsilver)Fix
Fix CSP buy cause by nonce
attribute. (by @scotthuang)Perf
Add bottom safe area to adapt to full screen such as iPhone X. (by @dingyi1993)