diff --git a/CHANGELOG.md b/CHANGELOG.md
index f723c68..2f4bd0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
+
+## 0.11.0
+
+修改timeline样式,增加cansee属性,便于编辑时隐藏。
+
## 0.10.4
config新增custommap传递,用于存放不带入json的临时数据。
diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md
index 2613503..0f74a3e 100644
--- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md
+++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.en.md
@@ -5,100 +5,102 @@ nav:
title: change log
order: 6
---
-## 0.10.4
+## 0.11. 0
+Modify the timeline style and add cansee attribute to hide it during editing.
+## 0.10. four
Config adds a new custommap transfer 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
+## 0.10. three
Fix the left tab color difference problem.
-## 0.10.2
+## 0.10. two
Modify the timeline, select the background color, and add the item class name to facilitate modification.
-## 0.10.1
+## 0.10. one
Modify the timeline class name to facilitate style modification.
-## 0.10.0
+## 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.
-## 0.9.5
+## 0.9. five
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
+## 0.9. four
Fix the bug that the preview component cannot release loading
-## 0.9.3
+## 0.9. three
Add double click to place the canvas.
Change the initial focus state of the element.
If there is an element width and height, it is positioned at the center of the element when placed.
-## 0.9.2
+## 0.9. two
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, there is no need to import the context of Intl.
+## 0.9. one
+Add config I18N configuration. If internationalization is not used, the context of Intl does not need to be imported.
The first button of the control component is changed to drag and drop, and the functions are merged into the timeline
-## 0.9.0
+## 0.9. 0
Add react Intl and modify some styles.
-## 0.8.4
+## 0.8. four
Add the preview attribute to control external loading.
-## 0.8.3
+## 0.8. three
Add timeline drag bar and select.
Fix the error reported by the antd menu attribute.
-## 0.8.2
+## 0.8. two
Add left panel configuration.
Fix timeline flicker.
-## 0.8.1
+## 0.8. one
Add animation component timeline. You can preview all animations better.
-## 0.8.0
+## 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.
-## 0.7.7
+## 0.7. seven
Optimize the canvas drag logic to move more smoothly.
-## 0.7.6
+## 0.7. six
The custom rightglobalcustom type on the right is changed to the function passed in config
-## 0.7.5
+## 0.7. five
Change the roller direction.
-## 0.7.4
+## 0.7. four
Fix box move bug.
-## 0.7.3
+## 0.7. three
Fix pop-up location and selection issues.
-## 0.7.2
+## 0.7. two
Fix the impact of locking components. You can't drag, zoom or rotate during locking.
-## 0.7.1
+## 0.7. one
The repair lock component cannot be unlocked.
-## 0.7.0
+## 0.7. 0
Component rotation is supported!
Fix optimization logic such as dragging guides.
-## 0.6.0
+## 0.6. 0
The use of iframe in edit mode is supported!
Repair the selected condition.
-## 0.5.1
+## 0.5. one
Fix the problem on the right that cannot be unchecked.
-## 0.5.0
+## 0.5. 0
Fix the problem that the control component is not wide enough.
Remove the antd custom icon, and the icon at the bottom of the container can be configured.
-## 0.4.2
+## 0.4. two
Fix animation error initial value.
Modify the markline style.
Global settings increase container height.
-## 0.4.1
+## 0.4. one
Remove the Lib auto import style.
-## 0.4.0
+## 0.4. 0
Remove the runtime export and get all properties from config.
-## 0.3.1
+## 0.3. one
1. Replace UUID with nanoid.
2. Control component adds ruler control.
-## 0.3.0
+## 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.
3. Innercontainerdragup needs to pass config.
-## 0.2.0
+## 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.
-## 0.1.10
+## 0.1. ten
Modify eslint dependency recommendation
-## 0.1.9
+## 0.1. nine
Add global body settings
-## 0.1.8
+## 0.1. eight
Add pop-up settings and remove modalcontainer
-## 0.1.7
+## 0.1. seven
Modify the preview special condition display and delete the console
-## 0.1.6
+## 0.1. six
Adjust the initial zoom, the initial scale of the canvas, and add the function of righting the canvas.
-## 0.1.5
+## 0.1. five
Delete the button not made and add the fixed configuration
-## 0.1.4
+## 0.1. four
Basic functions
\ No newline at end of file
diff --git a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md
index a596677..a8252d6 100644
--- a/packages/dooringx-dumi-doc/docs/ChangeLog/index.md
+++ b/packages/dooringx-dumi-doc/docs/ChangeLog/index.md
@@ -6,6 +6,11 @@ nav:
order: 6
---
+
+## 0.11.0
+
+修改timeline样式,增加cansee属性,便于编辑时隐藏。
+
## 0.10.4
config新增custommap传递,用于存放不带入json的临时数据。
diff --git a/packages/dooringx-lib/README.md b/packages/dooringx-lib/README.md
index 392ef5c..6e9b859 100644
--- a/packages/dooringx-lib/README.md
+++ b/packages/dooringx-lib/README.md
@@ -142,7 +142,10 @@ Contributions, issues and feature requests are welcome!.
### 技术交流 | Technical Communication
-
dooringx-lib交流群
+
dooringx-lib技术交流与反馈
+
+
+
## License
diff --git a/packages/dooringx-lib/package.json b/packages/dooringx-lib/package.json
index e0bc361..c1f12b6 100644
--- a/packages/dooringx-lib/package.json
+++ b/packages/dooringx-lib/package.json
@@ -1,5 +1,5 @@
{
- "version": "0.10.4",
+ "version": "0.11.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 7d66ac7..a798ea5 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.10.4",
+ "version": "0.11.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 555b8e6..536b1eb 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.10.4",
+ "dooringx-lib": "^0.11.0",
"postcss": "^8.3.6",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",