update 0.12.0

This commit is contained in:
hufeixiong
2022-01-30 11:42:53 +08:00
parent 3094ed6685
commit 6f046fa430
6 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
## 0.12.0
动画新增帧的操作可以精确查看每0.1秒的动画状态!
timeline 增加部分类名便于修改样式。
## 0.11.11
修复动画导致旋转预览不生效。

View File

@@ -5,6 +5,9 @@ nav:
title: change log
order: 6
---
## 0.12.0
The operation of adding frames to the animation can accurately view the animation status every 0.1 seconds!
Timeline adds some class names to facilitate style modification.
## 0.11.11
Fixed animation causing rotation preview not to take effect.
Add container overflow configuration.
@@ -78,7 +81,7 @@ Fix timeline flicker.
Add animation component timeline. You can preview all animations better.
## 0.8.0
The animation part is reconstructed, which can support the simultaneous configuration of multiple animations.
The minimum value of canvas drag is changed to 0.
Drag the canvas to the minimum value of 0.
## 0.7.7
Optimize the drag logic of the canvas to move more smoothly.
## 0.7.6
@@ -120,7 +123,7 @@ Remove the runtime export and get all properties from config.
2. Modify container minimum drag 667. Fix the inconsistency between the distance between the canvas and the mouse when zooming down and dragging.
3. Innercontainerdragup needs to pass config.
## 0.2.0
Modify the transmission of the commander to obtain the config. The commander will no longer be exported from the index. When it needs to be used, it will be obtained from the config. Add the class name on the left to facilitate customization.
Modify the transfer of the commander to obtain the config. The commander is no longer exported from the index. When it needs to be used, it is obtained from the config. Add the class name on the left to facilitate customization.
## 0.1.10
Modify eslint dependency recommendation
## 0.1.9

View File

@@ -5,6 +5,12 @@ nav:
title: 变更日志
order: 6
---
## 0.12.0
动画新增帧的操作可以精确查看每0.1秒的动画状态!
timeline 增加部分类名便于修改样式。
## 0.11.11
修复动画导致旋转预览不生效。

View File

@@ -1,5 +1,5 @@
{
"version": "0.11.11",
"version": "0.12.0",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/dooringx-lib.esm.js",

View File

@@ -1,6 +1,6 @@
{
"name": "dooringx-plugin-template",
"version": "0.11.11",
"version": "0.12.0",
"description": "> TODO: description",
"author": "yehuozhili <673632758@qq.com>",
"homepage": "https://github.com/H5-Dooring/dooringx#readme",

View File

@@ -40,7 +40,7 @@
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0",
"dooringx-lib": "^0.11.11",
"dooringx-lib": "^0.12.0",
"postcss": "^8.3.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",