Skip to content

v1.3.0

Compare
Choose a tag to compare
@sylingd sylingd released this 05 Jul 02:42
· 34 commits to master since this release
0ba874e

Release note

  • Feat: Configure when to trigger onChange
  • Feat: Toolbar supports inserting dividers
  • Feat: When entering continuous content (such as a list, etc.), the start symbol will be automatically inserted to enhance the editing experience
  • Feat: Added cjs and esm products, which can be used more conveniently on demand
  • Feat: Support autoFocus attribute
  • Fix: React 17 support
  • Fix: An error is reported when the component is unmount
  • Fix: When there are multiple editors on the page, some behaviors will affect each other

更新内容

  • Feat: 可以配置何时触发onChange
  • Feat: 工具栏支持插入分隔线
  • Feat: 输入连续内容(如列表等)时会自动插入开始符号,提升编辑体验
  • Feat: 新增构建 cjs、esm 产物,可以更方便的按需使用
  • Feat: 支持autoFocus属性
  • Fix: React 17 支持
  • Fix: 卸载组件时报错
  • Fix: 页面上存在多个编辑器时,一些行为会互相影响