Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-04-06 | 929 Bytes | |
v3.14.5.tar.gz | 2022-04-06 | 1.2 MB | |
v3.14.5.zip | 2022-04-06 | 1.3 MB | |
Totals: 3 Items | 2.5 MB | 1 |
EN:
Fix(Core)
Fix unexpected error when init vConsole twice in short time. (issue [#525])Fix(Log)
Fix bug thatconsole.time | console.timeEnd
do not output log. (issue [#523])Fix(Element)
Fixundefined is not an object
error when updating attributes. (issue [#526])Fix(Network)
Do not proxy response body reader when response is done.Chore
Fix typo that Svelte is not transpiled by Babel on Windows. (PR [#528])
CN:
Fix(Core)
修复极短时间内重复初始化 vConsole 导致的报错。 (issue [#525])Fix(Log)
修复console.time | console.timeEnd
不输出日志的问题。 (issue [#523])Fix(Element)
修复更新 attributes 时引起的undefined is not an object
错误。 (issue [#526])Fix(Network)
当请求完成后,不再代理 response body reader。Chore
修复 Svelte 在 Windows 环境中未被 Babel 转义的问题。 (PR [#528])