Skip to content

v3.3.0

新功能

  • api: 重构 api
    • tqeditor.js 重命名为 editor.js
    • 全局 tqeditor 方法重命名未 TQEditor
    • util 更名为 content
    • format 函数更名为 clearFormat
    • parse 函数更名为 html2structure
    • 新增 html2data
    • 新增 data2html
  • divider:
    • 调整分割线样式
    • 重构 createDivider 方法
  • icon: 从组件中移除定义的 icon,统一使用自定义 icon 方式构建
  • underwavy 更名为 wavyunderline
  • 重构皮肤(初始化编辑器是无需定义 skins、content_css 属性)
  • 更换 docs 中的 logo

Bug 修复

  • fix: 修复部分插件更新后 api 中未更新
  • fix: 修复异步填充的数据中的公式未渲染