From 3322fd69b8e33dfb45f427e2254e699f3c780f36 Mon Sep 17 00:00:00 2001 From: hufeixiong Date: Thu, 27 Jan 2022 16:38:54 +0800 Subject: [PATCH] update 0.11.11 --- .../docs/ChangeLog/index.en.md | 41 +++++++++++-------- .../dooringx-dumi-doc/docs/ChangeLog/index.md | 10 +++++ packages/dooringx-lib/README.md | 5 +-- .../dooringx-plugin-template/package.json | 2 +- .../template/template.json | 2 +- 5 files changed, 36 insertions(+), 24 deletions(-) diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md index 0b06d68..4f61b29 100644 --- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md +++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md @@ -5,46 +5,51 @@ nav: title: change log order: 6 --- +## 0.11.11 +Fixed animation causing rotation preview not to take effect. +Add container overflow configuration. +Adjust the style of the timeline section. +Example part style adjustment. ## 0.11.10 Add color and style settings for markline ## 0.11.9 A new setting panel is added to control adsorption scaling and other behaviors. -Fixed pop up button style issue. +Fixed pop-up button style issues. Fix the problem that some prompts do not display. ## 0.11.8 Timeline adds auto focus function. ## 0.11.7 Cancel the multi selection adsorption function. ## 0.11.6 -Cancel the first mouse click. +Cancel the adsorption of the first mouse click. Modify the selected color of timeline. ## 0.11.5 Fix reference line adsorption and wrong displacement bug -Change the position of the rotation justification +Change the position of rotation justification ## 0.11.4 Fix guide line bug Optimized drag and drop algorithm ## 0.11.3 -Add rotation return function. +Increase the function of rotary return. Optimize mouse style. ## 0.11.2 Optimize drag speed ## 0.11.1 Compatible with legacy properties ## 0.11.0 -Modify the timeline style and add cansee attribute to hide it during editing. +Modify the timeline style and add cansee attribute to make it easy to hide when editing. ## 0.10.4 -Config adds a new custommap transfer to store temporary data that is not brought into JSON. +Config adds a new custommap transfer, which is used to store temporary data that is not brought into JSON. The remote component configuration is changed from URL to object to store more configurations. ## 0.10.3 -Fix the left tab color difference problem. +Fix the color difference problem of the left tab. ## 0.10.2 Modify the timeline, select the background color, and add the item class name to facilitate modification. ## 0.10.1 Modify the timeline class name to facilitate style modification. ## 0.10.0 The function name proposes name as a separate configuration item, the first parameter as ID and the last parameter as function name, so that the display name of the function can support conversion. -Pop up event if the pop-up name is not passed, no pop-up will appear. +A pop-up event will not appear if the pop-up name is not passed. ## 0.9.5 Scripts loading of preview component changes from concurrency to linearity. Using remote components in edit mode will save the current canvas state. @@ -57,12 +62,12 @@ If there is an element width and height, it is positioned at the center of the e ## 0.9.2 Add remote component to call the whole process, and Add URL attribute in component to facilitate script loading. ## 0.9.1 -Add config I18N configuration. If internationalization is not used, the context of Intl does not need to be imported. +Add config I18N configuration. If internationalization is not used, there is no need to import the context of Intl. The first button of the control component is changed to drag and drop, and the functions are merged into the timeline ## 0.9.0 Add react Intl and modify some styles. ## 0.8.4 -Add the preview attribute to control external loading. +Add the preview attribute to control loading from outside. ## 0.8.3 Add timeline drag bar and select. Fix the error reported by the antd menu attribute. @@ -75,7 +80,7 @@ Add animation component timeline. You can preview all animations better. The animation part is reconstructed, which can support the simultaneous configuration of multiple animations. The minimum value of canvas drag is changed to 0. ## 0.7.7 -Optimize the canvas drag logic to move more smoothly. +Optimize the drag logic of the canvas to move more smoothly. ## 0.7.6 The custom rightglobalcustom type on the right is changed to the function passed in config ## 0.7.5 @@ -90,19 +95,19 @@ Fix the impact of locking components. You can't drag, zoom or rotate during lock The repair lock component cannot be unlocked. ## 0.7.0 Component rotation is supported! -Fix optimization logic such as dragging guides. +Fix optimization logic such as dragging reference lines. ## 0.6.0 The use of iframe in edit mode is supported! -Repair the selected condition. +Fix the selected condition. ## 0.5.1 Fix the problem on the right that cannot be unchecked. ## 0.5.0 -Fix the problem that the control component is not wide enough. +Fix the problem that the width of the control component is not enough. Remove the antd custom icon, and the icon at the bottom of the container can be configured. ## 0.4.2 Fix animation error initial value. Modify the markline style. -Global settings increase container height. +Global settings increase the height of the container. ## 0.4.1 Remove the Lib auto import style. ## 0.4.0 @@ -112,10 +117,10 @@ Remove the runtime export and get all properties from config. 2. Control component adds ruler control. ## 0.3.0 1. Add a ruler. The containerwrapper needs to pass config before it can be used. -2. Modify container minimum drag 667. Fix the inconsistency with the mouse distance when the canvas is zoomed down and dragged. +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 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. +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. ## 0.1.10 Modify eslint dependency recommendation ## 0.1.9 @@ -125,7 +130,7 @@ Add pop-up settings and remove modalcontainer ## 0.1.7 Modify the preview special condition display and delete the console ## 0.1.6 -Adjust the initial zoom, the initial scale of the canvas, and add the function of righting the canvas. +Adjust the initial zoom, the initial proportion of the canvas, and add the function of righting the canvas. ## 0.1.5 Delete the button not made and add the fixed configuration ## 0.1.4 diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md index 342b90b..f721522 100644 --- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md +++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md @@ -5,6 +5,16 @@ nav: title: 变更日志 order: 6 --- +## 0.11.11 + +修复动画导致旋转预览不生效。 + +新增容器overflow配置。 + +timeline部分样式调整。 + +example部分样式调整。 + ## 0.11.10 新增对markline颜色样式设置 diff --git a/packages/dooringx-lib/README.md b/packages/dooringx-lib/README.md index 06a34ff..fbcf908 100644 --- a/packages/dooringx-lib/README.md +++ b/packages/dooringx-lib/README.md @@ -155,8 +155,5 @@ MIT ## Todo -文档更新 +重构动画 -脚手架 - -基础组件库 diff --git a/packages/dooringx-plugin-template/package.json b/packages/dooringx-plugin-template/package.json index 4e3468c..72ca835 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.10", + "version": "0.11.11", "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 6a45ec4..72da78d 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.10", + "dooringx-lib": "^0.11.11", "postcss": "^8.3.6", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.1",