Skip to content

v3.14.5

Compare
Choose a tag to compare
@Maizify Maizify released this 06 Apr 03:41
· 73 commits to master since this release
5b2064d

EN:

  • Fix(Core) Fix unexpected error when init vConsole twice in short time. (issue #525)
  • Fix(Log) Fix bug that console.time | console.timeEnd do not output log. (issue #523)
  • Fix(Element) Fix undefined 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)