v3.4.0

Vanessa219/vditorv3.4.0Jul 29, 2020by Vanessa219

AI Summary

Adds support for YAML Front Matter and fixes various rendering and input issues in SV and IR modes, including Setext headers and undo stack behavior.

Key Highlights

  • Support for YAML Front Matter
  • Fixes for Setext headers in SV mode
  • Fixes for undo stack behavior and hint popping up after undo
  • Added Japanese language support (ja_JP)

New Features

  • YAML Front Matter support
  • ja_JP language support

Full Release Notes

* [636](https://github.com/Vanessa219/vditor/issues/636) SV 模式 Setext 标题问题 `修复缺陷`
* [647](https://github.com/Vanessa219/vditor/pull/647) 即时渲染模式输入 ``` 后会弹出 hint,此时执行 undo 后, hint 不消失 `改进功能`
* [643](https://github.com/Vanessa219/vditor/issues/643) 支持 YAML Front Matter `引入特性`
* [648](https://github.com/Vanessa219/vditor/pull/648) added ja_JP lang `改进功能`
* [644](https://github.com/Vanessa219/vditor/pull/644) 粘贴多行代码时,避免代码段与当前行内容混淆在一起 `改进功能`
* [639](https://github.com/Vanessa219/vditor/issues/639) 列表嵌套代码块后输入中文的问题 `修复缺陷`
* [641](https://github.com/Vanessa219/vditor/issues/641) 清空 undo 栈后,第一次编辑操作无法进行记录 `修复缺陷`
* [640](https://github.com/Vanessa219/vditor/issues/640) options.icon 无法进行切换 `改进功能`
* [638](https://github.com/Vanessa219/vditor/pull/638) ir模式下图片编辑时很难触发md图片代码显示 `改进功能`