update 0.13.0
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 0.13.0
|
||||
|
||||
添加自定义动画,可以自由定制动画了。
|
||||
|
||||
## 0.12.4
|
||||
|
||||
添加生命周期。
|
||||
|
@@ -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
|
||||
|
@@ -5,6 +5,10 @@ nav:
|
||||
title: 变更日志
|
||||
order: 6
|
||||
---
|
||||
## 0.13.0
|
||||
|
||||
添加自定义动画,可以自由定制动画了。
|
||||
|
||||
## 0.12.4
|
||||
|
||||
添加生命周期。
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.12.4",
|
||||
"version": "0.13.0",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/dooringx-lib.esm.js",
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user