update 0.13.0

This commit is contained in:
yehuozhili
2022-04-01 20:20:50 +08:00
parent 8d084f12cd
commit 3f9e8f09f0
6 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 0.13.0
添加自定义动画,可以自由定制动画了。
## 0.12.4 ## 0.12.4
添加生命周期。 添加生命周期。

View File

@@ -5,6 +5,8 @@ nav:
title: change log title: change log
order: 6 order: 6
--- ---
## 0.13.0
Add custom animation, you can customize the animation freely.
## 0.12.4 ## 0.12.4
Add a lifecycle. Add a lifecycle.
Modify the timeline color and style to optimize the selected state. 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. Scripts loading of preview component changes from concurrency to linearity.
Using remote components in edit mode will save the current canvas state. Using remote components in edit mode will save the current canvas state.
## 0.9.4 ## 0.9.4
The component of preview that cannot be fixed Fix the bug that the preview component cannot release loading
## 0.9.3 ## 0.9.3
Add double click to place the canvas. Add double click to place the canvas.
Change the initial focus state of the element. Change the initial focus state of the element.
@@ -99,7 +101,7 @@ Change the roller direction.
## 0.7.4 ## 0.7.4
Fix box move bug. Fix box move bug.
## 0.7.3 ## 0.7.3
Fix pop-up location and selection issues. Pop up and fix the problem.
## 0.7.2 ## 0.7.2
Fix the impact of locking components. You can't drag, zoom or rotate during locking. Fix the impact of locking components. You can't drag, zoom or rotate during locking.
## 0.7.1 ## 0.7.1

View File

@@ -5,6 +5,10 @@ nav:
title: 变更日志 title: 变更日志
order: 6 order: 6
--- ---
## 0.13.0
添加自定义动画,可以自由定制动画了。
## 0.12.4 ## 0.12.4
添加生命周期。 添加生命周期。

View File

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

View File

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

View File

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