v3.10.9

Skyvern-AI/skyvernv3.10.9Feb 11, 2025by Vanessa219

AI Summary

A maintenance release addressing several rendering and interaction bugs, including task list behavior, Mermaid chart duplication, and language configuration issues.

Key Highlights

  • Fixed a bug where charts would duplicate after performing an undo action.
  • Fixed an issue where setting `defaultLang` would invalidate code blocks.
  • Fixed an error when pressing Enter in unordered lists within task lists.
  • Added the `insertEmptyBlock` method for internal manipulation.

New Features

  • Added `insertEmptyBlock` method

Full Release Notes

* [任务列表中的无序列表回车异常](https://github.com/Vanessa219/vditor/issues/1754) `修复缺陷`
* [添加 `insertEmptyBlock` 方法](https://github.com/Vanessa219/vditor/pull/1745) `开发重构`
* [撤销后图表会重复](https://github.com/Vanessa219/vditor/issues/1738) `修复缺陷`
* [设置 defaultLang 之后,指定代码失效](https://github.com/Vanessa219/vditor/issues/1728) `修复缺陷`