update 0.15.2

This commit is contained in:
yehuozhili
2022-04-29 23:43:03 +08:00
parent 7ae87f157e
commit 8ccf5289e5
15 changed files with 113 additions and 55 deletions

View File

@@ -5,6 +5,9 @@ nav:
title: Change log
order: 6
---
## 0.15.2
Fix inconsistencies in line element editing preview.
Add line height font size configuration item.
## 0.15.1
Useregistfunc is added to register functions.
Update some documents.
@@ -60,7 +63,7 @@ Change the position of rotation justification
Fix guide line bug
Optimized drag and drop algorithm
## 0.11.3
Positive rotation function is added.
Increase the function of rotary return.
Optimize mouse style.
## 0.11.2
Optimize drag speed

View File

@@ -5,6 +5,12 @@ nav:
title: 变更日志
order: 6
---
## 0.15.2
修复行内元素编辑预览不一致情况。
新增行高字号配置项。
## 0.15.1
新增useRegistFunc用于注册函数。