Skip to content

v3.9.0

Compare
Choose a tag to compare
@Maizify Maizify released this 16 Jul 07:20
· 279 commits to master since this release
ebf9005

EN:

  • Feat(Log) Show audio loading error log. (PR #419 by @zimv)
  • Feat(Storage) Rewrite Storage panel, supports add/edit/delete storage items. (PR #429 by @ManiaciaChao)
  • Feat(Plugin) New third-party plugin vite-plugin-vconsole. (by @vadxq)
  • Refactor(Global) Use Svelte as template engine. (PR #429 by @ManiaciaChao)
  • Refactor(Core|Element) Convert core file and Element panel to .ts file.
  • Fix(Log) Fix error when print object(s) with no toJSON method such as Vue instance. (PR #431 by @sillyhong)
  • Fix(Network) Fix error when url not starts with http. (issue #420)
  • Fix(Network) Fix error when using Request as Fetch's parameter. (PR #428 by @tatsunoneko)
  • Fix(Network) Display formatted key-value list when POST a JSON string. (issue #425)
  • style Wrap LESS math operations. (PR #426 by @ManiaciaChao)
  • Chore Fix yarn serve error. (issue #424)

CN:

  • Feat(Log) 显示 audio 资源加载失败的报错。 (PR #419 by @zimv)
  • Feat(Storage) 重写 Storage 面板,现支持添加/编辑/删除内容。 (PR #429 by @ManiaciaChao)
  • Feat(Plugin) 新增第三方插件 vite-plugin-vconsole。 (by @vadxq)
  • Refactor(Global) 开始使用 Svelte 作为模板引擎。 (PR #429 by @ManiaciaChao)
  • Refactor(Core|Element) 转换 core 文件及 Element 面板为 .ts 文件。
  • Fix(Log) 修复打印无 toJSON 方法的对象(如 Vue 实例)时会报错的问题。 (PR #431 by @sillyhong)
  • Fix(Network) 修复不以 http 开头的 url 会报错的问题。 (issue #420)
  • Fix(Network) 修复使用 Request 作为 Fetch 参数时的报错。 (PR #428 by @tatsunoneko)
  • Fix(Network)POST 数据为一个 JSON 字符串时亦以 key-value 型键值表来显示数据。 (issue #425)
  • style 修正 LESS 数学运算符。 (PR #426 by @ManiaciaChao)
  • Chore 修复执行 yarn serve 的报错。 (issue #424)