Files
dooring/packages/dooringx-lib/README.md

66 lines
1.2 KiB
Markdown
Raw Normal View History

2021-07-09 01:41:03 +08:00
<!--
* @Author: yehuozhili
* @Date: 2021-01-31 20:44:16
* @LastEditors: yehuozhili
2021-07-13 15:32:05 +08:00
* @LastEditTime: 2021-07-13 15:31:15
2021-07-10 19:35:06 +08:00
* @FilePath: \dooringx\packages\dooringx-lib\README.md
2021-07-09 01:41:03 +08:00
-->
2021-07-10 19:35:06 +08:00
## Dooringx-lib
2021-07-09 01:41:03 +08:00
## changelog
2021-07-13 15:32:05 +08:00
## 0.4.1
去除lib自动导入样式。
2021-07-13 15:15:19 +08:00
## 0.4.0
去除runtime导出所有属性从config中获取。
## 0.3.1
2021-07-13 11:21:55 +08:00
1、由uuid更换为nanoid。
2021-07-13 15:15:19 +08:00
2021-07-13 11:21:55 +08:00
2、control组件增加标尺控制。
2021-07-13 15:15:19 +08:00
## 0.3.0
2021-07-12 21:01:11 +08:00
1、增加标尺ContainerWrapper需要传递config才可使用。
2021-07-13 15:15:19 +08:00
2021-07-12 21:01:11 +08:00
2、修改容器最小拖动667。修复画布缩放下拖拽时与鼠标距离不一致。
2021-07-13 15:15:19 +08:00
2021-07-12 21:01:11 +08:00
3、innerContainerDragUp需要传递config。
2021-07-13 15:15:19 +08:00
## 0.2.0
commander的传递进行修改可以获得config了commander不再从index中导出 需要使用时从config中获取。增加左侧类名方便自定义。
## 0.1.10
修改eslint依赖推荐
## 0.1.9
增加全局body设置
## 0.1.8
增加弹窗设置移除modalContainer
## 0.1.7
修改预览特殊条件显示删除console
## 0.1.6
调整初始缩放,画布初始比例,增加回正画布功能。
## 0.1.5
删除未作按钮增加fixed配置
## 0.1.4
2021-07-11 23:52:15 +08:00
2021-07-13 15:15:19 +08:00
基础功能
2021-07-11 23:52:15 +08:00
## todo
2021-07-13 11:21:55 +08:00
1、重构拖拽优化性能与config传递。