Skip to content

Latest commit

 

History

History
95 lines (48 loc) · 5.36 KB

CHANGELOG.md

File metadata and controls

95 lines (48 loc) · 5.36 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.4 (2022-09-27)

Note: Version bump only for package @wangeditor/table-module

1.1.3 (2022-09-15)

Bug Fixes

  • 插入表格会删掉去掉 issue 4711 (d4fac4e)

1.1.2 (2022-09-14)

Note: Version bump only for package @wangeditor/table-module

1.1.1 (2022-07-11)

Bug Fixes

  • disabled 时,点击 table 会弹出菜单栏 (9aa4b80)

1.1.0 (2022-05-25)

Bug Fixes

  • 从表格后面删除,删除最后一个单元格 (b327fcd)

Features

1.0.1 (2022-04-18)

Bug Fixes

  • 部分菜单 disabled (87f1233)
  • 单元格内包含复杂样式内容时按tab未跳转到下一个单元格 (db5e6f2)
  • 更新各包之间依赖版本 (75c552c)
  • 两个表格不能紧挨着 (5955b61)
  • 修复 pnpm 安装 @wangeditor/editor 出现警告的问题 (4087fbe)
  • 移除了每个包下的 publishConfig directory 配置 (16559f0)
  • 优化 custom-types.d.ts 中类型声明,修复测试文件 ts 报错 (3a6c455)
  • 优化表格 (f240ca7)
  • parse html - 有些 elem children 需要过滤 (63cbb80)
  • rename es module filename (1821d4e)
  • table - 粘贴合并单元格的表格 (56ecb63)
  • table - disabled (2b8717c)
  • table - elemToHtml (e36e609)
  • table 不能是第一个元素 (9407b79)
  • table insertDOMElem (6c89177)
  • table insertDOMElem (3a42c37)
  • table-cell 全选 (1ef4872)
  • table内图片拖拽消失问题 (a700a51)

Features