v3.4.4

Vanessa219/vditorv3.4.4Aug 5, 2020by Vanessa219

AI Summary

Addresses input triggering issues in Code blocks and fixes cursor positioning errors during Backspace, Delete, and Enter operations.

Key Highlights

  • Fixed Code block input not triggering on Enter/Backspace/Delete
  • Corrected cursor position after Enter in Code blocks
  • Fixed ExpandMarker rules to prevent selection issues

Full Release Notes

* [687](https://github.com/Vanessa219/vditor/issues/687) Code 内 Enter/Backspace/Delete 可能不触发 input,并导致 Code 不及时渲染 `改进功能`
* [685](https://github.com/Vanessa219/vditor/issues/685) options.icon 增加判断如果没有该属性则不引入js `改进功能`
* [689](https://github.com/Vanessa219/vditor/pull/689) 存在软换行时,选中文本执行 Backspace,会导致内容异常 `修复缺陷`
* [686](https://github.com/Vanessa219/vditor/pull/686) 修正 Issue:Code 内 Delete 键可能删除过多内容 & Code 内 回车后光标位置异常 `修复缺陷`
* [681](https://github.com/Vanessa219/vditor/pull/681) 修正 ExpandMarker 规则,避免无法取消选中区域 `修复缺陷`