Skip to content

Releases: ludejun/quill-react-commercial

v1.5.9

07 May 07:26
Compare
Choose a tag to compare

1.5.9

  • 添加保存快捷键回调
  • quill升级到2.0.1

1.5.8

  • 更改quill.snow.css引入方式
  • 升级quill@2.0.0-rc.5

1.5.5 / 1.5.6 / 1.5.7

  • 打包结果改为es
  • 改变rollup配置,解决升级quill产生的bugs

v1.5.0

14 Aug 07:54
Compare
Choose a tag to compare

1.5.0

  • 新增中英文国际化,修改 Table 中英文配置
  • 更换 Table 操作 Icons 为 AntD svg
  • 样式大升级,确定主题色
  • code块的重构,允许 copy,增加行标
  • 升级 Link、Table、Image 的 toorbar handler
  • 上传本地图片和imagePasterDrop靠齐,先出现 base64 图片再上传
  • imagePasterDrop中 tooltip 改为伪元素,去除原div覆盖+id对应的方式,伪元素有个缺点是定位不准
  • 修复图片被选中(click)时,按删除键不能删除的 bug,在 imageResize.checkImage中
  • Link 的 Tooltip 样式重构,新增跳转、取消操作
  • Icon 的 tooltip 提示公共方法
  • 输入中文拼音等输入法时,placeholder 无法消失的 bug
  • readme 中英文升级