release: v4.6.14

This commit is contained in:
luochao 2021-04-08 20:18:32 +08:00
parent dc4cdbdec3
commit 29f4f37657
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
## [4.6.14](https://github.com/wangeditor-team/wangEditor/compare/v4.6.13...v4.6.14) (2021-04-08)
### Bug Fixes
* 表格下面的标签无法删除 ([2f744b5](https://github.com/wangeditor-team/wangEditor/commit/2f744b5f72166752fdd5616485847cf088b947c1))
* 图片媒体库回调 ([bfc8484](https://github.com/wangeditor-team/wangEditor/commit/bfc84848a661d901a873b6992a7d8f88f62eac85))
* 修复鼠标选中文字之后,再选择文字中间位置插入图片导致选中文字消失的问题 ([eaeb816](https://github.com/wangeditor-team/wangEditor/commit/eaeb8169dd055c53b288125d4e062d9ae51157c9))
### Features
* 修复了append 时意外清除空格的问题 ([7b8273e](https://github.com/wangeditor-team/wangEditor/commit/7b8273eb60d184369698bb4f493b0b0b045f9a26))
## [4.6.13](https://github.com/wangeditor-team/wangEditor/compare/v4.6.12...v4.6.13) (2021-04-02)

View File

@ -1,6 +1,6 @@
{
"name": "wangeditor",
"version": "4.6.13",
"version": "4.6.14",
"description": "wangEditor - 轻量级 web 富文本编辑器,配置方便,使用简单,开源免费",
"homepage": "http://www.wangeditor.com/",
"keywords": [

View File

@ -69,7 +69,7 @@ class FontSize extends DropListMenu implements MenuActive {
*
* ??
*/
public tryChangeActive(): void { }
public tryChangeActive(): void {}
}
export default FontSize