diff --git a/CHANGELOG.md b/CHANGELOG.md index 0170881..90f9965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.12.0 + +动画新增帧的操作,可以精确查看每0.1秒的动画状态! + +timeline 增加部分类名便于修改样式。 + ## 0.11.11 修复动画导致旋转预览不生效。 diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md index 4f61b29..4727df7 100644 --- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md +++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md @@ -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 diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md index f721522..4b7b2b4 100644 --- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md +++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md @@ -5,6 +5,12 @@ nav: title: 变更日志 order: 6 --- +## 0.12.0 + +动画新增帧的操作,可以精确查看每0.1秒的动画状态! + +timeline 增加部分类名便于修改样式。 + ## 0.11.11 修复动画导致旋转预览不生效。 diff --git a/packages/dooringx-lib/package.json b/packages/dooringx-lib/package.json index 315d307..35bbe18 100644 --- a/packages/dooringx-lib/package.json +++ b/packages/dooringx-lib/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.11", + "version": "0.12.0", "license": "MIT", "main": "dist/index.js", "module": "dist/dooringx-lib.esm.js", diff --git a/packages/dooringx-plugin-template/package.json b/packages/dooringx-plugin-template/package.json index 72ca835..e7fc99f 100644 --- a/packages/dooringx-plugin-template/package.json +++ b/packages/dooringx-plugin-template/package.json @@ -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", diff --git a/packages/dooringx-plugin-template/template/template.json b/packages/dooringx-plugin-template/template/template.json index 72da78d..333bcc5 100644 --- a/packages/dooringx-plugin-template/template/template.json +++ b/packages/dooringx-plugin-template/template/template.json @@ -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",