diff --git a/CHANGELOG.md b/CHANGELOG.md index c529ac6..9ca368e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.13.0 + +添加自定义动画,可以自由定制动画了。 + ## 0.12.4 添加生命周期。 diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md index 37ffd5c..ce7281d 100644 --- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md +++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md @@ -5,6 +5,8 @@ nav: title: change log order: 6 --- +## 0.13.0 +Add custom animation, you can customize the animation freely. ## 0.12.4 Add a lifecycle. Modify the timeline color and style to optimize the selected state. @@ -65,7 +67,7 @@ A pop-up event will not appear if the pop-up name is not passed. Scripts loading of preview component changes from concurrency to linearity. Using remote components in edit mode will save the current canvas state. ## 0.9.4 -The component of preview that cannot be fixed +Fix the bug that the preview component cannot release loading ## 0.9.3 Add double click to place the canvas. Change the initial focus state of the element. @@ -99,7 +101,7 @@ Change the roller direction. ## 0.7.4 Fix box move bug. ## 0.7.3 -Fix pop-up location and selection issues. +Pop up and fix the problem. ## 0.7.2 Fix the impact of locking components. You can't drag, zoom or rotate during locking. ## 0.7.1 diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md index f176d3a..f4f922e 100644 --- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md +++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md @@ -5,6 +5,10 @@ nav: title: 变更日志 order: 6 --- +## 0.13.0 + +添加自定义动画,可以自由定制动画了。 + ## 0.12.4 添加生命周期。 diff --git a/packages/dooringx-lib/package.json b/packages/dooringx-lib/package.json index 0a2eb61..901b964 100644 --- a/packages/dooringx-lib/package.json +++ b/packages/dooringx-lib/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.4", + "version": "0.13.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 d3ca7b9..504eb4b 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.12.4", + "version": "0.13.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 d7d64e6..dce21be 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.12.4", + "dooringx-lib": "^0.13.0", "postcss": "^8.3.6", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.1",